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-10-03T03:26:13.578Z||main|||||INFO|500||The following profiles are active: basic
2022-10-03T03:26:30.048Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-03T03:26:30.053Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-03T03:26:30.312Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-03T03:26:36.402Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-03T03:26:36.954Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-03T03:26:37.666Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-03T03:26:37.673Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-03T03:26:37.856Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-03T03:26:38.150Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-03T03:26:38.994Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-03T03:26:41.328Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-03T03:26:45.148Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-03T03:26:45.227Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-03T03:26:45.969Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-03T03:26:46.360Z||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-10-03T03:26:48.212Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-03T03:26:49.770Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-03T03:26:49.802Z||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$$2538ded1.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-10-03T03:26:49.803Z||main|||||WARN|500||The sdc end point is not alive
2022-10-03T03:26:54.620Z||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-10-03T03:26:58.983Z||main|||||WARN|500||---
2022-10-03T03:26:58.984Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-03T03:26:58.984Z||main|||||WARN|500||---
2022-10-03T03:26:59.662Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-03T03:27:08.315Z||main|||||INFO|500||Started Application in 59.703 seconds (JVM running for 63.16)
2022-10-03T03:27:08.328Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-03T03:27:08.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-03T03:27:08.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-03T03:27:08.398Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-03T03:27:08.453Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dad3fac7-b943-47df-a8e8-e35454c9b463 url= /sdc/v1/artifactTypes
2022-10-03T03:27:08.454Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-03T03:27:08.855Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-03T03:27:08.898Z||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-10-03T03:27:08.930Z||scheduling-1|||||DEBUG|500||create keys
2022-10-03T03:27:08.940Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-03T03:27:09.004Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:27:09.031Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7ac4581f-863e-48bf-a39a-eb28cbf095c2 url= /sdc/v1/registerForDistribution
2022-10-03T03:27:09.192Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7ac4581f-863e-48bf-a39a-eb28cbf095c2 url= /sdc/v1/registerForDistribution
2022-10-03T03:27:09.193Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-03T03:27:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:27:09.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:27:09.226Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-03T03:27:09.227Z||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-10-03T03:27:09.227Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:27:09.230Z||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-10-03T03:27:09.231Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:27:19.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:27:19.855Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:28:09.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:28:09.203Z||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-10-03T03:28:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:28:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:28:09.206Z||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-10-03T03:28:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:28:18.797Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:28:18.805Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:29:09.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:29:09.205Z||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-10-03T03:29:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:29:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:29:09.206Z||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-10-03T03:29:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:29:18.774Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:29:18.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:30:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:30:09.203Z||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-10-03T03:30:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:30:09.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:30:09.207Z||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-10-03T03:30:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:30:18.772Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:30:18.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:31:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:31:09.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:31:09.207Z||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-10-03T03:31:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:31:09.211Z||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-10-03T03:31:09.211Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:31:18.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:31:18.796Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:32:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:32:09.204Z||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-10-03T03:32:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:32:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:32:09.207Z||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-10-03T03:32:09.209Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:32:18.785Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:32:18.786Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:33:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:33:09.203Z||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-10-03T03:33:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:33:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:33:09.206Z||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-10-03T03:33:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:33:18.791Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:33:18.792Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:34:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:34:09.202Z||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-10-03T03:34:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:34:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:34:09.208Z||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-10-03T03:34:09.209Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:34:18.775Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:34:18.776Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:35:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:35:09.203Z||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-10-03T03:35:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:35:09.209Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:35:09.210Z||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-10-03T03:35:09.210Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:35:18.777Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:35:18.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:36:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:36:09.204Z||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-10-03T03:36:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:36:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:36:09.206Z||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-10-03T03:36:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:36:18.778Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:36:18.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:36:43.610Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-03T03:37:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:37:09.203Z||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-10-03T03:37:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:37:09.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:37:09.206Z||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-10-03T03:37:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:37:18.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:37:18.782Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:38:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:38:09.203Z||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-10-03T03:38:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:38:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:38:09.206Z||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-10-03T03:38:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:38:18.782Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:38:18.788Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:39:09.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:39:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:39:09.206Z||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-10-03T03:39:09.207Z||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-10-03T03:39:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:39:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:39:18.793Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:39:18.802Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:40:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:40:09.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:40:09.209Z||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-10-03T03:40:09.209Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:40:09.209Z||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-10-03T03:40:09.210Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:40:18.822Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:40:18.826Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:41:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:41:09.204Z||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-10-03T03:41:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:41:09.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:41:09.206Z||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-10-03T03:41:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:41:18.787Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:41:18.788Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:42:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:42:09.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:42:09.206Z||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-10-03T03:42:09.206Z||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-10-03T03:42:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:42:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:42:18.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:42:18.778Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:43:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:43:09.202Z||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-10-03T03:43:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:43:09.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:43:09.206Z||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-10-03T03:43:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:43:18.798Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:43:18.801Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:44:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:44:09.203Z||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-10-03T03:44:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:44:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:44:09.206Z||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-10-03T03:44:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:44:18.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:44:18.799Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:45:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:45:09.203Z||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-10-03T03:45:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:45:09.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:45:09.206Z||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-10-03T03:45:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:45:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:45:18.782Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:46:09.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:46:09.202Z||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-10-03T03:46:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:46:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:46:09.206Z||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-10-03T03:46:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:46:18.779Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:46:18.790Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:47:09.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:47:09.202Z||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-10-03T03:47:09.202Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:47:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:47:09.206Z||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-10-03T03:47:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:47:18.778Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:47:18.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:48:09.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:48:09.202Z||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-10-03T03:48:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:48:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:48:09.206Z||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-10-03T03:48:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:48:18.787Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:48:18.798Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:49:09.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:49:09.204Z||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-10-03T03:49:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:49:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:49:09.205Z||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-10-03T03:49:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:49:18.791Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:49:18.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:50:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:50:09.203Z||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-10-03T03:50:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:50:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:50:09.206Z||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-10-03T03:50:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:50:18.793Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:50:18.793Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:51:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:51:09.203Z||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-10-03T03:51:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:51:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:51:09.206Z||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-10-03T03:51:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:51:18.777Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:51:18.777Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:52:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:52:09.203Z||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-10-03T03:52:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:52:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:52:09.206Z||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-10-03T03:52:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:52:18.782Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:52:18.793Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:53:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:53:09.203Z||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-10-03T03:53:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:53:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:53:09.206Z||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-10-03T03:53:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:53:18.783Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:53:18.788Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:54:09.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:54:09.202Z||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-10-03T03:54:09.202Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:54:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:54:09.206Z||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-10-03T03:54:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:54:18.754Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:54:18.758Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:55:09.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:55:09.203Z||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-10-03T03:55:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:55:09.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:55:09.207Z||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-10-03T03:55:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:55:18.809Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:55:18.808Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:56:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:56:09.202Z||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-10-03T03:56:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:56:09.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:56:09.206Z||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-10-03T03:56:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:56:18.790Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:56:18.798Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:57:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:57:09.202Z||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-10-03T03:57:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:57:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:57:09.206Z||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-10-03T03:57:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:57:18.829Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:57:18.830Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:58:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:58:09.203Z||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-10-03T03:58:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:58:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:58:09.206Z||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-10-03T03:58:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:58:18.757Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:58:18.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:59:09.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:59:09.204Z||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-10-03T03:59:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:59:09.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T03:59:09.206Z||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-10-03T03:59:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T03:59:18.787Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T03:59:18.808Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:00:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:00:09.203Z||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-10-03T04:00:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:00:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:00:09.207Z||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-10-03T04:00:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:00:18.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:00:18.827Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:01:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:01:09.202Z||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-10-03T04:01:09.202Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:01:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:01:09.206Z||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-10-03T04:01:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:01:18.774Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:01:18.811Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:02:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:02:09.202Z||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-10-03T04:02:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:02:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:02:09.206Z||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-10-03T04:02:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:02:18.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:02:18.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:03:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:03:09.202Z||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-10-03T04:03:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:03:09.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:03:09.207Z||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-10-03T04:03:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:03:18.792Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:03:18.798Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:04:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:04:09.203Z||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-10-03T04:04:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:04:09.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:04:09.207Z||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-10-03T04:04:09.208Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:04:18.816Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:04:18.835Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:05:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:05:09.203Z||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-10-03T04:05:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:05:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:05:09.206Z||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-10-03T04:05:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:05:18.801Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:05:18.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:06:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:06:09.203Z||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-10-03T04:06:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:06:09.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:06:09.206Z||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-10-03T04:06:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:06:18.815Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:06:18.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:07:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:07:09.202Z||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-10-03T04:07:09.202Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:07:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:07:09.205Z||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-10-03T04:07:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:07:18.793Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:07:18.810Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:08:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:08:09.203Z||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-10-03T04:08:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:08:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:08:09.206Z||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-10-03T04:08:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:08:18.795Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:08:18.799Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:09:09.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:09:09.204Z||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-10-03T04:09:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:09:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:09:09.207Z||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-10-03T04:09:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:09:18.798Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:09:18.804Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:10:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:10:09.203Z||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-10-03T04:10:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:10:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:10:09.206Z||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-10-03T04:10:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:10:18.775Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:10:18.789Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:11:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:11:09.203Z||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-10-03T04:11:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:11:09.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:11:09.206Z||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-10-03T04:11:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:11:18.775Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:11:18.800Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:12:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:12:09.203Z||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-10-03T04:12:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:12:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:12:09.206Z||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-10-03T04:12:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:12:18.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:12:18.775Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:13:09.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:13:09.204Z||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-10-03T04:13:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:13:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:13:09.205Z||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-10-03T04:13:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:13:18.783Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:13:18.806Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:09.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:14:09.202Z||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-10-03T04:14:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:14:09.206Z||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-10-03T04:14:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:09.847Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:09.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:09.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d52f1c28-9335-4dbe-b8ce-e968577d7161","serviceName":"basic_onboard_dooPIA","serviceVersion":"1.0","serviceUUID":"b59f14e4-9ca1-4963-b4a5-06db1adae362","serviceDescription":"service","serviceInvariantUUID":"ce472f87-cd66-4565-937b-f4d2ec35ab99","resources":[{"resourceInstanceName":"basic_onboard_dooPIA 0","resourceName":"basic_onboard_dooPIA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e51ee9f-236f-4d8c-b3d4-c0025be26f07","resourceInvariantUUID":"7e8289dc-efac-4b5e-99dd-89ebe033484a","resourceCustomizationUUID":"f7a59624-68cc-4c72-a206-782c7bd1355d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml","artifactChecksum":"MTgwODAxODY3Y2YxNWEwMmYyZjMzYzkyNzczNGRhMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac5f18bb-8843-4f98-aab2-74bd9766e29a","artifactVersion":"1"},{"artifactName":"basic_onboard_doopia0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json","artifactChecksum":"YjUxZjIxZmM0MmUwYWNiMzc2MWE1NTNjOTI5MGM1NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3e0f648-4b52-4268-bc3f-9186491f9cc1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e954c66c-23d5-4f86-8880-3c93c4ad60fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eda4f864-dea3-40f4-a553-f9cd336d4ffc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"230d9316-8100-466f-8cb4-7c8121fd9506","artifactVersion":"2","generatedFromUUID":"e954c66c-23d5-4f86-8880-3c93c4ad60fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDoopia-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml","artifactChecksum":"ODAyNmY5MDYwYjYxY2Y4NWZkNzE5YzhmODBhOGFlMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07b3e6ce-b4b3-4cad-83be-2a20faa43f54","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDoopia-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar","artifactChecksum":"YTMwZTg4MmViMjA3MjIzNjE1MjZjYWU4ZmRlY2RhOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54a7473d-13b6-4bfa-a491-cb1ec5a88ba4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:14:09.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770395001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.874Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:09.886Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:09.903Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:09.904Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "cds",
  "timestamp": 1664770397153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770403646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770395001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "cds",
  "timestamp": 1664770397153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770403646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770405602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770405963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770395001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "cds",
  "timestamp": 1664770397153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770403646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770405602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770405963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770395001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "cds",
  "timestamp": 1664770397153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770403646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770405602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:14:09.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770405963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770395001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770403646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "cds",
  "timestamp": 1664770397153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770407701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770405602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770405963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770395001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "cds",
  "timestamp": 1664770397153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770403646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770407701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770405602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770405963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770395001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770403646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "cds",
  "timestamp": 1664770397153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:14:09.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770407701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:14:09.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770405602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770405963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770407701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "cds",
  "timestamp": 1664770412384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770405602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770405963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770407701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:09.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:09.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:09.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "cds",
  "timestamp": 1664770413403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-10-03T04:14:10.004Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-03T04:14:10.008Z||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-10-03T04:14:10.008Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:14:10.025Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:10.027Z||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-10-03T04:14:10.199Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.225Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 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-10-03T04:14:10.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770413394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.259Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770413814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.260Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770407701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:10.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770414476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770407701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:14:10.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:10.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770415541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.263Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770415497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770416613,
  "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-10-03T04:14:10.286Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.286Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 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-10-03T04:14:10.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770416510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:14:10.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770417618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:14:10.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770418007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "policy-id",
  "timestamp": 1664770417515,
  "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-10-03T04:14:10.307Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.308Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 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-10-03T04:14:10.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770418389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:14:10.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770419395,
  "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-10-03T04:14:10.336Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.337Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 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-10-03T04:14:10.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770420010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:14:10.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "clamp",
  "timestamp": 1664770421016,
  "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-10-03T04:14:10.356Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.357Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 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-10-03T04:14:10.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770423524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:10.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770423524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770423524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770423524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770423524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:10.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770423524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:10.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:10.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770423524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770431371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:10.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770443032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:14:10.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "aai-ml",
  "timestamp": 1664770444038,
  "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-10-03T04:14:10.384Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d52f1c28-9335-4dbe-b8ce-e968577d7161
2022-10-03T04:14:10.384Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52f1c28-9335-4dbe-b8ce-e968577d7161 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-10-03T04:14:10.914Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:10.915Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:10.918Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:10.918Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:14:11.018Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:11.021Z||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-10-03T04:14:11.021Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:11.054Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:11.055Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:11.919Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:11.920Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:11.923Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:11.926Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:14:12.023Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-03T04:14:12.025Z||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-10-03T04:14:12.025Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:12.041Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:12.043Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:12.927Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:12.929Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:12.932Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:12.933Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:13.032Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:14:13.034Z||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-10-03T04:14:13.035Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:13.053Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:13.054Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:13.934Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:13.935Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:13.939Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:13.939Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-03T04:14:14.040Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:14.041Z||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-10-03T04:14:14.042Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:14.059Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:14.059Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:14.940Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:14.941Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:14.945Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:14.945Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:14:15.044Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:14:15.045Z||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-10-03T04:14:15.046Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:15.063Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:15.071Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:15.946Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:14:15.947Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:15.950Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:15.950Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:14:16.052Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:14:16.053Z||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-10-03T04:14:16.053Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:16.086Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:16.089Z||pool-9-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:16.954Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "serviceName": "basic_onboard_dooPIA",
  "serviceVersion": "1.0",
  "serviceUUID": "b59f14e4-9ca1-4963-b4a5-06db1adae362",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ce472f87-cd66-4565-937b-f4d2ec35ab99",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_dooPIA 0",
      "resourceCustomizationUUID": "f7a59624-68cc-4c72-a206-782c7bd1355d",
      "resourceName": "basic_onboard_dooPIA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6e51ee9f-236f-4d8c-b3d4-c0025be26f07",
      "resourceInvariantUUID": "7e8289dc-efac-4b5e-99dd-89ebe033484a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_doopia0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
          "artifactChecksum": "YjUxZjIxZmM0MmUwYWNiMzc2MWE1NTNjOTI5MGM1NjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3e0f648-4b52-4268-bc3f-9186491f9cc1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e954c66c-23d5-4f86-8880-3c93c4ad60fa",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "230d9316-8100-466f-8cb4-7c8121fd9506",
            "generatedFromUUID": "e954c66c-23d5-4f86-8880-3c93c4ad60fa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "230d9316-8100-466f-8cb4-7c8121fd9506",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDoopia-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
      "artifactChecksum": "YTMwZTg4MmViMjA3MjIzNjE1MjZjYWU4ZmRlY2RhOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54a7473d-13b6-4bfa-a491-cb1ec5a88ba4"
    }
  ],
  "workloadContext": "Production"
}
2022-10-03T04:14:16.958Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:14:16.959Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b59f14e4-9ca1-4963-b4a5-06db1adae362 ASDC
2022-10-03T04:14:17.261Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d52f1c28-9335-4dbe-b8ce-e968577d7161
ServiceName:basic_onboard_dooPIA
ServiceVersion:1.0
ServiceUUID:b59f14e4-9ca1-4963-b4a5-06db1adae362
ServiceInvariantUUID:ce472f87-cd66-4565-937b-f4d2ec35ab99
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDoopia-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
ArtifactUUID:54a7473d-13b6-4bfa-a491-cb1ec5a88ba4
ArtifactChecksum:YTMwZTg4MmViMjA3MjIzNjE1MjZjYWU4ZmRlY2RhOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dooPIA 0
ResourceCustomizationUUID:f7a59624-68cc-4c72-a206-782c7bd1355d
ResourceInvariantUUID:7e8289dc-efac-4b5e-99dd-89ebe033484a
ResourceName:basic_onboard_dooPIA
ResourceType:VF
ResourceUUID:6e51ee9f-236f-4d8c-b3d4-c0025be26f07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_doopia0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
ArtifactUUID:d3e0f648-4b52-4268-bc3f-9186491f9cc1
ArtifactChecksum:YjUxZjIxZmM0MmUwYWNiMzc2MWE1NTNjOTI5MGM1NjY=
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/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e954c66c-23d5-4f86-8880-3c93c4ad60fa
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/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
ArtifactUUID:230d9316-8100-466f-8cb4-7c8121fd9506
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/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
ArtifactUUID:230d9316-8100-466f-8cb4-7c8121fd9506
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-03T04:14:17.262Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b59f14e4-9ca1-4963-b4a5-06db1adae362 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-10-03T04:14:17.355Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:14:17.361Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-03T04:14:17.364Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-03T04:14:17.365Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 54a7473d-13b6-4bfa-a491-cb1ec5a88ba4 from URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:17.365Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-03T04:14:17.368Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:17.573Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-03T04:14:17.596Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar 54a7473d-13b6-4bfa-a491-cb1ec5a88ba4 71578
2022-10-03T04:14:17.598Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar ASDC sendASDCNotification
2022-10-03T04:14:17.599Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:17.600Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:14:17.602Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:17.605Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:17.605Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770457596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:17.705Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:14:17.707Z||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-10-03T04:14:17.707Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:17.724Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:17.730Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:18.606Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:14:18.608Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-03T04:14:18.609Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 54a7473d-13b6-4bfa-a491-cb1ec5a88ba4, URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar to file: /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:18.610Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:18.754Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:18.754Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:19.561Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4201946542446346476/Definitions/service-BasicOnboardDoopia-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-10-03T04:14:22.407Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:14:22.415Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-03T04:14:22.416Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.416Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-03T04:14:22.416Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||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-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.417Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||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-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.417Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||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-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.417Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||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-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.418Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.418Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.418Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||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-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.418Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||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-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.419Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dooPIA 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-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:22.419Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-03T04:14:22.430Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.433Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.441Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.442Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-03T04:14:22.445Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:14:22.447Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.448Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.448Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.448Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-03T04:14:22.449Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:14:22.449Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.449Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.454Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.455Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is not matching search criteria
2022-10-03T04:14:22.456Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-03T04:14:22.456Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-03T04:14:22.457Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-03T04:14:22.457Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-03T04:14:22.457Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-03T04:14:22.458Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.458Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:14:22.460Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.460Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.461Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:22.463Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.463Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.463Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:22.464Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.464Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:22.464Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:22.464Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.465Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is not matching search criteria
2022-10-03T04:14:22.465Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-03T04:14:22.465Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-03T04:14:22.465Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52fe5447-df5e-476a-aa1f-ba274b6cf71a
2022-10-03T04:14:22.466Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.467Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.467Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.468Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.469Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.469Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.469Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:22.470Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:22.470Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_dooPIA
Description:service
Model UUID:b59f14e4-9ca1-4963-b4a5-06db1adae362
Model Version:NULL
Model InvariantUuid:ce472f87-cd66-4565-937b-f4d2ec35ab99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_dooPIA
Model UUID:6e5cf355-62df-44e2-bcb2-611f9b6b3658
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e8289dc-efac-4b5e-99dd-89ebe033484a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f7a59624-68cc-4c72-a206-782c7bd1355d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:10f0cd01-4db3-48f7-84e1-0aaf9442cd4b
ModelName:BasicOnboardDoopia..base_ubuntu18..module-0
ModelUuid:e64957d7-ba50-4fbd-8943-1c17b60046fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52fe5447-df5e-476a-aa1f-ba274b6cf71a
ModelInvariantUuid:0b975090-d3f9-4ba9-9652-33bfb2b3fa02
ModelName:basic_onboard_dooPIA-nodes.ubuntu18Cvfc
ModelUuid:c7d104df-6166-4d10-b92f-b699267a6d4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7e6b5605-019b-4129-8834-266540a6529a
ModelInvariantUuid:f972dfc5-9af1-41c1-b145-722608d2ae3a
ModelName:BasicOnboardDoopia.compute.nodes.heat.ubuntu18
ModelUuid:8798ee6e-fb15-47c7-9baa-ed0b67dbf276
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-10-03T04:14:22.484Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e51ee9f-236f-4d8c-b3d4-c0025be26f07
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-10-03T04:14:22.612Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||basic_onboard_dooPIA 0
2022-10-03T04:14:22.624Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e51ee9f-236f-4d8c-b3d4-c0025be26f07
2022-10-03T04:14:22.624Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3e0f648-4b52-4268-bc3f-9186491f9cc1 from URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
2022-10-03T04:14:22.624Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-03T04:14:22.625Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
2022-10-03T04:14:22.678Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-03T04:14:22.679Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json d3e0f648-4b52-4268-bc3f-9186491f9cc1 798
2022-10-03T04:14:22.679Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json ASDC sendASDCNotification
2022-10-03T04:14:22.680Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
2022-10-03T04:14:22.680Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:14:22.680Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:22.686Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:22.686Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770462679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:22.784Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-03T04:14:22.785Z||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-10-03T04:14:22.786Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:22.804Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:22.805Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:14:23.688Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDoopia..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "10f0cd01-4db3-48f7-84e1-0aaf9442cd4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e64957d7-ba50-4fbd-8943-1c17b60046fa",
    "vfModuleModelCustomizationUUID": "b38cae23-abe0-45ed-a3b8-6de6198c0b5c",
    "isBase": true,
    "artifacts": [
      "e954c66c-23d5-4f86-8880-3c93c4ad60fa",
      "230d9316-8100-466f-8cb4-7c8121fd9506"
    ],
    "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-10-03T04:14:23.704Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDoopia..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e64957d7-ba50-4fbd-8943-1c17b60046fa
VfModuleModelInvariantUUID:10f0cd01-4db3-48f7-84e1-0aaf9442cd4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
e954c66c-23d5-4f86-8880-3c93c4ad60fa
,
230d9316-8100-466f-8cb4-7c8121fd9506

}
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-10-03T04:14:23.709Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDoopia..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "10f0cd01-4db3-48f7-84e1-0aaf9442cd4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e64957d7-ba50-4fbd-8943-1c17b60046fa",
    "vfModuleModelCustomizationUUID": "b38cae23-abe0-45ed-a3b8-6de6198c0b5c",
    "isBase": true,
    "artifacts": [
      "e954c66c-23d5-4f86-8880-3c93c4ad60fa",
      "230d9316-8100-466f-8cb4-7c8121fd9506"
    ],
    "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-10-03T04:14:23.709Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDoopia..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e64957d7-ba50-4fbd-8943-1c17b60046fa
VfModuleModelInvariantUUID:10f0cd01-4db3-48f7-84e1-0aaf9442cd4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
e954c66c-23d5-4f86-8880-3c93c4ad60fa
,
230d9316-8100-466f-8cb4-7c8121fd9506

}
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-10-03T04:14:23.710Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e954c66c-23d5-4f86-8880-3c93c4ad60fa from URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
2022-10-03T04:14:23.710Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-03T04:14:23.710Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
2022-10-03T04:14:23.761Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-03T04:14:23.762Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml e954c66c-23d5-4f86-8880-3c93c4ad60fa 5033
2022-10-03T04:14:23.762Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-03T04:14:23.763Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
2022-10-03T04:14:23.763Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:14:23.763Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:23.766Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:23.766Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770463762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:23.866Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:23.868Z||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-10-03T04:14:23.869Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:23.894Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:23.895Z||pool-12-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:24.769Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 230d9316-8100-466f-8cb4-7c8121fd9506 from URL: /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
2022-10-03T04:14:24.770Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-03T04:14:24.770Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
2022-10-03T04:14:24.833Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-03T04:14:24.834Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env 230d9316-8100-466f-8cb4-7c8121fd9506 909
2022-10-03T04:14:24.834Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-03T04:14:24.834Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
2022-10-03T04:14:24.834Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:14:24.835Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:24.837Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:24.838Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770464834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:14:24.938Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:24.939Z||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-10-03T04:14:24.939Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:24.955Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:24.956Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:25.838Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b59f14e4-9ca1-4963-b4a5-06db1adae362
2022-10-03T04:14:25.839Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dooPIA 0 6e51ee9f-236f-4d8c-b3d4-c0025be26f07 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-10-03T04:14:25.903Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65aacd42, org.onap.sdc.toscaparser.api.parameters.Input@3d78fa80, org.onap.sdc.toscaparser.api.parameters.Input@528da51d, org.onap.sdc.toscaparser.api.parameters.Input@1fd40e53, org.onap.sdc.toscaparser.api.parameters.Input@2ca71036]
2022-10-03T04:14:25.909Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.909Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.910Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-10-03T04:14:25.910Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f7a59624-68cc-4c72-a206-782c7bd1355d
2022-10-03T04:14:25.910Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7a59624-68cc-4c72-a206-782c7bd1355d matches Tosca VF Customization UUID: f7a59624-68cc-4c72-a206-782c7bd1355d
2022-10-03T04:14:25.910Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f7a59624-68cc-4c72-a206-782c7bd1355d  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-10-03T04:14:25.919Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.920Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.923Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f7a59624-68cc-4c72-a206-782c7bd1355d: {\"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-10-03T04:14:25.924Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44066b52
2022-10-03T04:14:25.924Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.924Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:14:25.926Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b38cae23-abe0-45ed-a3b8-6de6198c0b5c
2022-10-03T04:14:25.927Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b38cae23-abe0-45ed-a3b8-6de6198c0b5c
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-10-03T04:14:25.934Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.935Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:25.935Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:25.936Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.936Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:25.937Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:25.937Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.937Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is not matching search criteria
2022-10-03T04:14:25.938Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-03T04:14:25.938Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-03T04:14:25.938Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52fe5447-df5e-476a-aa1f-ba274b6cf71a
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-10-03T04:14:25.952Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.953Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:25.953Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:14:25.953Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.954Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dooPIA 0 is matching search criteria
2022-10-03T04:14:25.954Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dooPIA 0] matching following query criteria: sdcType=VF, customizationUUID=f7a59624-68cc-4c72-a206-782c7bd1355d
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-10-03T04:14:25.958Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.958Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b59f14e4-9ca1-4963-b4a5-06db1adae362: basic_onboard_dooPIA
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.959Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.960Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.960Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.960Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.960Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.961Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:14:25.961Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dooPIA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:14:25.961Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_dooPIA 
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-10-03T04:14:26.251Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dooPIA 6e51ee9f-236f-4d8c-b3d4-c0025be26f07 1 ASDC deployResourceStructure
2022-10-03T04:14:26.252Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json ASDC sendASDCNotification
2022-10-03T04:14:26.252Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json
2022-10-03T04:14:26.252Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:14:26.252Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:26.256Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:26.257Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770466252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:14:26.356Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:14:26.358Z||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-10-03T04:14:26.358Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:26.377Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:26.378Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:27.258Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-03T04:14:27.259Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml
2022-10-03T04:14:27.259Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:14:27.259Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:27.264Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:27.264Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770467258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:14:27.364Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:27.365Z||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-10-03T04:14:27.365Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:27.388Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:27.388Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:28.266Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-03T04:14:28.266Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env
2022-10-03T04:14:28.267Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:14:28.267Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:28.271Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:28.271Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770468266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:14:28.371Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:14:28.372Z||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-10-03T04:14:28.372Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:28.394Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:28.394Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:29.274Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar ASDC sendASDCNotification
2022-10-03T04:14:29.274Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar
2022-10-03T04:14:29.275Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:14:29.276Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:14:29.279Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:14:29.279Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770469274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:14:29.380Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:14:29.381Z||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-10-03T04:14:29.381Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:14:29.400Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:14:29.401Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:14:30.280Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52f1c28-9335-4dbe-b8ce-e968577d7161
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:14:30.315Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52f1c28-9335-4dbe-b8ce-e968577d7161
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:14:30.323Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:14:30.324Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:14:30.325Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:14:30.326Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:14:30.326Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:14:30.326Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:14:30.326Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||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-10-03T04:14:30.341Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:15:00.342Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d52f1c28-9335-4dbe-b8ce-e968577d7161 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-10-03T04:15:00.366Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d52f1c28-9335-4dbe-b8ce-e968577d7161 and serviceModelVersionId: b59f14e4-9ca1-4963-b4a5-06db1adae362
2022-10-03T04:15:00.367Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce472f87-cd66-4565-937b-f4d2ec35ab99
2022-10-03T04:15:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:15:09.206Z||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-10-03T04:15:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:15:09.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:15:09.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:15:09.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:15:09.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:15:19.938Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0
2022-10-03T04:15:20.093Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:15:20.762Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|INFO|500||Invoke
2022-10-03T04:15:20.773Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d52f1c28-9335-4dbe-b8ce-e968577d7161], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ac9645d-03fa-4628-a1b0-07f96b5e8185], X-ECOMP-RequestID=[d52f1c28-9335-4dbe-b8ce-e968577d7161], X-TransactionId=[], X-ONAP-RequestID=[d52f1c28-9335-4dbe-b8ce-e968577d7161], Content-Type=[application/merge-patch+json]}
2022-10-03T04:15:20.952Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-03T04:15:21.196Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?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/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221003-04:15:22:379-67541], vertex-id=[401520], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:15:22 GMT], Content-Type=[application/json]}
2022-10-03T04:15:21.199Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:15:21.200Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce472f87-cd66-4565-937b-f4d2ec35ab99/model-vers/model-ver/b59f14e4-9ca1-4963-b4a5-06db1adae362?depth=0|INFO|500||InvokeReturn
2022-10-03T04:15:21.205Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:15:21.205Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||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-10-03T04:15:21.212Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||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-10-03T04:15:21.215Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d52f1c28-9335-4dbe-b8ce-e968577d7161 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:15:21.217Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:15:21.217Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:15:21.220Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:15:21.220Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770521215,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:15:21.321Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:15:21.322Z||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-10-03T04:15:21.322Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:15:21.336Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:15:21.337Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:15:22.238Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:15:22.239Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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-10-03T04:15:22.239Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:15:31.821Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:16:09.201Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:16:09.203Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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-10-03T04:16:09.203Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:16:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:16:09.206Z||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-10-03T04:16:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:16:09.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:16:09.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:16:09.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:16:09.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:16:09.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:16:09.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:16:09.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:16:09.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-03T04:16:09.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:16:09.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:16:09.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:16:09.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770449201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:16:09.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:16:09.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770457596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:16:09.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770462679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:16:09.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770463762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:16:09.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770464834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:16:09.248Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770466252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/basic_onboard_doopia0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:16:09.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770467258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:16:09.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770468266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/resourceInstances/basic_onboard_doopia0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:16:09.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:09.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-03T04:16:09.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770469274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDoopia/1.0/artifacts/service-BasicOnboardDoopia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:16:09.252Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:16:18.778Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:17:09.201Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:17:09.203Z||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-10-03T04:17:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:17:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:17:09.206Z||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-10-03T04:17:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:17:09.736Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:17:09.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-03T04:17:09.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52f1c28-9335-4dbe-b8ce-e968577d7161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770521215,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:17:09.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:17:18.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:18:09.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:18:09.204Z||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-10-03T04:18:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:18:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:18:09.205Z||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-10-03T04:18:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:18:18.758Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:18:18.819Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:19:09.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:19:09.204Z||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-10-03T04:19:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:19:09.206Z||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-10-03T04:19:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:09.856Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:19:09.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "clamp",
  "timestamp": 1664770725001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.863Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:19:09.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8b0362f-c52a-4766-8847-0061c1eccf9c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f5bb417e-6a9d-4664-be8a-e30f4e39303c","serviceDescription":"service","serviceInvariantUUID":"91b366e0-e2ca-458a-a23b-3ae5656033d1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a0cdca06-41ae-4bb1-82c0-758794b21bd9","resourceInvariantUUID":"02ba0db2-2787-408b-9f71-3049626e61b0","resourceCustomizationUUID":"676cf003-ecc8-4c70-bd18-cfd218e1e284","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":"NDI2Njg5NWY5Y2U2MjRhNDIwOWNmNTc4OTEyYmQ2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"312c2c15-c07d-4aeb-9c6f-746c9f00a611","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWRmNzc4NGQ3ODU4NmI1NDk3OWFmOWIwOWMxMzliZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e63fed2-9d96-42e6-a371-1fcad8e943ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:19:09.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770723645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770725602,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.867Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:19:09.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "cds",
  "timestamp": 1664770727153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.868Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "aai-ml",
  "timestamp": 1664770723524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "policy-id",
  "timestamp": 1664770727701,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770723645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770725602,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:19:09.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "clamp",
  "timestamp": 1664770725001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:19:09.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "cds",
  "timestamp": 1664770727153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:19:09.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.873Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:09.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.873Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770749201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "aai-ml",
  "timestamp": 1664770723524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:19:09.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "policy-id",
  "timestamp": 1664770727701,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:19:09.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "aai-ml",
  "timestamp": 1664770734815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "cds",
  "timestamp": 1664770733907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "policy-id",
  "timestamp": 1664770733071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "cds",
  "timestamp": 1664770734915,
  "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-10-03T04:19:09.905Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.906Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c 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-10-03T04:19:09.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "policy-id",
  "timestamp": 1664770734079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:19:09.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "policy-id",
  "timestamp": 1664770735084,
  "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-10-03T04:19:09.926Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.927Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c 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-10-03T04:19:09.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770735964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:19:09.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770735964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:19:09.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:19:09.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "aai-ml",
  "timestamp": 1664770739117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:19:09.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "clamp",
  "timestamp": 1664770738059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770738736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "aai-ml",
  "timestamp": 1664770740126,
  "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-10-03T04:19:09.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c 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-10-03T04:19:09.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "clamp",
  "timestamp": 1664770740068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:19:09.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770740522,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "clamp",
  "timestamp": 1664770741072,
  "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-10-03T04:19:09.969Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.969Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c 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=?
2022-10-03T04:19:09.974Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:19:09.975Z||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-10-03T04:19:09.976Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:09.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:19:09.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770741560,
  "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-10-03T04:19:09.992Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8b0362f-c52a-4766-8847-0061c1eccf9c
2022-10-03T04:19:09.993Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b0362f-c52a-4766-8847-0061c1eccf9c 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-10-03T04:19:09.998Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:19:10.003Z||pool-19-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:19:10.874Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:19:10.875Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:10.880Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:10.880Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770749201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:19:10.979Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:19:10.980Z||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-10-03T04:19:10.980Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:10.999Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:19:11.000Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:19:11.882Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f5bb417e-6a9d-4664-be8a-e30f4e39303c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91b366e0-e2ca-458a-a23b-3ae5656033d1",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "676cf003-ecc8-4c70-bd18-cfd218e1e284",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "a0cdca06-41ae-4bb1-82c0-758794b21bd9",
      "resourceInvariantUUID": "02ba0db2-2787-408b-9f71-3049626e61b0",
      "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": "MWRmNzc4NGQ3ODU4NmI1NDk3OWFmOWIwOWMxMzliZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e63fed2-9d96-42e6-a371-1fcad8e943ca"
    }
  ],
  "workloadContext": "Production"
}
2022-10-03T04:19:11.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:19:11.883Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5bb417e-6a9d-4664-be8a-e30f4e39303c ASDC
2022-10-03T04:19:11.883Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f8b0362f-c52a-4766-8847-0061c1eccf9c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f5bb417e-6a9d-4664-be8a-e30f4e39303c
ServiceInvariantUUID:91b366e0-e2ca-458a-a23b-3ae5656033d1
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:3e63fed2-9d96-42e6-a371-1fcad8e943ca
ArtifactChecksum:MWRmNzc4NGQ3ODU4NmI1NDk3OWFmOWIwOWMxMzliZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:676cf003-ecc8-4c70-bd18-cfd218e1e284
ResourceInvariantUUID:02ba0db2-2787-408b-9f71-3049626e61b0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a0cdca06-41ae-4bb1-82c0-758794b21bd9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-03T04:19:11.883Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5bb417e-6a9d-4664-be8a-e30f4e39303c 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-10-03T04:19:11.922Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:19:11.923Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:19:11.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:19:11.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3e63fed2-9d96-42e6-a371-1fcad8e943ca from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-03T04:19:11.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:19:11.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-03T04:19:12.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:19:12.016Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3e63fed2-9d96-42e6-a371-1fcad8e943ca 52510
2022-10-03T04:19:12.016Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-03T04:19:12.016Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-03T04:19:12.016Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:19:12.017Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:12.020Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:12.020Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770752016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:19:12.120Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:19:12.121Z||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-10-03T04:19:12.122Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:12.136Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:19:12.137Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:19:13.021Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:19:13.023Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:19:13.024Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3e63fed2-9d96-42e6-a371-1fcad8e943ca, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:13.024Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-03T04:19:13.024Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:13.025Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:13.223Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14379340613932297768/Definitions/service-BasicNetwork-template.yml
2022-10-03T04:19:14.003Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:19:14.004Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:19:14.004Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.004Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-03T04:19:14.004Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.005Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.006Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.006Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:19:14.006Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.006Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.007Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-03T04:19:14.007Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:19:14.007Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:19:14.007Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:19:14.008Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.009Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.009Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.009Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.010Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.011Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.011Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.011Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f5bb417e-6a9d-4664-be8a-e30f4e39303c
Model Version:NULL
Model InvariantUuid:91b366e0-e2ca-458a-a23b-3ae5656033d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:02ba0db2-2787-408b-9f71-3049626e61b0
Model UUID:acf45673-5d25-4654-918d-bd194ae27d63
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:676cf003-ecc8-4c70-bd18-cfd218e1e284
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-10-03T04:19:14.017Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: a0cdca06-41ae-4bb1-82c0-758794b21bd9
2022-10-03T04:19:14.017Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||No resources found for Service: f5bb417e-6a9d-4664-be8a-e30f4e39303c
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-10-03T04:19:14.023Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||
2022-10-03T04:19:14.024Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-03T04:19:14.025Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||No resources found for Service: f5bb417e-6a9d-4664-be8a-e30f4e39303c
2022-10-03T04:19:14.025Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f5bb417e-6a9d-4664-be8a-e30f4e39303c
2022-10-03T04:19:14.026Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-03T04:19:14.026Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.038Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13409504, org.onap.sdc.toscaparser.api.parameters.Input@4d7752c7, org.onap.sdc.toscaparser.api.parameters.Input@58cf87e3, org.onap.sdc.toscaparser.api.parameters.Input@64f8f86e, org.onap.sdc.toscaparser.api.parameters.Input@7307a940]
2022-10-03T04:19:14.040Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.040Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.041Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.041Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.041Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f5bb417e-6a9d-4664-be8a-e30f4e39303c: Generic NeutronNet
2022-10-03T04:19:14.041Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.042Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.042Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.042Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.090Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.091Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.091Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.091Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.092Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:19:14.092Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:19:14.092Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||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-10-03T04:19:14.154Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-03T04:19:14.155Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-03T04:19:14.155Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-03T04:19:14.155Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:19:14.155Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:14.159Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:14.160Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770754155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:19:14.260Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:19:14.261Z||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-10-03T04:19:14.262Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:14.280Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:19:14.281Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:19:15.161Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b0362f-c52a-4766-8847-0061c1eccf9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:19:15.183Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b0362f-c52a-4766-8847-0061c1eccf9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:19:15.189Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:19:15.190Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:19:15.192Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:19:15.193Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:19:15.193Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:19:15.193Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:19:15.193Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:19:15.201Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:19:45.202Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8b0362f-c52a-4766-8847-0061c1eccf9c 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-10-03T04:19:45.210Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8b0362f-c52a-4766-8847-0061c1eccf9c and serviceModelVersionId: f5bb417e-6a9d-4664-be8a-e30f4e39303c
2022-10-03T04:19:45.210Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91b366e0-e2ca-458a-a23b-3ae5656033d1
2022-10-03T04:19:45.212Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0
2022-10-03T04:19:45.218Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:19:45.299Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|INFO|500||Invoke
2022-10-03T04:19:45.300Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8b0362f-c52a-4766-8847-0061c1eccf9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90f7fa2b-663d-4f83-80a7-e2eb97e36739], X-ECOMP-RequestID=[f8b0362f-c52a-4766-8847-0061c1eccf9c], X-TransactionId=[], X-ONAP-RequestID=[f8b0362f-c52a-4766-8847-0061c1eccf9c], Content-Type=[application/merge-patch+json]}
2022-10-03T04:19:45.334Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-03T04:19:45.446Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?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/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221003-04:19:46:763-29552], vertex-id=[323640], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:19:46 GMT], Content-Type=[application/json]}
2022-10-03T04:19:45.447Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:19:45.448Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91b366e0-e2ca-458a-a23b-3ae5656033d1/model-vers/model-ver/f5bb417e-6a9d-4664-be8a-e30f4e39303c?depth=0|INFO|500||InvokeReturn
2022-10-03T04:19:45.449Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:19:45.449Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:19:45.455Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-03T04:19:45.456Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8b0362f-c52a-4766-8847-0061c1eccf9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:19:45.456Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:19:45.457Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:19:45.461Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:19:45.461Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770785456,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:19:45.560Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:19:45.562Z||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-10-03T04:19:45.562Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:19:45.586Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:19:45.587Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:20:09.202Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:20:09.203Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|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-10-03T04:20:09.204Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:20:09.205Z||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-10-03T04:20:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:09.388Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:09.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:20:09.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770749201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:20:09.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:20:09.890Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:09.892Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-03T04:20:09.892Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f04d9bcb-04cc-4dbb-a0bb-241950263064","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b","serviceDescription":"service","serviceInvariantUUID":"6c2d9223-306e-4061-a9c3-f3b1dfbd50d1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b132466-abb6-44f3-b0c7-28c99fccf502","resourceInvariantUUID":"a946a486-9276-434b-b90d-899fcae5ddd2","resourceCustomizationUUID":"5e02a204-567e-40e2-8eb2-a0edb5b1a587","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":"YmFkZTM4ZmNhMTE1YWQ1ZTVhNzNhMmE2YTA4ZTczN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f116e68-13e1-4643-857e-ccd52ffced46","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":"ZTI4NjNlMGE0YjlmMmI0ZTgyYzM5NGI1NjMxZTMxYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73a5a824-0e72-4965-a0d8-6146cc4620cf","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":"5e5834b8-dde1-4b9b-bf74-c3a608b7971d","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":"fd6fb010-49dc-40bb-9146-8f5013c87078","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":"bb4783ba-047c-4d6d-9a80-61f13dd871cf","artifactVersion":"2","generatedFromUUID":"5e5834b8-dde1-4b9b-bf74-c3a608b7971d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTU4MGY2MTM2OTZhYmUwMTlhNmUzMWJiNzUyZTM0YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9601a6-d74c-4255-b647-5b10f2079c8d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmQzY2UxOTY1OGQ2MDljMjFlMDJjZGU2NjZmNzEzMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19fc4059-290a-4c7e-a432-217d7cce067b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:20:09.899Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:09.900Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:09.903Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:09.904Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:20:10.004Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:10.006Z||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-10-03T04:20:10.006Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:10.023Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:10.024Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:10.904Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:10.905Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:10.908Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:10.908Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:20:11.008Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:11.010Z||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-10-03T04:20:11.010Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:11.031Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:11.032Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:11.908Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:11.909Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:11.912Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:11.912Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:20:12.012Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:12.014Z||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-10-03T04:20:12.014Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:12.033Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:12.037Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:12.913Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:12.914Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:12.917Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:12.917Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:20:13.017Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:13.018Z||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-10-03T04:20:13.019Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:13.036Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:13.037Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:13.918Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:13.919Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:13.921Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:13.921Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-03T04:20:14.022Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:14.023Z||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-10-03T04:20:14.023Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:14.037Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:14.037Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:14.922Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:14.924Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:14.928Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:14.928Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:20:15.028Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:20:15.029Z||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-10-03T04:20:15.030Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:15.047Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:15.048Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:15.929Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:20:15.930Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:15.932Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:15.933Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:20:16.034Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:16.035Z||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-10-03T04:20:16.035Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:16.066Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:16.067Z||pool-30-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:16.935Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6c2d9223-306e-4061-a9c3-f3b1dfbd50d1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5e02a204-567e-40e2-8eb2-a0edb5b1a587",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2b132466-abb6-44f3-b0c7-28c99fccf502",
      "resourceInvariantUUID": "a946a486-9276-434b-b90d-899fcae5ddd2",
      "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": "ZTI4NjNlMGE0YjlmMmI0ZTgyYzM5NGI1NjMxZTMxYWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "73a5a824-0e72-4965-a0d8-6146cc4620cf",
          "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": "5e5834b8-dde1-4b9b-bf74-c3a608b7971d",
          "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": "bb4783ba-047c-4d6d-9a80-61f13dd871cf",
            "generatedFromUUID": "5e5834b8-dde1-4b9b-bf74-c3a608b7971d"
          },
          "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": "bb4783ba-047c-4d6d-9a80-61f13dd871cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NmQzY2UxOTY1OGQ2MDljMjFlMDJjZGU2NjZmNzEzMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "19fc4059-290a-4c7e-a432-217d7cce067b"
    }
  ],
  "workloadContext": "Production"
}
2022-10-03T04:20:16.937Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:20:16.938Z|f8b0362f-c52a-4766-8847-0061c1eccf9c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b ASDC
2022-10-03T04:20:16.939Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f04d9bcb-04cc-4dbb-a0bb-241950263064
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b
ServiceInvariantUUID:6c2d9223-306e-4061-a9c3-f3b1dfbd50d1
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:19fc4059-290a-4c7e-a432-217d7cce067b
ArtifactChecksum:NmQzY2UxOTY1OGQ2MDljMjFlMDJjZGU2NjZmNzEzMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5e02a204-567e-40e2-8eb2-a0edb5b1a587
ResourceInvariantUUID:a946a486-9276-434b-b90d-899fcae5ddd2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2b132466-abb6-44f3-b0c7-28c99fccf502
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:73a5a824-0e72-4965-a0d8-6146cc4620cf
ArtifactChecksum:ZTI4NjNlMGE0YjlmMmI0ZTgyYzM5NGI1NjMxZTMxYWQ=
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:5e5834b8-dde1-4b9b-bf74-c3a608b7971d
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:bb4783ba-047c-4d6d-9a80-61f13dd871cf
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:bb4783ba-047c-4d6d-9a80-61f13dd871cf
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-03T04:20:16.940Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b 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-10-03T04:20:16.992Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:20:16.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:20:16.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:20:16.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 19fc4059-290a-4c7e-a432-217d7cce067b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-03T04:20:16.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:20:16.995Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-03T04:20:17.072Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:20:17.077Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 19fc4059-290a-4c7e-a432-217d7cce067b 71072
2022-10-03T04:20:17.078Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-03T04:20:17.078Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-03T04:20:17.078Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:20:17.079Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:17.110Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:17.111Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770817078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:20:17.181Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 69 ms
2022-10-03T04:20:17.183Z||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-10-03T04:20:17.183Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:17.205Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:17.206Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:18.112Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:20:18.114Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:20:18.114Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 19fc4059-290a-4c7e-a432-217d7cce067b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:18.115Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-03T04:20:18.116Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:18.116Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:18.281Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7015195518345058442/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-10-03T04:20:19.978Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:20:19.980Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:20:19.980Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.980Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-03T04:20:19.980Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.981Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.982Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.982Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-03T04:20:19.982Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:20:19.982Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.983Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.983Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.983Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:20:19.984Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:20:19.984Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.984Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.984Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.985Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:20:19.985Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:20:19.985Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.985Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.986Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.986Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-03T04:20:19.986Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-03T04:20:19.986Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-03T04:20:19.987Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-03T04:20:19.987Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-03T04:20:19.987Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-03T04:20:19.987Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.988Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:20:19.988Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.988Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.988Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:19.989Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.989Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.989Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:19.990Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.990Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:19.990Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:19.990Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.991Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-03T04:20:19.991Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-03T04:20:19.991Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-03T04:20:19.991Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e37062d3-2121-4196-8630-041eb11944f8
2022-10-03T04:20:19.992Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.992Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.993Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.993Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.993Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.993Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:19.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:19.994Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b
Model Version:NULL
Model InvariantUuid:6c2d9223-306e-4061-a9c3-f3b1dfbd50d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:50e46d30-33b1-4d12-83fe-ed98c4ddbbdf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a946a486-9276-434b-b90d-899fcae5ddd2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5e02a204-567e-40e2-8eb2-a0edb5b1a587
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5b8f0472-902b-4ba2-ba73-523d34bebd98
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c9bfbf0f-52ba-40f8-82dd-eaee699cebcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e37062d3-2121-4196-8630-041eb11944f8
ModelInvariantUuid:89cb8a73-9bab-4c98-a406-9214024bfc1d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c00e0556-2efd-4395-af7d-01dd41a4c6c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:dfa6693c-2e3b-4b2c-a12e-48da44455db6
ModelInvariantUuid:dc9b528a-2b9e-4d58-904e-40d9014b8cd3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:172900d8-57aa-4519-8177-74dc7b07dc6a
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-10-03T04:20:20.000Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b132466-abb6-44f3-b0c7-28c99fccf502
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-10-03T04:20:20.004Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-10-03T04:20:20.004Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b132466-abb6-44f3-b0c7-28c99fccf502
2022-10-03T04:20:20.004Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73a5a824-0e72-4965-a0d8-6146cc4620cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-03T04:20:20.004Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:20:20.005Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-03T04:20:20.059Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:20:20.061Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 73a5a824-0e72-4965-a0d8-6146cc4620cf 787
2022-10-03T04:20:20.061Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-03T04:20:20.061Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-03T04:20:20.062Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:20:20.062Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:20.065Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:20.065Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770820061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:20:20.166Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:20:20.169Z||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-10-03T04:20:20.169Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:20.191Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:20.193Z||pool-32-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:21.066Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5b8f0472-902b-4ba2-ba73-523d34bebd98",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c9bfbf0f-52ba-40f8-82dd-eaee699cebcf",
    "vfModuleModelCustomizationUUID": "d4a8519d-4208-4a11-a8af-bbbe54cc8d4a",
    "isBase": true,
    "artifacts": [
      "5e5834b8-dde1-4b9b-bf74-c3a608b7971d",
      "bb4783ba-047c-4d6d-9a80-61f13dd871cf"
    ],
    "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-10-03T04:20:21.075Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9bfbf0f-52ba-40f8-82dd-eaee699cebcf
VfModuleModelInvariantUUID:5b8f0472-902b-4ba2-ba73-523d34bebd98
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e5834b8-dde1-4b9b-bf74-c3a608b7971d
,
bb4783ba-047c-4d6d-9a80-61f13dd871cf

}
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-10-03T04:20:21.079Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5b8f0472-902b-4ba2-ba73-523d34bebd98",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c9bfbf0f-52ba-40f8-82dd-eaee699cebcf",
    "vfModuleModelCustomizationUUID": "d4a8519d-4208-4a11-a8af-bbbe54cc8d4a",
    "isBase": true,
    "artifacts": [
      "5e5834b8-dde1-4b9b-bf74-c3a608b7971d",
      "bb4783ba-047c-4d6d-9a80-61f13dd871cf"
    ],
    "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-10-03T04:20:21.080Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9bfbf0f-52ba-40f8-82dd-eaee699cebcf
VfModuleModelInvariantUUID:5b8f0472-902b-4ba2-ba73-523d34bebd98
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e5834b8-dde1-4b9b-bf74-c3a608b7971d
,
bb4783ba-047c-4d6d-9a80-61f13dd871cf

}
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-10-03T04:20:21.080Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5e5834b8-dde1-4b9b-bf74-c3a608b7971d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-03T04:20:21.080Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:20:21.081Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-03T04:20:21.127Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:20:21.128Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5e5834b8-dde1-4b9b-bf74-c3a608b7971d 5033
2022-10-03T04:20:21.128Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-03T04:20:21.129Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-03T04:20:21.129Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:20:21.130Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:21.132Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:21.132Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770821128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:20:21.232Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:21.233Z||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-10-03T04:20:21.233Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:21.251Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:21.251Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:22.133Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bb4783ba-047c-4d6d-9a80-61f13dd871cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-03T04:20:22.134Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:20:22.134Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-03T04:20:22.181Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:20:22.182Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bb4783ba-047c-4d6d-9a80-61f13dd871cf 903
2022-10-03T04:20:22.183Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-03T04:20:22.183Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-03T04:20:22.183Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:20:22.184Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:22.186Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:22.186Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770822183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:20:22.286Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:20:22.288Z||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-10-03T04:20:22.288Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:22.304Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:22.304Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:23.188Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b
2022-10-03T04:20:23.188Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2b132466-abb6-44f3-b0c7-28c99fccf502 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-10-03T04:20:23.210Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34e64add, org.onap.sdc.toscaparser.api.parameters.Input@4d430618, org.onap.sdc.toscaparser.api.parameters.Input@51b3037, org.onap.sdc.toscaparser.api.parameters.Input@1b9d590, org.onap.sdc.toscaparser.api.parameters.Input@78fd7d8]
2022-10-03T04:20:23.212Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.212Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.213Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-03T04:20:23.213Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5e02a204-567e-40e2-8eb2-a0edb5b1a587
2022-10-03T04:20:23.213Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e02a204-567e-40e2-8eb2-a0edb5b1a587 matches Tosca VF Customization UUID: 5e02a204-567e-40e2-8eb2-a0edb5b1a587
2022-10-03T04:20:23.213Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5e02a204-567e-40e2-8eb2-a0edb5b1a587  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-10-03T04:20:23.216Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.217Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5e02a204-567e-40e2-8eb2-a0edb5b1a587: {\"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-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41b52b05
2022-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:20:23.218Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4a8519d-4208-4a11-a8af-bbbe54cc8d4a
2022-10-03T04:20:23.219Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4a8519d-4208-4a11-a8af-bbbe54cc8d4a
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-10-03T04:20:23.221Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.221Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:23.221Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:23.221Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-03T04:20:23.222Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-03T04:20:23.223Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-03T04:20:23.223Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e37062d3-2121-4196-8630-041eb11944f8
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-10-03T04:20:23.225Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-03T04:20:23.226Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5e02a204-567e-40e2-8eb2-a0edb5b1a587
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-10-03T04:20:23.227Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.228Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.228Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b: basic_vm
2022-10-03T04:20:23.228Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.228Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.229Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.230Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:20:23.230Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:20:23.230Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:20:23.307Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2b132466-abb6-44f3-b0c7-28c99fccf502 1 ASDC deployResourceStructure
2022-10-03T04:20:23.308Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-03T04:20:23.308Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-03T04:20:23.308Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:20:23.308Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:23.310Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:23.310Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770823307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:20:23.411Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:20:23.412Z||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-10-03T04:20:23.412Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:23.428Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:23.429Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:24.312Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-03T04:20:24.312Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-03T04:20:24.313Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:20:24.313Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:24.318Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:24.318Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770824311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:20:24.418Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:24.420Z||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-10-03T04:20:24.420Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:24.435Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:24.436Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:25.319Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-03T04:20:25.320Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-03T04:20:25.320Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:20:25.321Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:25.323Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:25.324Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770825319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:20:25.424Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:25.425Z||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-10-03T04:20:25.426Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:25.446Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:25.446Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:20:26.325Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-03T04:20:26.326Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-03T04:20:26.326Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:20:26.326Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:20:26.328Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:20:26.328Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770826325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:20:26.429Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:20:26.430Z||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-10-03T04:20:26.430Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:20:26.448Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:20:26.449Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:20:27.330Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:20:27.344Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:20:27.348Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:20:27.348Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:20:27.348Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:20:57.349Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:20:57.363Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:20:57.367Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:20:57.367Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:20:57.367Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:21:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:21:09.206Z||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-10-03T04:21:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:21:09.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:21:09.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770749201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770752016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770754155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b0362f-c52a-4766-8847-0061c1eccf9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770785456,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770783646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770785602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "cds",
  "timestamp": 1664770787152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770785002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770787701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770785602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770783646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "cds",
  "timestamp": 1664770787152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770785002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770787701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770785602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770783646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "cds",
  "timestamp": 1664770787152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770785002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770787701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770795963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770785602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770783646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "cds",
  "timestamp": 1664770787152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770785002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770787701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770795963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770783646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770785602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "cds",
  "timestamp": 1664770787152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770785002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770787701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770795963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770785602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770783646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "cds",
  "timestamp": 1664770787152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770785002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770787701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770795963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770785602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770783646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "cds",
  "timestamp": 1664770787152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770785002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770787701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770795963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770800802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "cds",
  "timestamp": 1664770801222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770800377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770795963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:21:09.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "cds",
  "timestamp": 1664770802232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:21:09.283Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:21:09.283Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 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-10-03T04:21:09.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770801381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:21:09.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770801870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770795963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:21:09.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:21:09.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "policy-id",
  "timestamp": 1664770802384,
  "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-10-03T04:21:09.303Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:21:09.304Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 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-10-03T04:21:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770802936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770803735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770803962,
  "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-10-03T04:21:09.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:21:09.336Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 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-10-03T04:21:09.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770804966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:21:09.346Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770806074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:21:09.347Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770807079,
  "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-10-03T04:21:09.353Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:21:09.353Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 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-10-03T04:21:09.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770807073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:21:09.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:09.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:21:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770809081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:21:09.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:21:27.368Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:21:27.385Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:21:27.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:21:27.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:21:27.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:21:57.392Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:21:57.410Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:21:57.418Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:21:57.419Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:21:57.419Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:22:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:22:09.206Z||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-10-03T04:22:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:22:09.741Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:22:09.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "clamp",
  "timestamp": 1664770810085,
  "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-10-03T04:22:09.754Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:22:09.754Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 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-10-03T04:22:09.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770813524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770805970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770813524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770807701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770805970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770813524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770807701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770815002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770805970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770813524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770807701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770809201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770815002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770805970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770813524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770807701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770817078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770817153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770815002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770805970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770813524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770807701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770817153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770815002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770805970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770813524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770807701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770817153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770815002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770805970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770807701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770821288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770820061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770817153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770815002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770805970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770807701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770821128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770817153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770815002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770805970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770807701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770822183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770817153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770815002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770822972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770822549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770823307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770817153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770815002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770823555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770824030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770823645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770824311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770817153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "policy-id",
  "timestamp": 1664770824559,
  "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-10-03T04:22:09.815Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.815Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 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-10-03T04:22:09.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770825085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770823645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770825319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770817153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770826135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770825963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770823645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770826325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770826940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770827865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770827180,
  "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-10-03T04:22:09.836Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.836Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 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-10-03T04:22:09.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770825963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770823645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "cds",
  "timestamp": 1664770827947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:09.850Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.850Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 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-10-03T04:22:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "aai-ml",
  "timestamp": 1664770828869,
  "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-10-03T04:22:09.874Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f04d9bcb-04cc-4dbb-a0bb-241950263064
2022-10-03T04:22:09.874Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04d9bcb-04cc-4dbb-a0bb-241950263064 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-10-03T04:22:09.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770828076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664770828183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770825963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770823645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770829091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770825963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770823645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "clamp",
  "timestamp": 1664770830095,
  "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-10-03T04:22:09.897Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.897Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 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-10-03T04:22:09.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770825963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770823645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770825963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770823645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770825963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664770823645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770825963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770825963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770835734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770837924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664770838928,
  "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-10-03T04:22:09.919Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.919Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 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-10-03T04:22:09.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770843524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770843524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770843524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770843524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770843524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770843524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770843524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770843524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:22:09.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770843524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:22:09.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:22:09.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770853324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:22:09.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770860526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:22:09.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:22:09.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:22:09.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "aai-ml",
  "timestamp": 1664770861531,
  "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-10-03T04:22:09.955Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
2022-10-03T04:22:09.955Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 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-10-03T04:22:27.419Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:22:27.435Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:22:27.441Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:22:27.441Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:22:27.441Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:22:27.442Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:22:27.443Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:22:27.443Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:22:27.443Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:22:27.451Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:22:57.452Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f04d9bcb-04cc-4dbb-a0bb-241950263064 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-10-03T04:22:57.461Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f04d9bcb-04cc-4dbb-a0bb-241950263064 and serviceModelVersionId: 73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b
2022-10-03T04:22:57.461Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c2d9223-306e-4061-a9c3-f3b1dfbd50d1
2022-10-03T04:22:57.462Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0
2022-10-03T04:22:57.477Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:22:57.558Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?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-10-03T04:22:57.566Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0|INFO|500||Invoke
2022-10-03T04:22:57.606Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-03T04:22:57.765Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0|INFO|500||InvokeReturn
2022-10-03T04:22:57.771Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c2d9223-306e-4061-a9c3-f3b1dfbd50d1/model-vers/model-ver/73ec2ef4-deb2-4dae-9f40-9fd8ca4a955b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221003-04:22:59:050-1528], vertex-id=[442480], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:22:59 GMT], Content-Type=[application/json]}
2022-10-03T04:22:57.771Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:22:57.772Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:22:57.772Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:22:57.785Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-03T04:22:57.786Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f04d9bcb-04cc-4dbb-a0bb-241950263064 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:22:57.786Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:22:57.787Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:22:57.796Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:22:57.797Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770977786,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:22:57.897Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:22:57.900Z||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-10-03T04:22:57.900Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:22:57.925Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:22:57.925Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:22:58.822Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:22:58.823Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|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-10-03T04:22:58.823Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:03.374Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:03.375Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-03T04:23:03.375Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"afa0ddfb-8ee2-47c0-a37e-9d0b1d042749","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"236363f8-4d50-4cdd-8e04-d6282259ad05","serviceDescription":"service","serviceInvariantUUID":"e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea","resourceInvariantUUID":"2169055e-c111-4c7f-8aa9-bca2594e610f","resourceCustomizationUUID":"cd453ae2-529b-4ff6-a5c1-5de046d47616","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":"ZTU5ZWVjZDhlODRjZGI5NzhiNjAxOWFjMjY0ZTQxZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca6f2a10-2046-4046-bba0-d93542d796bb","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":"4da57517-cf3e-49e4-869f-2e63ee6edded","artifactVersion":"2","generatedFromUUID":"ff54cc10-de5f-4ec3-a088-78bb31cc8ff2"},{"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":"ff54cc10-de5f-4ec3-a088-78bb31cc8ff2","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":"YjNmZGMxNjRjYTZhY2RiNjI3N2RmYmZiOTUzYTYwZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db17233d-4011-4fe9-8d08-3f8e83bbe97b","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":"b5416ef8-e379-47ac-952d-3a5ccbb6ea42","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":"ee396571-bfe5-46de-a6f0-187d4bf8f8e2","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":"9c32acda-532f-41e7-9094-f8814b213e87","artifactVersion":"2","generatedFromUUID":"b5416ef8-e379-47ac-952d-3a5ccbb6ea42"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2M1YWQ2NWQ4Njk2NjA5Njk2YmJkNjc0YzQyYTg3YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83ad8470-e682-4d63-b3db-9a84bac92fcc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDgyZDkyZjBjZWIwMjgzZDExNGZjMDY1NmQ5Nzg1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6287b30-303d-4e08-8475-5e1a3831d839","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:23:03.380Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:03.380Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:03.383Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:03.384Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:23:03.484Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:03.486Z||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-10-03T04:23:03.486Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:03.509Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:03.510Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:04.385Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:04.386Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:04.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:04.391Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-03T04:23:04.491Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:04.493Z||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-10-03T04:23:04.493Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:04.522Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:04.522Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:05.392Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:05.394Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:05.396Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:05.397Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-03T04:23:05.498Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:23:05.500Z||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-10-03T04:23:05.500Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:05.528Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:05.530Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:06.398Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:06.399Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:06.402Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:06.403Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:23:06.503Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:06.504Z||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-10-03T04:23:06.504Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:06.523Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:06.524Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:07.403Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:07.404Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:07.406Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:07.406Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:23:07.507Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:07.509Z||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-10-03T04:23:07.509Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:07.543Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:07.544Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:08.407Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:08.408Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:08.410Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:08.410Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:23:08.510Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:08.511Z||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-10-03T04:23:08.512Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:08.529Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:08.530Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:23:09.207Z||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-10-03T04:23:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:09.411Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:09.412Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:09.414Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:09.414Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-03T04:23:09.514Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:09.516Z||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-10-03T04:23:09.516Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:09.539Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:09.540Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:09.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:09.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f04d9bcb-04cc-4dbb-a0bb-241950263064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770977786,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:23:09.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:23:09.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:23:09.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:23:09.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-03T04:23:09.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:23:09.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:23:10.414Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:10.415Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:10.417Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:10.418Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:23:10.518Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:10.519Z||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-10-03T04:23:10.519Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:10.537Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:10.538Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:11.418Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:23:11.419Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:11.422Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:11.422Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:23:11.522Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:11.523Z||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-10-03T04:23:11.524Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:11.543Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:11.544Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:12.424Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "236363f8-4d50-4cdd-8e04-d6282259ad05",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "cd453ae2-529b-4ff6-a5c1-5de046d47616",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea",
      "resourceInvariantUUID": "2169055e-c111-4c7f-8aa9-bca2594e610f",
      "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": "4da57517-cf3e-49e4-869f-2e63ee6edded",
          "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": "ff54cc10-de5f-4ec3-a088-78bb31cc8ff2",
          "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": "YjNmZGMxNjRjYTZhY2RiNjI3N2RmYmZiOTUzYTYwZjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "db17233d-4011-4fe9-8d08-3f8e83bbe97b",
          "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": "b5416ef8-e379-47ac-952d-3a5ccbb6ea42",
          "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": "9c32acda-532f-41e7-9094-f8814b213e87",
            "generatedFromUUID": "b5416ef8-e379-47ac-952d-3a5ccbb6ea42"
          },
          "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": "9c32acda-532f-41e7-9094-f8814b213e87",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDgyZDkyZjBjZWIwMjgzZDExNGZjMDY1NmQ5Nzg1ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6287b30-303d-4e08-8475-5e1a3831d839"
    }
  ],
  "workloadContext": "Production"
}
2022-10-03T04:23:12.425Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:23:12.425Z|f04d9bcb-04cc-4dbb-a0bb-241950263064|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 236363f8-4d50-4cdd-8e04-d6282259ad05 ASDC
2022-10-03T04:23:12.426Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:236363f8-4d50-4cdd-8e04-d6282259ad05
ServiceInvariantUUID:e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e
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:c6287b30-303d-4e08-8475-5e1a3831d839
ArtifactChecksum:MDgyZDkyZjBjZWIwMjgzZDExNGZjMDY1NmQ5Nzg1ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:cd453ae2-529b-4ff6-a5c1-5de046d47616
ResourceInvariantUUID:2169055e-c111-4c7f-8aa9-bca2594e610f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea
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:4da57517-cf3e-49e4-869f-2e63ee6edded
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:ff54cc10-de5f-4ec3-a088-78bb31cc8ff2
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:db17233d-4011-4fe9-8d08-3f8e83bbe97b
ArtifactChecksum:YjNmZGMxNjRjYTZhY2RiNjI3N2RmYmZiOTUzYTYwZjI=
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:b5416ef8-e379-47ac-952d-3a5ccbb6ea42
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:9c32acda-532f-41e7-9094-f8814b213e87
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:9c32acda-532f-41e7-9094-f8814b213e87
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-03T04:23:12.426Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 236363f8-4d50-4cdd-8e04-d6282259ad05 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-10-03T04:23:12.473Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:23:12.474Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:23:12.474Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:23:12.474Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c6287b30-303d-4e08-8475-5e1a3831d839 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-03T04:23:12.474Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:12.475Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-03T04:23:12.561Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:12.568Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c6287b30-303d-4e08-8475-5e1a3831d839 68962
2022-10-03T04:23:12.569Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-03T04:23:12.569Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-03T04:23:12.570Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:12.570Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:12.573Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:12.573Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770992569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:23:12.673Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:12.675Z||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-10-03T04:23:12.675Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:12.692Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:12.692Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:13.574Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:23:13.575Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:23:13.576Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c6287b30-303d-4e08-8475-5e1a3831d839, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:13.576Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-03T04:23:13.577Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:13.577Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:13.740Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP36492527549219814/Definitions/service-BasicCnf-template.yml
2022-10-03T04:23:15.263Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:23:15.264Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:23:15.264Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.265Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-03T04:23:15.265Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.265Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.266Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.266Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-03T04:23:15.266Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:23:15.267Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.267Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.268Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.268Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:23:15.268Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:23:15.269Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.274Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.275Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.275Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:23:15.276Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:23:15.276Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.277Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.277Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.278Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-03T04:23:15.278Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-03T04:23:15.279Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-03T04:23:15.279Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-03T04:23:15.279Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.280Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:23:15.280Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.280Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.280Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:23:15.281Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.281Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.282Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:23:15.282Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.282Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:15.282Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:23:15.283Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.283Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-03T04:23:15.283Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-03T04:23:15.284Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f8f0b5b7-c4ee-445f-8690-06abf1b53ce5
2022-10-03T04:23:15.284Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.284Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.285Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.285Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.286Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.286Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.286Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:15.287Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:15.287Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:236363f8-4d50-4cdd-8e04-d6282259ad05
Model Version:NULL
Model InvariantUuid:e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:03494a6a-ddbb-4187-bd82-e68ade69c96d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2169055e-c111-4c7f-8aa9-bca2594e610f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cd453ae2-529b-4ff6-a5c1-5de046d47616
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:269220d8-4f55-402a-be40-c34967d38b01
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d72b499d-01f6-4875-aff2-78c45ab18b19
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f8f0b5b7-c4ee-445f-8690-06abf1b53ce5
ModelInvariantUuid:d02c8e8f-bfbd-4579-9690-23120c493152
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:69aff6ce-8881-426d-a3ac-3ac47a44ab75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d6dbd547-9576-4370-ad41-d24689820e36
ModelInvariantUuid:a4366612-cbc9-4256-ac48-ab97b8fc5dac
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b6419fd6-803b-4b1f-a9d2-0e9a1db4ee10
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-10-03T04:23:15.296Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea
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-10-03T04:23:15.299Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-10-03T04:23:15.300Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea
2022-10-03T04:23:15.300Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4da57517-cf3e-49e4-869f-2e63ee6edded from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-03T04:23:15.301Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:15.302Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-03T04:23:15.379Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:15.380Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4da57517-cf3e-49e4-869f-2e63ee6edded 12
2022-10-03T04:23:15.381Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-03T04:23:15.381Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-03T04:23:15.381Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:15.382Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:15.384Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:15.384Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770995381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:23:15.484Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:15.485Z||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-10-03T04:23:15.486Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:15.503Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:15.504Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:16.386Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ff54cc10-de5f-4ec3-a088-78bb31cc8ff2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-03T04:23:16.386Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:16.387Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-03T04:23:16.448Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:16.449Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ff54cc10-de5f-4ec3-a088-78bb31cc8ff2 2688
2022-10-03T04:23:16.450Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-03T04:23:16.450Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-03T04:23:16.450Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:16.451Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:16.453Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:16.453Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770996450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:23:16.553Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:16.554Z||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-10-03T04:23:16.554Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:16.575Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:16.576Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:17.455Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: db17233d-4011-4fe9-8d08-3f8e83bbe97b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-03T04:23:17.456Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:17.456Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-03T04:23:17.503Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:17.505Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json db17233d-4011-4fe9-8d08-3f8e83bbe97b 828
2022-10-03T04:23:17.505Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-03T04:23:17.506Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-03T04:23:17.506Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:17.507Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:17.511Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:17.511Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770997505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:23:17.611Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:17.612Z||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-10-03T04:23:17.612Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:17.629Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:17.630Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:18.512Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "269220d8-4f55-402a-be40-c34967d38b01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d72b499d-01f6-4875-aff2-78c45ab18b19",
    "vfModuleModelCustomizationUUID": "f9620b2f-b203-4da3-91c1-7b241eff90bc",
    "isBase": true,
    "artifacts": [
      "b5416ef8-e379-47ac-952d-3a5ccbb6ea42",
      "ff54cc10-de5f-4ec3-a088-78bb31cc8ff2",
      "9c32acda-532f-41e7-9094-f8814b213e87"
    ],
    "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-10-03T04:23:18.518Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d72b499d-01f6-4875-aff2-78c45ab18b19
VfModuleModelInvariantUUID:269220d8-4f55-402a-be40-c34967d38b01
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5416ef8-e379-47ac-952d-3a5ccbb6ea42
,
ff54cc10-de5f-4ec3-a088-78bb31cc8ff2
,
9c32acda-532f-41e7-9094-f8814b213e87

}
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-10-03T04:23:18.521Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "269220d8-4f55-402a-be40-c34967d38b01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d72b499d-01f6-4875-aff2-78c45ab18b19",
    "vfModuleModelCustomizationUUID": "f9620b2f-b203-4da3-91c1-7b241eff90bc",
    "isBase": true,
    "artifacts": [
      "b5416ef8-e379-47ac-952d-3a5ccbb6ea42",
      "ff54cc10-de5f-4ec3-a088-78bb31cc8ff2",
      "9c32acda-532f-41e7-9094-f8814b213e87"
    ],
    "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-10-03T04:23:18.522Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d72b499d-01f6-4875-aff2-78c45ab18b19
VfModuleModelInvariantUUID:269220d8-4f55-402a-be40-c34967d38b01
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5416ef8-e379-47ac-952d-3a5ccbb6ea42
,
ff54cc10-de5f-4ec3-a088-78bb31cc8ff2
,
9c32acda-532f-41e7-9094-f8814b213e87

}
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-10-03T04:23:18.523Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b5416ef8-e379-47ac-952d-3a5ccbb6ea42 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-03T04:23:18.523Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:18.523Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-03T04:23:18.584Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:18.584Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b5416ef8-e379-47ac-952d-3a5ccbb6ea42 1164
2022-10-03T04:23:18.585Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-03T04:23:18.585Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-03T04:23:18.585Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:18.586Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:18.588Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:18.588Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770998585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:23:18.688Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:18.690Z||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-10-03T04:23:18.690Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:18.703Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:18.704Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:19.589Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9c32acda-532f-41e7-9094-f8814b213e87 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-03T04:23:19.590Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:23:19.590Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-03T04:23:19.658Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:23:19.659Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9c32acda-532f-41e7-9094-f8814b213e87 200
2022-10-03T04:23:19.660Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-03T04:23:19.660Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-03T04:23:19.660Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:23:19.661Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:19.663Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:19.664Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770999660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:23:19.764Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:19.765Z||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-10-03T04:23:19.765Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:19.786Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:19.787Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:20.664Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 236363f8-4d50-4cdd-8e04-d6282259ad05
2022-10-03T04:23:20.666Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea 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=?
2022-10-03T04:23:20.685Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-10-03T04:23:20.696Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44e3a410, org.onap.sdc.toscaparser.api.parameters.Input@4b4372df, org.onap.sdc.toscaparser.api.parameters.Input@51a37ef2, org.onap.sdc.toscaparser.api.parameters.Input@7c3605e5, org.onap.sdc.toscaparser.api.parameters.Input@25acfd57]
2022-10-03T04:23:20.698Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.699Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:20.699Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-03T04:23:20.699Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= cd453ae2-529b-4ff6-a5c1-5de046d47616
2022-10-03T04:23:20.700Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd453ae2-529b-4ff6-a5c1-5de046d47616 matches Tosca VF Customization UUID: cd453ae2-529b-4ff6-a5c1-5de046d47616
2022-10-03T04:23:20.700Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: cd453ae2-529b-4ff6-a5c1-5de046d47616  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-10-03T04:23:20.703Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.704Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:20.705Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id cd453ae2-529b-4ff6-a5c1-5de046d47616: {\"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-10-03T04:23:20.705Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73e23120
2022-10-03T04:23:20.706Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.706Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:23:20.706Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9620b2f-b203-4da3-91c1-7b241eff90bc
2022-10-03T04:23:20.706Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9620b2f-b203-4da3-91c1-7b241eff90bc
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-10-03T04:23:20.710Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.710Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:20.710Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:23:20.711Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.711Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:20.711Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:23:20.711Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.712Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-03T04:23:20.712Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-03T04:23:20.712Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f8f0b5b7-c4ee-445f-8690-06abf1b53ce5
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-10-03T04:23:20.714Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.714Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:20.715Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:23:20.715Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.715Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-03T04:23:20.715Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=cd453ae2-529b-4ff6-a5c1-5de046d47616
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-10-03T04:23:20.717Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.717Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:20.718Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 236363f8-4d50-4cdd-8e04-d6282259ad05: basic_cnf
2022-10-03T04:23:20.718Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.718Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:20.718Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.718Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:20.718Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.718Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:20.719Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.719Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:20.719Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:23:20.719Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:23:20.719Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:23:20.799Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9bca5bae-7fb1-4a30-ae71-cb1f4a6e85ea 1 ASDC deployResourceStructure
2022-10-03T04:23:20.801Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-03T04:23:20.801Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-10-03T04:23:20.802Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-03T04:23:20.802Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:20.805Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:20.806Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771000800,
  "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-10-03T04:23:20.906Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:20.907Z||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-10-03T04:23:20.907Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:20.922Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:20.923Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:21.807Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-03T04:23:21.808Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-03T04:23:21.808Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-03T04:23:21.809Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:21.811Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:21.812Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771001807,
  "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-10-03T04:23:21.912Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:21.913Z||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-10-03T04:23:21.913Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:21.930Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:21.931Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:22.813Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-03T04:23:22.814Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-03T04:23:22.814Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:23:22.814Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:22.816Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:22.816Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771002813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:23:22.916Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:22.918Z||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-10-03T04:23:22.918Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:22.936Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:22.937Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:23.817Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-03T04:23:23.818Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-03T04:23:23.819Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:23:23.819Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:23.822Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:23.822Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771003817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:23:23.923Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:23:23.924Z||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-10-03T04:23:23.924Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:23.940Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:23.940Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:24.823Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-03T04:23:24.824Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-03T04:23:24.824Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:23:24.825Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:24.829Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:24.830Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771004823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:23:24.928Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-03T04:23:24.930Z||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-10-03T04:23:24.930Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:24.947Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:24.947Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:23:25.832Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-03T04:23:25.832Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-03T04:23:25.833Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:23:25.833Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:25.842Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:25.843Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771005831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:23:25.937Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-03T04:23:25.939Z||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-10-03T04:23:25.939Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:25.956Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:25.957Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:23:26.848Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:23:26.871Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afa0ddfb-8ee2-47c0-a37e-9d0b1d042749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:23:26.882Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:23:26.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:23:26.890Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:23:56.891Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 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-10-03T04:23:56.899Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 and serviceModelVersionId: 236363f8-4d50-4cdd-8e04-d6282259ad05
2022-10-03T04:23:56.900Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e
2022-10-03T04:23:56.901Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e/model-vers/model-ver/236363f8-4d50-4cdd-8e04-d6282259ad05?depth=0
2022-10-03T04:23:56.912Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:23:56.964Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e/model-vers/model-ver/236363f8-4d50-4cdd-8e04-d6282259ad05?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-10-03T04:23:56.966Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e/model-vers/model-ver/236363f8-4d50-4cdd-8e04-d6282259ad05?depth=0|INFO|500||Invoke
2022-10-03T04:23:57.003Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e/model-vers/model-ver/236363f8-4d50-4cdd-8e04-d6282259ad05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-03T04:23:57.102Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e/model-vers/model-ver/236363f8-4d50-4cdd-8e04-d6282259ad05?depth=0|INFO|500||InvokeReturn
2022-10-03T04:23:57.102Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e32dfdb3-a7dc-4e23-a60b-6a281c2bf63e/model-vers/model-ver/236363f8-4d50-4cdd-8e04-d6282259ad05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221003-04:23:58:452-92849], vertex-id=[204936], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:23:58 GMT], Content-Type=[application/json]}
2022-10-03T04:23:57.103Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:23:57.103Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:23:57.103Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:23:57.119Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-03T04:23:57.119Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afa0ddfb-8ee2-47c0-a37e-9d0b1d042749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:23:57.119Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:23:57.120Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:23:57.124Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:23:57.124Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771037119,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:23:57.224Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:23:57.226Z||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-10-03T04:23:57.226Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:23:57.250Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:23:57.251Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:23:58.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:23:58.140Z||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-10-03T04:23:58.140Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:24:07.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:24:07.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:24:07.703Z||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-10-03T04:24:07.703Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:24:09.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:24:09.207Z||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-10-03T04:24:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:24:09.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:24:09.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:24:09.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-03T04:24:09.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:24:17.269Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:24:17.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:24:17.271Z||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-10-03T04:24:17.271Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:24:26.829Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:25:09.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:25:09.202Z||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-10-03T04:25:09.202Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:25:09.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:25:09.205Z||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-10-03T04:25:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:25:09.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:25:09.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:25:09.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:25:09.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770978822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:25:09.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:25:09.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770992569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:25:09.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770995381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:25:09.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770996450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:25:09.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770997505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:25:09.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770998585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:25:09.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664770999660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:25:09.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771000800,
  "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-10-03T04:25:09.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771001807,
  "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-10-03T04:25:09.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771002813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:25:09.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771003817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:25:09.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771004823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:25:09.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771005831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:25:09.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:09.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-03T04:25:09.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afa0ddfb-8ee2-47c0-a37e-9d0b1d042749",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771037119,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:25:09.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:25:18.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:26:09.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:26:09.203Z||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-10-03T04:26:09.204Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:26:09.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:26:09.207Z||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-10-03T04:26:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:26:18.799Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:26:18.803Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:27:09.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:27:09.203Z||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-10-03T04:27:09.203Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:27:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:27:09.206Z||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-10-03T04:27:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:27:18.763Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:27:18.766Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:28:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:28:09.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:28:09.206Z||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-10-03T04:28:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:28:09.207Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:28:09.207Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:28:18.838Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:28:18.840Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:29:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:29:09.204Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:29:09.204Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:29:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:29:09.206Z||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-10-03T04:29:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:29:18.793Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:29:18.794Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:30:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:30:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:30:09.203Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:30:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:30:09.207Z||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-10-03T04:30:09.207Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:30:18.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:30:18.798Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:31:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:31:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:31:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:31:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:31:09.205Z||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-10-03T04:31:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:31:18.791Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:31:18.801Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:32:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:32:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:32:09.204Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:32:09.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:32:09.206Z||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-10-03T04:32:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:32:18.806Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:32:18.822Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:33:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:33:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:33:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:33:09.205Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:33:09.206Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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-10-03T04:33:09.206Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:33:18.788Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:33:18.795Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:34:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:34:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:34:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:34:09.205Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:34:09.206Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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-10-03T04:34:09.206Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:34:18.773Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:34:18.774Z|d52f1c28-9335-4dbe-b8ce-e968577d7161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:35:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:35:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:35:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:35:09.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:35:09.206Z||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-10-03T04:35:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:35:18.766Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:35:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:36:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:36:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:36:09.203Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:36:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:36:09.205Z||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-10-03T04:36:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:36:18.784Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:36:18.815Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:37:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:37:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:37:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:37:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:37:09.206Z||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-10-03T04:37:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:37:18.752Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:37:18.761Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:38:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:38:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:38:09.202Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:38:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:38:09.206Z||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-10-03T04:38:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:38:18.772Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:38:18.788Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:09.201Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:39:09.203Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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-10-03T04:39:09.203Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:39:09.206Z||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-10-03T04:39:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:09.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771895001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771897153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771895001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771897153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771895001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771897153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771895001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771897153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771895001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771897153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771895001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771897153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771895001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771897153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771895001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771897153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771911310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.405Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "cds",
  "timestamp": 1664771913654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:39:09.437Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af0bad46-e1ed-4cd9-8c32-408e5f4c27a9
2022-10-03T04:39:09.438Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af0bad46-e1ed-4cd9-8c32-408e5f4c27a9 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-10-03T04:39:09.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771914360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771914732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.461Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771915434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771916251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771916490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771917179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:09.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771916466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771917519,
  "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-10-03T04:39:09.477Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af0bad46-e1ed-4cd9-8c32-408e5f4c27a9
2022-10-03T04:39:09.477Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af0bad46-e1ed-4cd9-8c32-408e5f4c27a9 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-10-03T04:39:09.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771918183,
  "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-10-03T04:39:09.495Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af0bad46-e1ed-4cd9-8c32-408e5f4c27a9
2022-10-03T04:39:09.496Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af0bad46-e1ed-4cd9-8c32-408e5f4c27a9 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-10-03T04:39:09.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771917471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:09.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771918522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:09.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "policy-id",
  "timestamp": 1664771918474,
  "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-10-03T04:39:09.515Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af0bad46-e1ed-4cd9-8c32-408e5f4c27a9
2022-10-03T04:39:09.515Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af0bad46-e1ed-4cd9-8c32-408e5f4c27a9 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-10-03T04:39:09.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771919254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:09.523Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "clamp",
  "timestamp": 1664771920256,
  "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-10-03T04:39:09.529Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af0bad46-e1ed-4cd9-8c32-408e5f4c27a9
2022-10-03T04:39:09.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af0bad46-e1ed-4cd9-8c32-408e5f4c27a9 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-10-03T04:39:09.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771903646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771925357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "cds",
  "timestamp": 1664771926566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:39:09.561Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
2022-10-03T04:39:09.561Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf 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-10-03T04:39:09.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771905963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771905601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771907701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771929315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771929618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771929589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771930699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.578Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771932290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.578Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771930593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:09.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771931543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:09.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771931754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.580Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "policy-id",
  "timestamp": 1664771931596,
  "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-10-03T04:39:09.588Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
2022-10-03T04:39:09.588Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf 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-10-03T04:39:09.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771932546,
  "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-10-03T04:39:09.606Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
2022-10-03T04:39:09.606Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf 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-10-03T04:39:09.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771932847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771933907,
  "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-10-03T04:39:09.624Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
2022-10-03T04:39:09.624Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf 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-10-03T04:39:09.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771925002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:09.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771934911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:09.634Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771938253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:09.634Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771939756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:09.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "aai-ml",
  "timestamp": 1664771940763,
  "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-10-03T04:39:09.640Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af0bad46-e1ed-4cd9-8c32-408e5f4c27a9
2022-10-03T04:39:09.641Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af0bad46-e1ed-4cd9-8c32-408e5f4c27a9 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-10-03T04:39:09.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771935915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771935963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771932598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771942153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771935915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771935963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771932598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771943257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:09.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:39:09.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771942153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771935915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771935963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771932598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "clamp",
  "timestamp": 1664771944260,
  "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-10-03T04:39:09.664Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
2022-10-03T04:39:09.664Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf 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-10-03T04:39:09.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771943646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771942153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771935915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771935963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771932598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771943646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771942153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771935915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771935963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771932598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771943646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771942153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771935915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771935963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771932598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771943646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771942153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771935963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771932598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771935915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771943646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771942153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771935915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771935963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771932598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:39:09.855Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:09.857Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-03T04:39:09.857Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"af0bad46-e1ed-4cd9-8c32-408e5f4c27a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ea482863-bb23-49f6-a743-f86fed96c56a","serviceDescription":"service","serviceInvariantUUID":"aad7ab6e-0267-4792-9097-b059fa17de64","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"847d33b2-44c6-49cf-abed-2eab57845809","resourceInvariantUUID":"bc0927ec-5db9-4164-a2b7-36bc4f39f4d9","resourceCustomizationUUID":"975d3192-bb6a-45f2-ac26-001dd84e5373","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YzIzN2IxMzExYzc0Mjk1MGRlMTlmYzc4NWUwYTk1MGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61c928c4-488a-413b-a803-b98b1da51504","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NWIwYjNiNjJmY2JkMGY0N2JlYTM1MTk3ZDBmZDM3Nzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"27da8e50-94df-44d6-bab7-2fc1395d05d1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f620063e-708a-4368-8b2b-f90ac987c2fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4bd58634-6529-410b-8297-c08ca4e543e0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3601d3fb-8e62-4f7d-bb26-abd8eb3777b4","artifactVersion":"2","generatedFromUUID":"f620063e-708a-4368-8b2b-f90ac987c2fa"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YzE1NWJjNGI5YTc1MTE2ZWM0OTg5NTNjYzI3NzhhZDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9964bab7-1761-4a5f-9408-d4c4937dd4e9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NjgwMWUyNDQzNjg5NDY1YTlhOWI0ODEzOTk2YTk2MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdff797b-b933-4edd-a363-b6f2cbf3d226","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDVlYzVmNzM4MTI5OTBlNzIwMDg2MTk1MWI4N2FlZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"664a8442-288e-46bb-b665-8141a9bc603a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:39:09.861Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:39:09.862Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:09.866Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:09.867Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:09.966Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:39:09.968Z||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-10-03T04:39:09.968Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:09.988Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:09.989Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:10.867Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:39:10.869Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:10.874Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:10.874Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:39:10.977Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-03T04:39:10.978Z||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-10-03T04:39:10.978Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:10.992Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:10.993Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:11.875Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:39:11.875Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:11.878Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:11.878Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:39:11.978Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:11.979Z||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-10-03T04:39:11.979Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:11.995Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:11.995Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:12.879Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:39:12.880Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:12.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:12.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:12.983Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:12.985Z||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-10-03T04:39:12.985Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:13.005Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:13.006Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:13.883Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:39:13.884Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:13.887Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:13.887Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-03T04:39:13.987Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:13.989Z||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-10-03T04:39:13.989Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:14.005Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:14.005Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:14.888Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:39:14.889Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:14.891Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:14.891Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:14.991Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:39:14.993Z||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-10-03T04:39:14.993Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:15.018Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:15.019Z||pool-67-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:39:15.892Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:39:15.893Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:15.897Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:15.897Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:15.997Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:15.998Z||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-10-03T04:39:15.998Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:16.020Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:16.021Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:16.900Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:39:16.901Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:16.904Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:16.904Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:39:17.003Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-03T04:39:17.004Z||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-10-03T04:39:17.005Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:17.035Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:17.035Z||pool-69-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:17.906Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ea482863-bb23-49f6-a743-f86fed96c56a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aad7ab6e-0267-4792-9097-b059fa17de64",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "975d3192-bb6a-45f2-ac26-001dd84e5373",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "847d33b2-44c6-49cf-abed-2eab57845809",
      "resourceInvariantUUID": "bc0927ec-5db9-4164-a2b7-36bc4f39f4d9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "NWIwYjNiNjJmY2JkMGY0N2JlYTM1MTk3ZDBmZDM3Nzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "27da8e50-94df-44d6-bab7-2fc1395d05d1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f620063e-708a-4368-8b2b-f90ac987c2fa",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3601d3fb-8e62-4f7d-bb26-abd8eb3777b4",
            "generatedFromUUID": "f620063e-708a-4368-8b2b-f90ac987c2fa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3601d3fb-8e62-4f7d-bb26-abd8eb3777b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDVlYzVmNzM4MTI5OTBlNzIwMDg2MTk1MWI4N2FlZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "664a8442-288e-46bb-b665-8141a9bc603a"
    }
  ],
  "workloadContext": "Production"
}
2022-10-03T04:39:17.906Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:39:17.907Z|afa0ddfb-8ee2-47c0-a37e-9d0b1d042749|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea482863-bb23-49f6-a743-f86fed96c56a ASDC
2022-10-03T04:39:17.907Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:af0bad46-e1ed-4cd9-8c32-408e5f4c27a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ea482863-bb23-49f6-a743-f86fed96c56a
ServiceInvariantUUID:aad7ab6e-0267-4792-9097-b059fa17de64
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:664a8442-288e-46bb-b665-8141a9bc603a
ArtifactChecksum:ZDVlYzVmNzM4MTI5OTBlNzIwMDg2MTk1MWI4N2FlZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:975d3192-bb6a-45f2-ac26-001dd84e5373
ResourceInvariantUUID:bc0927ec-5db9-4164-a2b7-36bc4f39f4d9
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:847d33b2-44c6-49cf-abed-2eab57845809
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:27da8e50-94df-44d6-bab7-2fc1395d05d1
ArtifactChecksum:NWIwYjNiNjJmY2JkMGY0N2JlYTM1MTk3ZDBmZDM3Nzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:f620063e-708a-4368-8b2b-f90ac987c2fa
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3601d3fb-8e62-4f7d-bb26-abd8eb3777b4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3601d3fb-8e62-4f7d-bb26-abd8eb3777b4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-03T04:39:17.908Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea482863-bb23-49f6-a743-f86fed96c56a 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-10-03T04:39:17.954Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:39:17.955Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:39:17.955Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:39:17.955Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 664a8442-288e-46bb-b665-8141a9bc603a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-03T04:39:17.956Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:39:17.956Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-03T04:39:18.029Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:39:18.034Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 664a8442-288e-46bb-b665-8141a9bc603a 78829
2022-10-03T04:39:18.034Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-03T04:39:18.035Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-03T04:39:18.035Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:39:18.035Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:18.038Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:18.038Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771958034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:18.139Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:39:18.140Z||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-10-03T04:39:18.140Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:18.157Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:18.158Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:19.039Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:39:19.040Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:39:19.040Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 664a8442-288e-46bb-b665-8141a9bc603a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:19.040Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-03T04:39:19.041Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:19.041Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:19.256Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17317549393928725888/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-03T04:39:20.837Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:39:20.838Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:39:20.838Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.838Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-03T04:39:20.838Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.838Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.839Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.839Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.839Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.839Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.839Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.839Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.839Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-03T04:39:20.839Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:39:20.840Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.840Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:20.840Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-03T04:39:20.840Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:39:20.841Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:39:20.841Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.841Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:20.842Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-03T04:39:20.842Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:39:20.842Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:39:20.842Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.843Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:20.843Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.843Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-03T04:39:20.843Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-03T04:39:20.844Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-03T04:39:20.844Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-03T04:39:20.844Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-03T04:39:20.844Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-03T04:39:20.845Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.845Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:39:20.845Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.845Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-03T04:39:20.846Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:39:20.846Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.846Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-03T04:39:20.846Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:39:20.846Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.847Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-03T04:39:20.847Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:39:20.847Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.847Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-03T04:39:20.848Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-03T04:39:20.848Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-03T04:39:20.848Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3201eec-354e-49a0-ad82-b9f91d7d884d
2022-10-03T04:39:20.848Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.849Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:20.849Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.849Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:20.849Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.849Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:20.849Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:20.850Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:20.850Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ea482863-bb23-49f6-a743-f86fed96c56a
Model Version:NULL
Model InvariantUuid:aad7ab6e-0267-4792-9097-b059fa17de64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a27a9bbb-b41e-4bdd-9622-49f7881de6e3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bc0927ec-5db9-4164-a2b7-36bc4f39f4d9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:975d3192-bb6a-45f2-ac26-001dd84e5373
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bbd2b6f1-2a45-44de-a9b9-ae74a84c7409
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f59181df-358a-4c36-af5c-ecbbaf854884
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c3201eec-354e-49a0-ad82-b9f91d7d884d
ModelInvariantUuid:54ac0bb3-a147-4adb-b8b6-c7bc600d2314
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:93aa1cbd-6220-4484-bdea-dc161129117c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5f204f6f-360e-4252-9c11-9fab35f8b389
ModelInvariantUuid:d65465d4-aa66-4870-9379-9acd11242c72
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e50d42dc-7792-4b36-9c12-9cc3ad53d6b1
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-10-03T04:39:20.855Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 847d33b2-44c6-49cf-abed-2eab57845809
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-10-03T04:39:20.862Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-10-03T04:39:20.863Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 847d33b2-44c6-49cf-abed-2eab57845809
2022-10-03T04:39:20.863Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 27da8e50-94df-44d6-bab7-2fc1395d05d1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-03T04:39:20.863Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:39:20.863Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-03T04:39:20.911Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:39:20.911Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 27da8e50-94df-44d6-bab7-2fc1395d05d1 792
2022-10-03T04:39:20.912Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-03T04:39:20.912Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-03T04:39:20.912Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:39:20.912Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:20.915Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:20.915Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771960912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:21.015Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:21.016Z||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-10-03T04:39:21.016Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:21.032Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:21.033Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:21.915Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bbd2b6f1-2a45-44de-a9b9-ae74a84c7409",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f59181df-358a-4c36-af5c-ecbbaf854884",
    "vfModuleModelCustomizationUUID": "310be192-3411-42ef-b9bc-4c1893229360",
    "isBase": true,
    "artifacts": [
      "f620063e-708a-4368-8b2b-f90ac987c2fa",
      "3601d3fb-8e62-4f7d-bb26-abd8eb3777b4"
    ],
    "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-10-03T04:39:21.919Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f59181df-358a-4c36-af5c-ecbbaf854884
VfModuleModelInvariantUUID:bbd2b6f1-2a45-44de-a9b9-ae74a84c7409
VfModuleModelDescription:NULL
Artifacts UUID List:{
f620063e-708a-4368-8b2b-f90ac987c2fa
,
3601d3fb-8e62-4f7d-bb26-abd8eb3777b4

}
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-10-03T04:39:21.922Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bbd2b6f1-2a45-44de-a9b9-ae74a84c7409",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f59181df-358a-4c36-af5c-ecbbaf854884",
    "vfModuleModelCustomizationUUID": "310be192-3411-42ef-b9bc-4c1893229360",
    "isBase": true,
    "artifacts": [
      "f620063e-708a-4368-8b2b-f90ac987c2fa",
      "3601d3fb-8e62-4f7d-bb26-abd8eb3777b4"
    ],
    "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-10-03T04:39:21.922Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f59181df-358a-4c36-af5c-ecbbaf854884
VfModuleModelInvariantUUID:bbd2b6f1-2a45-44de-a9b9-ae74a84c7409
VfModuleModelDescription:NULL
Artifacts UUID List:{
f620063e-708a-4368-8b2b-f90ac987c2fa
,
3601d3fb-8e62-4f7d-bb26-abd8eb3777b4

}
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-10-03T04:39:21.922Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f620063e-708a-4368-8b2b-f90ac987c2fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-03T04:39:21.922Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:39:21.923Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-03T04:39:21.968Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:39:21.968Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f620063e-708a-4368-8b2b-f90ac987c2fa 5033
2022-10-03T04:39:21.969Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-03T04:39:21.969Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-03T04:39:21.969Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:39:21.969Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:21.971Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:21.971Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771961969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:22.072Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:39:22.072Z||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-10-03T04:39:22.073Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:22.085Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:22.086Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:39:22.972Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3601d3fb-8e62-4f7d-bb26-abd8eb3777b4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-03T04:39:22.973Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:39:22.973Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-03T04:39:23.018Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:39:23.018Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3601d3fb-8e62-4f7d-bb26-abd8eb3777b4 903
2022-10-03T04:39:23.019Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-03T04:39:23.019Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-03T04:39:23.019Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:39:23.020Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:23.022Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:23.022Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771963019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:39:23.122Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:23.123Z||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-10-03T04:39:23.123Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:23.149Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:23.150Z||pool-73-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:39:24.022Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ea482863-bb23-49f6-a743-f86fed96c56a
2022-10-03T04:39:24.023Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 847d33b2-44c6-49cf-abed-2eab57845809 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-10-03T04:39:24.037Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3dd50a31, org.onap.sdc.toscaparser.api.parameters.Input@4c4e34d5, org.onap.sdc.toscaparser.api.parameters.Input@4a3799dd, org.onap.sdc.toscaparser.api.parameters.Input@422744ee, org.onap.sdc.toscaparser.api.parameters.Input@57b64a19]
2022-10-03T04:39:24.039Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.040Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:24.040Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-03T04:39:24.040Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 975d3192-bb6a-45f2-ac26-001dd84e5373
2022-10-03T04:39:24.041Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 975d3192-bb6a-45f2-ac26-001dd84e5373 matches Tosca VF Customization UUID: 975d3192-bb6a-45f2-ac26-001dd84e5373
2022-10-03T04:39:24.041Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 975d3192-bb6a-45f2-ac26-001dd84e5373  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-10-03T04:39:24.044Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.044Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:24.045Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 975d3192-bb6a-45f2-ac26-001dd84e5373: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-10-03T04:39:24.045Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64948601
2022-10-03T04:39:24.045Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.046Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:39:24.046Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 310be192-3411-42ef-b9bc-4c1893229360
2022-10-03T04:39:24.046Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 310be192-3411-42ef-b9bc-4c1893229360
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-10-03T04:39:24.048Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.049Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-03T04:39:24.049Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:39:24.049Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.050Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-03T04:39:24.050Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:39:24.050Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.051Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-03T04:39:24.051Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-03T04:39:24.051Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-03T04:39:24.051Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3201eec-354e-49a0-ad82-b9f91d7d884d
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-10-03T04:39:24.054Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.055Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-03T04:39:24.055Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:39:24.055Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.055Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-03T04:39:24.056Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=975d3192-bb6a-45f2-ac26-001dd84e5373
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-10-03T04:39:24.058Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.058Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:24.058Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ea482863-bb23-49f6-a743-f86fed96c56a: basic_vm_macro
2022-10-03T04:39:24.059Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.059Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:24.059Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.059Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:24.060Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.060Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:24.060Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.061Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:24.061Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:39:24.061Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:39:24.061Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-03T04:39:24.144Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 847d33b2-44c6-49cf-abed-2eab57845809 1 ASDC deployResourceStructure
2022-10-03T04:39:24.144Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-03T04:39:24.145Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-03T04:39:24.145Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:39:24.145Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:24.147Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:24.148Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771964144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:24.248Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:24.249Z||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-10-03T04:39:24.249Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:24.272Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:24.273Z||pool-74-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:39:25.148Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-03T04:39:25.149Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-03T04:39:25.149Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:39:25.149Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:25.151Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:25.152Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771965148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:25.252Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:25.253Z||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-10-03T04:39:25.253Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:25.268Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:25.269Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:39:26.153Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-03T04:39:26.153Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-03T04:39:26.154Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:39:26.154Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:26.157Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:26.158Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771966153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:26.257Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:39:26.258Z||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-10-03T04:39:26.258Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:26.274Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:26.274Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:39:27.159Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-03T04:39:27.159Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-03T04:39:27.160Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:39:27.160Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:27.163Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:27.163Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771967159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:39:27.264Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:27.265Z||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-10-03T04:39:27.265Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:27.284Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:27.285Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:39:28.164Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af0bad46-e1ed-4cd9-8c32-408e5f4c27a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:39:28.181Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af0bad46-e1ed-4cd9-8c32-408e5f4c27a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:39:28.185Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:39:28.186Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:39:28.186Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:39:28.186Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:39:28.186Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:39:28.187Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:39:28.187Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:39:28.187Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:39:28.187Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:39:28.188Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:39:28.188Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:39:28.194Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:39:58.194Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af0bad46-e1ed-4cd9-8c32-408e5f4c27a9 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-10-03T04:39:58.201Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af0bad46-e1ed-4cd9-8c32-408e5f4c27a9 and serviceModelVersionId: ea482863-bb23-49f6-a743-f86fed96c56a
2022-10-03T04:39:58.201Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aad7ab6e-0267-4792-9097-b059fa17de64
2022-10-03T04:39:58.202Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aad7ab6e-0267-4792-9097-b059fa17de64/model-vers/model-ver/ea482863-bb23-49f6-a743-f86fed96c56a?depth=0
2022-10-03T04:39:58.207Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:39:58.261Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aad7ab6e-0267-4792-9097-b059fa17de64/model-vers/model-ver/ea482863-bb23-49f6-a743-f86fed96c56a?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-10-03T04:39:58.263Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aad7ab6e-0267-4792-9097-b059fa17de64/model-vers/model-ver/ea482863-bb23-49f6-a743-f86fed96c56a?depth=0|INFO|500||Invoke
2022-10-03T04:39:58.286Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aad7ab6e-0267-4792-9097-b059fa17de64/model-vers/model-ver/ea482863-bb23-49f6-a743-f86fed96c56a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-03T04:39:58.408Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aad7ab6e-0267-4792-9097-b059fa17de64/model-vers/model-ver/ea482863-bb23-49f6-a743-f86fed96c56a?depth=0|INFO|500||InvokeReturn
2022-10-03T04:39:58.409Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aad7ab6e-0267-4792-9097-b059fa17de64/model-vers/model-ver/ea482863-bb23-49f6-a743-f86fed96c56a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221003-04:39:59:810-31634], vertex-id=[491632], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:39:59 GMT], Content-Type=[application/json]}
2022-10-03T04:39:58.409Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:39:58.409Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:39:58.409Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:39:58.414Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-03T04:39:58.414Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af0bad46-e1ed-4cd9-8c32-408e5f4c27a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:39:58.415Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:39:58.415Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:58.417Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:58.417Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771998415,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:39:58.517Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:58.518Z||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-10-03T04:39:58.519Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:58.540Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:58.541Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:39:59.433Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-03T04:39:59.433Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"97392f49-b223-4503-b529-700eb487d811","serviceDescription":"service","serviceInvariantUUID":"1c7e1fb5-1535-4c93-b518-2a0d661bf079","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce9c9f1f-f143-4c1f-9328-71a74274f9e6","resourceInvariantUUID":"35815b66-7f71-427a-b876-8f52aedcf353","resourceCustomizationUUID":"18c42c49-4cc0-456e-9c2e-66e46fad4d21","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":"ZmE1NmI0NzYyMWZlY2RiZmI5ZDQxOGE5NTFjYWNkN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4666c89d-5f58-4277-b4a3-94180fb11db0","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":"ZjEzOTZjMzFkOTE0NTQ5MDUwNTlmNjg3ODYwMWE0OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d232425a-f07f-4281-bbab-55eb821935a2","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":"2091c8e3-3c72-464c-8cd5-79935e7f4ab4","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":"80bf53ca-8083-4024-8250-a68f0f8e9d16","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":"142a3441-784c-4128-a905-3c4bb90a332a","artifactVersion":"2","generatedFromUUID":"c17b38e4-dc17-435e-ae65-a393045c2351"},{"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":"27e2853d-c997-4a51-bd8f-756879d74f9e","artifactVersion":"2","generatedFromUUID":"2091c8e3-3c72-464c-8cd5-79935e7f4ab4"},{"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":"c17b38e4-dc17-435e-ae65-a393045c2351","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":"198eebdc-83ae-441b-9609-ad1cf28a52bb","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":"M2YxNDMxYjI2NmVlMDljNDFmM2Y3YzRiMmU1NTczN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfc97728-0470-42d2-8644-71f5dfcedd23","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzEzMzUxZTk4YTM1OGI2YWRjYzYxMTg3NzU5ODM2M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f76961e4-e8ed-4a0a-bb8f-759e4aa60fe9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:39:59.434Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:39:59.434Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:39:59.436Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:39:59.437Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:39:59.537Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:39:59.538Z||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-10-03T04:39:59.538Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:39:59.558Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:39:59.559Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:00.437Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:40:00.438Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:00.440Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:00.441Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:40:00.542Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-03T04:40:00.543Z||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-10-03T04:40:00.543Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:00.568Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:00.568Z||pool-80-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:01.442Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:40:01.443Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:01.446Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:01.446Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:40:01.546Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:01.547Z||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-10-03T04:40:01.548Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:01.567Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:01.568Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:02.447Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:40:02.447Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:02.450Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:02.450Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:40:02.550Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:02.551Z||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-10-03T04:40:02.552Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:02.569Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:02.570Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:03.451Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:40:03.452Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:03.454Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:03.455Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-03T04:40:03.555Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:03.556Z||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-10-03T04:40:03.556Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:03.573Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:03.574Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:04.455Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:40:04.457Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:04.459Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:04.460Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-03T04:40:04.560Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:04.561Z||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-10-03T04:40:04.561Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:04.580Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:04.581Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:05.460Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:40:05.461Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:05.463Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:05.463Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-03T04:40:05.564Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:05.566Z||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-10-03T04:40:05.566Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:05.587Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:05.587Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:06.464Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:40:06.465Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:06.467Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:06.467Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:40:06.567Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:40:06.569Z||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-10-03T04:40:06.569Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:06.585Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:06.585Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:07.468Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:40:07.469Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:07.472Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:07.472Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:40:07.572Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:40:07.573Z||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-10-03T04:40:07.573Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:07.590Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:07.591Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:08.473Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:40:08.474Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:08.476Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:08.476Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:40:08.576Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:08.578Z||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-10-03T04:40:08.578Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:08.595Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:08.596Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:09.209Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:40:09.209Z||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-10-03T04:40:09.210Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:09.236Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:09.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:40:09.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771943646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:40:09.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:40:09.477Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "97392f49-b223-4503-b529-700eb487d811",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1c7e1fb5-1535-4c93-b518-2a0d661bf079",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "18c42c49-4cc0-456e-9c2e-66e46fad4d21",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ce9c9f1f-f143-4c1f-9328-71a74274f9e6",
      "resourceInvariantUUID": "35815b66-7f71-427a-b876-8f52aedcf353",
      "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": "ZjEzOTZjMzFkOTE0NTQ5MDUwNTlmNjg3ODYwMWE0OWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d232425a-f07f-4281-bbab-55eb821935a2",
          "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": "2091c8e3-3c72-464c-8cd5-79935e7f4ab4",
          "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": "27e2853d-c997-4a51-bd8f-756879d74f9e",
            "generatedFromUUID": "2091c8e3-3c72-464c-8cd5-79935e7f4ab4"
          },
          "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": "142a3441-784c-4128-a905-3c4bb90a332a",
          "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": "27e2853d-c997-4a51-bd8f-756879d74f9e",
          "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": "c17b38e4-dc17-435e-ae65-a393045c2351",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MzEzMzUxZTk4YTM1OGI2YWRjYzYxMTg3NzU5ODM2M2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f76961e4-e8ed-4a0a-bb8f-759e4aa60fe9"
    }
  ],
  "workloadContext": "Production"
}
2022-10-03T04:40:09.478Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:40:09.478Z|af0bad46-e1ed-4cd9-8c32-408e5f4c27a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 97392f49-b223-4503-b529-700eb487d811 ASDC
2022-10-03T04:40:09.479Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:97392f49-b223-4503-b529-700eb487d811
ServiceInvariantUUID:1c7e1fb5-1535-4c93-b518-2a0d661bf079
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:f76961e4-e8ed-4a0a-bb8f-759e4aa60fe9
ArtifactChecksum:MzEzMzUxZTk4YTM1OGI2YWRjYzYxMTg3NzU5ODM2M2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:18c42c49-4cc0-456e-9c2e-66e46fad4d21
ResourceInvariantUUID:35815b66-7f71-427a-b876-8f52aedcf353
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ce9c9f1f-f143-4c1f-9328-71a74274f9e6
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:d232425a-f07f-4281-bbab-55eb821935a2
ArtifactChecksum:ZjEzOTZjMzFkOTE0NTQ5MDUwNTlmNjg3ODYwMWE0OWM=
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:2091c8e3-3c72-464c-8cd5-79935e7f4ab4
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:27e2853d-c997-4a51-bd8f-756879d74f9e
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:142a3441-784c-4128-a905-3c4bb90a332a
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:27e2853d-c997-4a51-bd8f-756879d74f9e
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:c17b38e4-dc17-435e-ae65-a393045c2351
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-03T04:40:09.479Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97392f49-b223-4503-b529-700eb487d811 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-10-03T04:40:09.526Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:40:09.526Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:40:09.527Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:40:09.527Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f76961e4-e8ed-4a0a-bb8f-759e4aa60fe9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-03T04:40:09.527Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:40:09.527Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-03T04:40:09.601Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:40:09.609Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f76961e4-e8ed-4a0a-bb8f-759e4aa60fe9 158207
2022-10-03T04:40:09.609Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-03T04:40:09.609Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-03T04:40:09.610Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:40:09.610Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:09.612Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:09.612Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772009609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:40:09.712Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:09.714Z||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-10-03T04:40:09.714Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:09.733Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:09.734Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:10.613Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:40:10.614Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:40:10.614Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f76961e4-e8ed-4a0a-bb8f-759e4aa60fe9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-03T04:40:10.614Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-03T04:40:10.615Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-03T04:40:10.616Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-03T04:40:10.757Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14729771532886941614/Definitions/service-BasicCnfMacro-template.yml
2022-10-03T04:40:12.248Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:40:12.249Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:40:12.249Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-03T04:40:12.249Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-03T04:40:12.249Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-03T04:40:12.250Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:12.250Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:12.250Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:12.250Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:40:12.250Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.251Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:12.251Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-03T04:40:12.251Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:40:12.251Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:40:12.252Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.252Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:12.252Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-03T04:40:12.252Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:40:12.253Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:40:12.253Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.253Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:12.254Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.254Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-03T04:40:12.254Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-03T04:40:12.255Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-03T04:40:12.255Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-03T04:40:12.255Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.256Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:40:12.256Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.256Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-03T04:40:12.257Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:40:12.257Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.257Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-03T04:40:12.258Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:40:12.258Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.258Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-03T04:40:12.259Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:40:12.259Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.259Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-03T04:40:12.260Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:40:12.260Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.260Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-03T04:40:12.261Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-03T04:40:12.261Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0d2afd28-8d1f-4efa-a51c-998b97f4810a
2022-10-03T04:40:12.261Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.262Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:12.262Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.262Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:12.262Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.263Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:12.263Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:12.263Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:12.263Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:97392f49-b223-4503-b529-700eb487d811
Model Version:NULL
Model InvariantUuid:1c7e1fb5-1535-4c93-b518-2a0d661bf079
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d603b71f-a2c7-4e0a-b1b0-a6efe7b77a77
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:35815b66-7f71-427a-b876-8f52aedcf353
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:18c42c49-4cc0-456e-9c2e-66e46fad4d21
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:38cfe4a9-1b4b-4949-b211-b60ed7e49717
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:161dcee3-f8ee-4a31-ae8f-a2b4d7fa65f8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:435bef3f-d77a-495a-80ee-3778c370fb59
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:87763452-f74a-4eb5-a6d5-cc405e4a15f0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0d2afd28-8d1f-4efa-a51c-998b97f4810a
ModelInvariantUuid:b8c9479d-6c91-4c42-ab48-61139d909dc0
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:81e8682f-4d81-4130-82b5-e13ba7c20d0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:dd282cf9-b712-453f-9ac2-4824fb52fe4d
ModelInvariantUuid:a5feede7-77c1-463b-97e2-6ad892d5e378
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:75e0fdbb-db54-404d-a516-a2e8b3fcbef6
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-10-03T04:40:12.269Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ce9c9f1f-f143-4c1f-9328-71a74274f9e6
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-10-03T04:40:12.274Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-10-03T04:40:12.274Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce9c9f1f-f143-4c1f-9328-71a74274f9e6
2022-10-03T04:40:12.275Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d232425a-f07f-4281-bbab-55eb821935a2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-03T04:40:12.275Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:40:12.275Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:12.329Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:40:12.330Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d232425a-f07f-4281-bbab-55eb821935a2 1565
2022-10-03T04:40:12.331Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:12.331Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:12.331Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:40:12.332Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:12.335Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:12.335Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772012331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:40:12.438Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-03T04:40:12.439Z||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-10-03T04:40:12.439Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:12.455Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:12.456Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:13.336Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "435bef3f-d77a-495a-80ee-3778c370fb59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87763452-f74a-4eb5-a6d5-cc405e4a15f0",
    "vfModuleModelCustomizationUUID": "b990877a-0945-40ca-8204-4bac2763b818",
    "isBase": true,
    "artifacts": [
      "2091c8e3-3c72-464c-8cd5-79935e7f4ab4",
      "27e2853d-c997-4a51-bd8f-756879d74f9e"
    ],
    "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": "38cfe4a9-1b4b-4949-b211-b60ed7e49717",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "161dcee3-f8ee-4a31-ae8f-a2b4d7fa65f8",
    "vfModuleModelCustomizationUUID": "ed0eab2e-de1f-47b5-b640-9e929868159e",
    "isBase": false,
    "artifacts": [
      "c17b38e4-dc17-435e-ae65-a393045c2351"
    ],
    "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-10-03T04:40:13.341Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87763452-f74a-4eb5-a6d5-cc405e4a15f0
VfModuleModelInvariantUUID:435bef3f-d77a-495a-80ee-3778c370fb59
VfModuleModelDescription:NULL
Artifacts UUID List:{
2091c8e3-3c72-464c-8cd5-79935e7f4ab4
,
27e2853d-c997-4a51-bd8f-756879d74f9e

}
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:161dcee3-f8ee-4a31-ae8f-a2b4d7fa65f8
VfModuleModelInvariantUUID:38cfe4a9-1b4b-4949-b211-b60ed7e49717
VfModuleModelDescription:NULL
Artifacts UUID List:{
c17b38e4-dc17-435e-ae65-a393045c2351

}
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-10-03T04:40:13.346Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "435bef3f-d77a-495a-80ee-3778c370fb59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87763452-f74a-4eb5-a6d5-cc405e4a15f0",
    "vfModuleModelCustomizationUUID": "b990877a-0945-40ca-8204-4bac2763b818",
    "isBase": true,
    "artifacts": [
      "2091c8e3-3c72-464c-8cd5-79935e7f4ab4",
      "27e2853d-c997-4a51-bd8f-756879d74f9e"
    ],
    "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": "38cfe4a9-1b4b-4949-b211-b60ed7e49717",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "161dcee3-f8ee-4a31-ae8f-a2b4d7fa65f8",
    "vfModuleModelCustomizationUUID": "ed0eab2e-de1f-47b5-b640-9e929868159e",
    "isBase": false,
    "artifacts": [
      "c17b38e4-dc17-435e-ae65-a393045c2351"
    ],
    "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-10-03T04:40:13.346Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87763452-f74a-4eb5-a6d5-cc405e4a15f0
VfModuleModelInvariantUUID:435bef3f-d77a-495a-80ee-3778c370fb59
VfModuleModelDescription:NULL
Artifacts UUID List:{
2091c8e3-3c72-464c-8cd5-79935e7f4ab4
,
27e2853d-c997-4a51-bd8f-756879d74f9e

}
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:161dcee3-f8ee-4a31-ae8f-a2b4d7fa65f8
VfModuleModelInvariantUUID:38cfe4a9-1b4b-4949-b211-b60ed7e49717
VfModuleModelDescription:NULL
Artifacts UUID List:{
c17b38e4-dc17-435e-ae65-a393045c2351

}
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-10-03T04:40:13.347Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2091c8e3-3c72-464c-8cd5-79935e7f4ab4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-03T04:40:13.347Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:40:13.347Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:13.398Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:40:13.399Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2091c8e3-3c72-464c-8cd5-79935e7f4ab4 914
2022-10-03T04:40:13.400Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:13.400Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:13.400Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:40:13.400Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:13.403Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:13.403Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772013399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:40:13.505Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-03T04:40:13.506Z||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-10-03T04:40:13.506Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:13.539Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:13.540Z||pool-91-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:14.404Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 142a3441-784c-4128-a905-3c4bb90a332a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-03T04:40:14.404Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:40:14.405Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:14.459Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:40:14.460Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 142a3441-784c-4128-a905-3c4bb90a332a 12
2022-10-03T04:40:14.460Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:14.460Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:14.461Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:40:14.461Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:14.463Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:14.464Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772014460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:40:14.564Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:14.565Z||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-10-03T04:40:14.565Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:14.582Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:14.583Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:15.465Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 27e2853d-c997-4a51-bd8f-756879d74f9e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-03T04:40:15.465Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:40:15.466Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:15.528Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:40:15.528Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 27e2853d-c997-4a51-bd8f-756879d74f9e 96
2022-10-03T04:40:15.529Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:15.529Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:15.529Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:40:15.529Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:15.532Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:15.532Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772015529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:40:15.632Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:15.633Z||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-10-03T04:40:15.633Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:15.654Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:15.655Z||pool-93-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:16.533Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c17b38e4-dc17-435e-ae65-a393045c2351 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-03T04:40:16.533Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:40:16.534Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:16.602Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:40:16.603Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz c17b38e4-dc17-435e-ae65-a393045c2351 20206
2022-10-03T04:40:16.604Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:16.604Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:16.604Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:40:16.605Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:16.607Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:16.608Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772016604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:40:16.708Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:16.710Z||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-10-03T04:40:16.710Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:16.727Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:16.728Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:17.612Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 97392f49-b223-4503-b529-700eb487d811
2022-10-03T04:40:17.612Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ce9c9f1f-f143-4c1f-9328-71a74274f9e6 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-10-03T04:40:17.625Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e9b2d98, org.onap.sdc.toscaparser.api.parameters.Input@77dc6a43, org.onap.sdc.toscaparser.api.parameters.Input@580b99d2, org.onap.sdc.toscaparser.api.parameters.Input@49fb6366, org.onap.sdc.toscaparser.api.parameters.Input@6eab602c]
2022-10-03T04:40:17.626Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.626Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:17.627Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-03T04:40:17.627Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 18c42c49-4cc0-456e-9c2e-66e46fad4d21
2022-10-03T04:40:17.627Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 18c42c49-4cc0-456e-9c2e-66e46fad4d21 matches Tosca VF Customization UUID: 18c42c49-4cc0-456e-9c2e-66e46fad4d21
2022-10-03T04:40:17.628Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 18c42c49-4cc0-456e-9c2e-66e46fad4d21  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-10-03T04:40:17.632Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.632Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:17.633Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 18c42c49-4cc0-456e-9c2e-66e46fad4d21: {\"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-10-03T04:40:17.633Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c82feae
2022-10-03T04:40:17.634Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.634Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-03T04:40:17.634Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed0eab2e-de1f-47b5-b640-9e929868159e
2022-10-03T04:40:17.634Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed0eab2e-de1f-47b5-b640-9e929868159e
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-10-03T04:40:17.637Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.637Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-03T04:40:17.637Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:40:17.638Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.638Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-03T04:40:17.638Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-03T04:40:17.639Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.639Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-03T04:40:17.639Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=18c42c49-4cc0-456e-9c2e-66e46fad4d21
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-10-03T04:40:17.641Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.641Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:17.642Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 97392f49-b223-4503-b529-700eb487d811: basic_cnf_macro
2022-10-03T04:40:17.642Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.642Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:17.642Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.643Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:17.643Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.643Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:17.644Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.644Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:17.644Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:40:17.645Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:40:17.645Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:17.696Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ce9c9f1f-f143-4c1f-9328-71a74274f9e6 2 ASDC deployResourceStructure
2022-10-03T04:40:17.697Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:17.697Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:17.697Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:40:17.698Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:17.700Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:17.700Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772017697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:40:17.800Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:17.801Z||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-10-03T04:40:17.801Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:17.817Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:17.818Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:18.701Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:18.702Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:18.702Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:40:18.702Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:18.704Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:18.705Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772018701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:40:18.805Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:18.806Z||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-10-03T04:40:18.806Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:18.825Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:18.826Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:19.706Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:19.706Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:19.707Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-03T04:40:19.707Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:19.710Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:19.710Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772019706,
  "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-10-03T04:40:19.810Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:19.812Z||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-10-03T04:40:19.812Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:19.830Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:19.831Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:40:20.711Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:20.711Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:20.712Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:40:20.712Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:20.714Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:20.715Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772020711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:40:20.815Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:20.816Z||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-10-03T04:40:20.816Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:20.832Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:20.832Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:21.716Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:21.716Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||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-10-03T04:40:21.716Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-03T04:40:21.717Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:21.719Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:21.719Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772021716,
  "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-10-03T04:40:21.819Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:21.821Z||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-10-03T04:40:21.821Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:21.839Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:21.840Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:22.720Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-03T04:40:22.720Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-03T04:40:22.720Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:40:22.720Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:40:22.722Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:40:22.722Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772022719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:40:22.822Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:40:22.823Z||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-10-03T04:40:22.823Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:40:22.838Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:40:22.839Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:40:23.723Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:40:23.737Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:40:23.740Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:40:23.740Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:40:23.740Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:40:53.741Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:40:53.755Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:40:53.760Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:40:53.760Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:40:53.760Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:41:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:41:09.206Z||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-10-03T04:41:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:41:09.231Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:41:09.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:41:09.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771923524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:41:09.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:41:23.761Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:41:23.778Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:41:23.782Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:41:23.782Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:41:23.782Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:41:53.782Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:41:53.795Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:41:53.799Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:41:53.799Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-03T04:41:53.799Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-03T04:42:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:42:09.206Z||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-10-03T04:42:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:42:09.235Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:42:09.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771942153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664771935915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771935963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771932598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771943646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771942153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771951878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771951189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771950443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771943646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771951910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771951447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771943646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "cds",
  "timestamp": 1664771953064,
  "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-10-03T04:42:09.260Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 11279b17-9e0a-4f76-8875-d4804dd25d2f
2022-10-03T04:42:09.261Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11279b17-9e0a-4f76-8875-d4804dd25d2f 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-10-03T04:42:09.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771953032,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "policy-id",
  "timestamp": 1664771952450,
  "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-10-03T04:42:09.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11279b17-9e0a-4f76-8875-d4804dd25d2f
2022-10-03T04:42:09.280Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11279b17-9e0a-4f76-8875-d4804dd25d2f 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-10-03T04:42:09.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771953465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.290Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664771954036,
  "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-10-03T04:42:09.296Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11279b17-9e0a-4f76-8875-d4804dd25d2f
2022-10-03T04:42:09.296Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11279b17-9e0a-4f76-8875-d4804dd25d2f 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-10-03T04:42:09.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771954641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771955001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664771955645,
  "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-10-03T04:42:09.314Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 11279b17-9e0a-4f76-8875-d4804dd25d2f
2022-10-03T04:42:09.314Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11279b17-9e0a-4f76-8875-d4804dd25d2f 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-10-03T04:42:09.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771955001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771958812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771955001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771958034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "aai-ml",
  "timestamp": 1664771959816,
  "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-10-03T04:42:09.333Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
2022-10-03T04:42:09.333Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf 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-10-03T04:42:09.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771955001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771955001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771960819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771955001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771960912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771960819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771955001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771960819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771961969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771955001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771960819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771963019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771955001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771960819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771964144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771960819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771965148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771960819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771966153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.352Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771960819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771967159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771960819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771968433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771970553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:42:09.355Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771970266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.355Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "clamp",
  "timestamp": 1664771971268,
  "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-10-03T04:42:09.363Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 11279b17-9e0a-4f76-8875-d4804dd25d2f
2022-10-03T04:42:09.363Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11279b17-9e0a-4f76-8875-d4804dd25d2f 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-10-03T04:42:09.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771975229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:42:09.379Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "aai-ml",
  "timestamp": 1664771976233,
  "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-10-03T04:42:09.384Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 11279b17-9e0a-4f76-8875-d4804dd25d2f
2022-10-03T04:42:09.384Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11279b17-9e0a-4f76-8875-d4804dd25d2f 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-10-03T04:42:09.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af0bad46-e1ed-4cd9-8c32-408e5f4c27a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771998415,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:42:09.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:42:09.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:09.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:09.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:42:09.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:42:09.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:42:23.800Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:42:23.815Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:42:23.818Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:42:23.818Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:42:23.819Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:42:23.819Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:42:23.819Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:42:23.819Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:42:23.819Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:42:23.819Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:42:23.819Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:42:23.819Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:42:23.820Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:42:23.832Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:42:53.832Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf 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-10-03T04:42:53.843Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf and serviceModelVersionId: 97392f49-b223-4503-b529-700eb487d811
2022-10-03T04:42:53.844Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c7e1fb5-1535-4c93-b518-2a0d661bf079
2022-10-03T04:42:53.845Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c7e1fb5-1535-4c93-b518-2a0d661bf079/model-vers/model-ver/97392f49-b223-4503-b529-700eb487d811?depth=0
2022-10-03T04:42:53.848Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:42:53.900Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c7e1fb5-1535-4c93-b518-2a0d661bf079/model-vers/model-ver/97392f49-b223-4503-b529-700eb487d811?depth=0|INFO|500||Invoke
2022-10-03T04:42:53.900Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c7e1fb5-1535-4c93-b518-2a0d661bf079/model-vers/model-ver/97392f49-b223-4503-b529-700eb487d811?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c7e1fb5-1535-4c93-b518-2a0d661bf079/model-vers/model-ver/97392f49-b223-4503-b529-700eb487d811?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dcf29dba-7490-484b-a9d1-809285138d65], X-ECOMP-RequestID=[2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf], X-TransactionId=[], X-ONAP-RequestID=[2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf], Content-Type=[application/merge-patch+json]}
2022-10-03T04:42:53.930Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c7e1fb5-1535-4c93-b518-2a0d661bf079/model-vers/model-ver/97392f49-b223-4503-b529-700eb487d811?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-03T04:42:54.009Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c7e1fb5-1535-4c93-b518-2a0d661bf079/model-vers/model-ver/97392f49-b223-4503-b529-700eb487d811?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/1c7e1fb5-1535-4c93-b518-2a0d661bf079/model-vers/model-ver/97392f49-b223-4503-b529-700eb487d811?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221003-04:42:55:466-1235], vertex-id=[229608], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:42:55 GMT], Content-Type=[application/json]}
2022-10-03T04:42:54.010Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c7e1fb5-1535-4c93-b518-2a0d661bf079/model-vers/model-ver/97392f49-b223-4503-b529-700eb487d811?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:42:54.010Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c7e1fb5-1535-4c93-b518-2a0d661bf079/model-vers/model-ver/97392f49-b223-4503-b529-700eb487d811?depth=0|INFO|500||InvokeReturn
2022-10-03T04:42:54.011Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:42:54.011Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:42:54.016Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-03T04:42:54.016Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:42:54.016Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:42:54.017Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:42:54.021Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:42:54.021Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772174016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:42:54.120Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:42:54.122Z||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-10-03T04:42:54.122Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:42:54.140Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:42:54.141Z||pool-101-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-10-03T04:42:55.047Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-03T04:42:55.048Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"11279b17-9e0a-4f76-8875-d4804dd25d2f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"57d81169-79cd-4af4-9b3f-56b14c54de42","serviceDescription":"service","serviceInvariantUUID":"34d868e5-08ee-400c-b12a-f8c200b036d1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2d39beef-86df-4461-a666-19babfcdf98f","resourceInvariantUUID":"d66393b7-d15c-49eb-810f-6ce8a31bf1a7","resourceCustomizationUUID":"dc895469-1073-49ea-a951-a496f6917b70","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":"MTk4MzhiOTg0MzRiMjdjM2RkYjc5NTgwNzlmYmJiMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"182956c7-5c11-42d4-9496-a76a0792d4cd","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":"18ba15a3-1ae0-4513-833d-6733e408cfcb","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":"1610a891-c3be-4ef7-8754-97c54acbf257","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":"YzM5YzJlN2MyNDVlYzRjZmI5ZjA2MGQ2MmFlNTY0ZDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"953898b5-0c62-48e3-a738-b9f0607f0217","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":"0cfe8e98-ec48-4447-a33b-863d94e02cba","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":"669dff1a-55fc-4494-9b6a-6d8a43a31140","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":"a61ff6db-dd28-4895-93fc-bbcafb98f410","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":"Y2I4MWUzMDE4NmE1OTNlN2NjZmUyNmVmZDdjNjVlNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"caf96eb8-f30d-44b8-ae33-8b3e96e7978a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDlkMDU3ZGNjOWU0YjEyNzJkNDk3OGVkYTNkY2RlNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93c7cdfe-4538-4621-946d-c6c9ef535c22","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-03T04:42:55.048Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:42:55.048Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:42:55.052Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:42:55.053Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:55.152Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-03T04:42:55.153Z||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-10-03T04:42:55.154Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:42:55.216Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:42:55.217Z||pool-102-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:42:56.054Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:42:56.055Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:42:56.058Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:42:56.058Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:56.157Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:42:56.159Z||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-10-03T04:42:56.159Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:42:56.178Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:42:56.179Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:42:57.058Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:42:57.059Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:42:57.087Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:42:57.088Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:57.162Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-10-03T04:42:57.163Z||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-10-03T04:42:57.163Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:42:57.185Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:42:57.186Z||pool-104-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:42:58.088Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:42:58.089Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:42:58.092Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:42:58.092Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:58.192Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-03T04:42:58.193Z||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-10-03T04:42:58.193Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:42:58.208Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:42:58.209Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:42:59.093Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:42:59.094Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:42:59.097Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:42:59.097Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:42:59.196Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:42:59.197Z||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-10-03T04:42:59.198Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:42:59.212Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:42:59.213Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:43:00.098Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:43:00.099Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:43:00.102Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:43:00.102Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:43:00.202Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:43:00.203Z||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-10-03T04:43:00.203Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:00.225Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:00.227Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:43:01.103Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:43:01.104Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:43:01.107Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:43:01.107Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:43:01.206Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:43:01.208Z||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-10-03T04:43:01.208Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:01.241Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:01.242Z||pool-108-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:43:02.108Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:43:02.109Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:43:02.111Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:43:02.112Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:43:02.211Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:43:02.212Z||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-10-03T04:43:02.213Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:02.229Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:02.230Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:43:03.112Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-03T04:43:03.113Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:43:03.118Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:43:03.118Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:43:03.217Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-03T04:43:03.219Z||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-10-03T04:43:03.219Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:03.237Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:03.238Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-03T04:43:04.119Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "57d81169-79cd-4af4-9b3f-56b14c54de42",
  "serviceDescription": "service",
  "serviceInvariantUUID": "34d868e5-08ee-400c-b12a-f8c200b036d1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "dc895469-1073-49ea-a951-a496f6917b70",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2d39beef-86df-4461-a666-19babfcdf98f",
      "resourceInvariantUUID": "d66393b7-d15c-49eb-810f-6ce8a31bf1a7",
      "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": "MDlkMDU3ZGNjOWU0YjEyNzJkNDk3OGVkYTNkY2RlNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "93c7cdfe-4538-4621-946d-c6c9ef535c22"
    }
  ],
  "workloadContext": "Production"
}
2022-10-03T04:43:04.120Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-03T04:43:04.120Z|2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 57d81169-79cd-4af4-9b3f-56b14c54de42 ASDC
2022-10-03T04:43:04.121Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:11279b17-9e0a-4f76-8875-d4804dd25d2f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:57d81169-79cd-4af4-9b3f-56b14c54de42
ServiceInvariantUUID:34d868e5-08ee-400c-b12a-f8c200b036d1
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:93c7cdfe-4538-4621-946d-c6c9ef535c22
ArtifactChecksum:MDlkMDU3ZGNjOWU0YjEyNzJkNDk3OGVkYTNkY2RlNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:dc895469-1073-49ea-a951-a496f6917b70
ResourceInvariantUUID:d66393b7-d15c-49eb-810f-6ce8a31bf1a7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:2d39beef-86df-4461-a666-19babfcdf98f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-03T04:43:04.122Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57d81169-79cd-4af4-9b3f-56b14c54de42 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-10-03T04:43:04.149Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:43:04.150Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:43:04.150Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:43:04.150Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 93c7cdfe-4538-4621-946d-c6c9ef535c22 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-03T04:43:04.150Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-03T04:43:04.151Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-03T04:43:04.343Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-03T04:43:04.349Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 93c7cdfe-4538-4621-946d-c6c9ef535c22 105682
2022-10-03T04:43:04.349Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-03T04:43:04.349Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-03T04:43:04.349Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-03T04:43:04.349Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:43:04.352Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:43:04.352Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772184349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:43:04.452Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:43:04.453Z||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-10-03T04:43:04.453Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:04.478Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:04.479Z||pool-111-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:43:05.352Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-03T04:43:05.353Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-03T04:43:05.354Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 93c7cdfe-4538-4621-946d-c6c9ef535c22, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:05.354Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-03T04:43:05.355Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:05.355Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:05.502Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2290404187491418535/Definitions/service-TestPnfMacro-template.yml
2022-10-03T04:43:06.511Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-03T04:43:06.512Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:43:06.512Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:06.512Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-03T04:43:06.513Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:06.513Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:06.513Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:06.513Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:06.514Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:06.514Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:06.514Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-03T04:43:06.515Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-03T04:43:06.515Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:43:06.515Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:43:06.516Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-03T04:43:06.516Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:43:06.516Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:43:06.517Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:43:06.517Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:43:06.517Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-03T04:43:06.517Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-03T04:43:06.517Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-03T04:43:06.518Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:43:06.518Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:43:06.518Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:43:06.518Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:43:06.519Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:43:06.519Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:43:06.519Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:43:06.519Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:43:06.519Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:43:06.520Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:43:06.520Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:57d81169-79cd-4af4-9b3f-56b14c54de42
Model Version:NULL
Model InvariantUuid:34d868e5-08ee-400c-b12a-f8c200b036d1
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-10-03T04:43:06.528Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2d39beef-86df-4461-a666-19babfcdf98f
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-10-03T04:43:06.531Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-10-03T04:43:06.531Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2d39beef-86df-4461-a666-19babfcdf98f
2022-10-03T04:43:06.532Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 57d81169-79cd-4af4-9b3f-56b14c54de42
2022-10-03T04:43:06.532Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 57d81169-79cd-4af4-9b3f-56b14c54de42
2022-10-03T04:43:06.532Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2d39beef-86df-4461-a666-19babfcdf98f 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-10-03T04:43:06.535Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ff6d2e7, org.onap.sdc.toscaparser.api.parameters.Input@2a289d1e, org.onap.sdc.toscaparser.api.parameters.Input@777386b6, org.onap.sdc.toscaparser.api.parameters.Input@174bc24a, org.onap.sdc.toscaparser.api.parameters.Input@e334bae]
2022-10-03T04:43:06.536Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:43:06.536Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:43:06.536Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 57d81169-79cd-4af4-9b3f-56b14c54de42: test-pnf
2022-10-03T04:43:06.537Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||Processing PNF resource: 2d39beef-86df-4461-a666-19babfcdf98f
2022-10-03T04:43:06.537Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-03T04:43:06.537Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-03T04:43:06.537Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||Resource customization UUID: dc895469-1073-49ea-a951-a496f6917b70 is the same as notified resource customizationUUID: dc895469-1073-49ea-a951-a496f6917b70
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-10-03T04:43:06.595Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2d39beef-86df-4461-a666-19babfcdf98f 0 ASDC deployResourceStructure
2022-10-03T04:43:06.596Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-03T04:43:06.596Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-03T04:43:06.596Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-03T04:43:06.596Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:43:06.599Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:43:06.599Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772186596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:43:06.698Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:43:06.699Z||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-10-03T04:43:06.700Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:06.718Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:06.719Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-03T04:43:07.600Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11279b17-9e0a-4f76-8875-d4804dd25d2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-03T04:43:07.614Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11279b17-9e0a-4f76-8875-d4804dd25d2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-03T04:43:07.619Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-03T04:43:07.619Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-03T04:43:07.619Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-03T04:43:07.619Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-03T04:43:07.620Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:43:07.620Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:43:07.620Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:43:07.620Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:43:07.621Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:43:07.621Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:43:07.621Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-03T04:43:07.621Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-03T04:43:07.630Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-03T04:43:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:43:09.206Z||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-10-03T04:43:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:09.234Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:09.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772009609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772012331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772013399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772014460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:43:09.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772015529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:43:09.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772016604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:43:09.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772017697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-03T04:43:09.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772018701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-03T04:43:09.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772019706,
  "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-10-03T04:43:09.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772020711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-03T04:43:09.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772021716,
  "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-10-03T04:43:09.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:09.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:43:09.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772022719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:43:09.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:43:37.631Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11279b17-9e0a-4f76-8875-d4804dd25d2f 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-10-03T04:43:37.636Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11279b17-9e0a-4f76-8875-d4804dd25d2f and serviceModelVersionId: 57d81169-79cd-4af4-9b3f-56b14c54de42
2022-10-03T04:43:37.636Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34d868e5-08ee-400c-b12a-f8c200b036d1
2022-10-03T04:43:37.637Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34d868e5-08ee-400c-b12a-f8c200b036d1/model-vers/model-ver/57d81169-79cd-4af4-9b3f-56b14c54de42?depth=0
2022-10-03T04:43:37.641Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-03T04:43:37.698Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d868e5-08ee-400c-b12a-f8c200b036d1/model-vers/model-ver/57d81169-79cd-4af4-9b3f-56b14c54de42?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-10-03T04:43:37.700Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d868e5-08ee-400c-b12a-f8c200b036d1/model-vers/model-ver/57d81169-79cd-4af4-9b3f-56b14c54de42?depth=0|INFO|500||Invoke
2022-10-03T04:43:37.724Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d868e5-08ee-400c-b12a-f8c200b036d1/model-vers/model-ver/57d81169-79cd-4af4-9b3f-56b14c54de42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-03T04:43:37.821Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d868e5-08ee-400c-b12a-f8c200b036d1/model-vers/model-ver/57d81169-79cd-4af4-9b3f-56b14c54de42?depth=0|INFO|500||InvokeReturn
2022-10-03T04:43:37.825Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d868e5-08ee-400c-b12a-f8c200b036d1/model-vers/model-ver/57d81169-79cd-4af4-9b3f-56b14c54de42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221003-04:43:39:266-30124], vertex-id=[520304], Content-Length=[0], Date=[Mon, 03 Oct 2022 04:43:39 GMT], Content-Type=[application/json]}
2022-10-03T04:43:37.826Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-03T04:43:37.827Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-03T04:43:37.827Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-03T04:43:37.832Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-03T04:43:37.833Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11279b17-9e0a-4f76-8875-d4804dd25d2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-03T04:43:37.833Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-03T04:43:37.834Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-03T04:43:37.837Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-03T04:43:37.837Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772217833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:43:37.936Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-03T04:43:37.939Z||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-10-03T04:43:37.939Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:37.962Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:37.963Z||pool-113-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-03T04:43:39.543Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:43:39.544Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:43:39.544Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:49.929Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:49.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:43:49.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:43:49.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:43:59.489Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:43:59.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:43:59.491Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:43:59.491Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:44:09.042Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:44:09.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:44:09.043Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:44:09.044Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:44:09.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:44:09.206Z||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-10-03T04:44:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:44:09.256Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:44:09.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2735f3da-cea3-4fb6-9d3b-a8562cb8f9cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772174016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:44:09.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:44:09.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:44:09.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:44:09.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:44:09.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:44:09.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:44:09.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:44:09.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:44:09.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:44:09.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:44:09.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:44:09.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:44:09.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:44:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:44:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:44:09.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-03T04:44:09.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:44:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664771949201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-03T04:44:09.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-03T04:44:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772184349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-03T04:44:09.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:44:09.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-03T04:44:09.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772186596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-03T04:44:09.263Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:44:18.617Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:44:18.618Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:44:18.619Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:44:18.619Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:44:28.203Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:45:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:45:09.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:45:09.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:45:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:45:09.206Z||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-10-03T04:45:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:45:09.736Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:45:09.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-03T04:45:09.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11279b17-9e0a-4f76-8875-d4804dd25d2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664772217833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-03T04:45:09.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-03T04:45:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:46:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:46:09.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:46:09.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:46:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:46:09.205Z||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-10-03T04:46:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:46:18.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:46:18.781Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:47:09.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:47:09.204Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:47:09.204Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:47:09.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:47:09.205Z||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-10-03T04:47:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:47:18.761Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:47:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:48:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:48:09.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:48:09.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:48:09.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:48:09.205Z||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-10-03T04:48:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:48:18.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:48:18.770Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:49:09.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:49:09.205Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:49:09.205Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:49:09.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:49:09.205Z||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-10-03T04:49:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:49:18.796Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:49:18.820Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:50:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:50:09.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:50:09.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:50:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:50:09.206Z||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-10-03T04:50:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:50:18.763Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:50:18.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:51:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:51:09.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:51:09.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:51:09.205Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:51:09.205Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|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-10-03T04:51:09.206Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:51:18.767Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:51:18.780Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:52:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:52:09.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:52:09.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:52:09.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:52:09.205Z||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-10-03T04:52:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:52:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:52:18.794Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:53:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:53:09.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:53:09.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:53:09.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:53:09.205Z||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-10-03T04:53:09.205Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:53:18.760Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:53:18.760Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:54:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:54:09.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:54:09.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:54:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:54:09.206Z||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-10-03T04:54:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:54:18.786Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:54:18.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:55:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:55:09.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:55:09.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:55:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:55:09.206Z||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-10-03T04:55:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:55:18.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:55:18.763Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:56:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:56:09.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:56:09.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:56:09.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:56:09.206Z||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-10-03T04:56:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:56:18.762Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:56:18.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:57:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:57:09.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:57:09.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:57:09.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:57:09.205Z||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-10-03T04:57:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:57:18.763Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:57:18.763Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:58:09.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:58:09.204Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:58:09.204Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:58:09.205Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:58:09.206Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|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-10-03T04:58:09.206Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:58:18.779Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:58:18.786Z|11279b17-9e0a-4f76-8875-d4804dd25d2f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:59:09.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:59:09.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-03T04:59:09.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7f2jaUL2nov4FrJz) ...
2022-10-03T04:59:09.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-03T04:59:09.206Z||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-10-03T04:59:09.206Z||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 7f2jaUL2nov4FrJz) ...
2022-10-03T04:59:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-03T04:59:18.769Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK