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-09-05T05:26:26.256Z||main|||||INFO|500||The following profiles are active: basic
2022-09-05T05:26:48.974Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-05T05:26:48.976Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-05T05:26:49.305Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-05T05:26:59.701Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-05T05:27:00.524Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-05T05:27:01.864Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-05T05:27:01.885Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-05T05:27:02.310Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-05T05:27:02.942Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-05T05:27:05.005Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-05T05:27:08.705Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-05T05:27:12.687Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-05T05:27:12.770Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-05T05:27:13.820Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-05T05:27:14.796Z||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-09-05T05:27:17.384Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-05T05:27:19.638Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-05T05:27:19.678Z||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$$af915e9a.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-09-05T05:27:19.680Z||main|||||WARN|500||The sdc end point is not alive
2022-09-05T05:27:26.900Z||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-09-05T05:27:33.745Z||main|||||WARN|500||---
2022-09-05T05:27:33.747Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-05T05:27:33.747Z||main|||||WARN|500||---
2022-09-05T05:27:34.786Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-05T05:27:45.926Z||main|||||INFO|500||Started Application in 85.95 seconds (JVM running for 91.578)
2022-09-05T05:27:46.081Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-05T05:27:46.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-05T05:27:46.141Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-05T05:27:46.204Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-05T05:27:46.323Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14e6307d-20ef-4e95-8f46-d51ad5c7ee33 url= /sdc/v1/artifactTypes
2022-09-05T05:27:46.324Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-05T05:27:46.940Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-05T05:27:47.040Z||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-09-05T05:27:47.154Z||scheduling-1|||||DEBUG|500||create keys
2022-09-05T05:27:47.177Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-05T05:27:47.370Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:27:47.424Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a0178886-7a34-48e3-989e-b8261db60ed0 url= /sdc/v1/registerForDistribution
2022-09-05T05:27:48.161Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a0178886-7a34-48e3-989e-b8261db60ed0 url= /sdc/v1/registerForDistribution
2022-09-05T05:27:48.166Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-05T05:27:48.246Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:27:48.250Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:27:48.267Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-05T05:27:48.375Z||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-09-05T05:27:48.376Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:27:48.389Z||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-09-05T05:27:48.389Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:27:59.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:27:59.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:28:48.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:28:48.188Z||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-09-05T05:28:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:28:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:28:48.230Z||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-09-05T05:28:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:28:58.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:28:58.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:29:48.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:29:48.192Z||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-09-05T05:29:48.192Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:29:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:29:48.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-09-05T05:29:48.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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:29:57.922Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:29:57.931Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:30:48.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:30:48.188Z||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-09-05T05:30:48.189Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:30:48.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:30:48.230Z||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-09-05T05:30:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:30:57.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:30:57.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:31:48.186Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:31:48.187Z||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-09-05T05:31:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:31:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:31:48.229Z||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-09-05T05:31:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:31:57.864Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:31:57.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:32:48.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:32:48.187Z||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-09-05T05:32:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:32:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:32:48.230Z||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-09-05T05:32:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:32:57.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:32:58.213Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:33:48.186Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:33:48.188Z||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-09-05T05:33:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:33:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:33:48.230Z||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-09-05T05:33:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:33:58.048Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:33:58.078Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:34:48.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:34:48.190Z||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-09-05T05:34:48.191Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:34:48.228Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:34:48.230Z||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-09-05T05:34:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:34:57.834Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:34:58.058Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:35:48.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:35:48.190Z||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-09-05T05:35:48.191Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:35:48.228Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:35:48.231Z||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-09-05T05:35:48.231Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:35:58.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:35:58.112Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:36:48.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:36:48.188Z||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-09-05T05:36:48.189Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:36:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:36:48.229Z||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-09-05T05:36:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:36:58.043Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:36:58.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:37:00.463Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-05T05:37:48.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:37:48.188Z||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-09-05T05:37:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:37:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:37:48.230Z||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-09-05T05:37:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:37:57.955Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:37:58.045Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:38:48.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:38:48.187Z||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-09-05T05:38:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:38:48.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:38:48.230Z||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-09-05T05:38:48.231Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:38:57.994Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:38:58.200Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:39:48.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:39:48.190Z||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-09-05T05:39:48.190Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:39:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:39:48.230Z||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-09-05T05:39:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:39:57.996Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:39:58.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:40:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:40:48.187Z||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-09-05T05:40:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:40:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:40:48.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-09-05T05:40:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:40:57.925Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:40:57.959Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:41:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:41:48.187Z||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-09-05T05:41:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:41:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:41:48.229Z||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-09-05T05:41:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:41:58.023Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:41:58.049Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:42:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:42:48.187Z||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-09-05T05:42:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:42:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:42:48.229Z||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-09-05T05:42:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:42:57.966Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:42:57.983Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:43:48.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:43:48.189Z||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-09-05T05:43:48.189Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:43:48.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:43:48.229Z||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-09-05T05:43:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:43:57.964Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:43:57.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:44:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:44:48.187Z||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-09-05T05:44:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:44:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:44:48.229Z||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-09-05T05:44:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:44:57.935Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:44:57.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:45:48.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:45:48.188Z||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-09-05T05:45:48.189Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:45:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:45:48.229Z||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-09-05T05:45:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:45:57.990Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:45:58.151Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:46:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:46:48.187Z||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-09-05T05:46:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:46:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:46:48.229Z||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-09-05T05:46:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:46:57.959Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:46:58.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:47:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:47:48.187Z||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-09-05T05:47:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:47:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:47:48.229Z||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-09-05T05:47:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:47:57.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:47:58.020Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:48:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:48:48.186Z||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-09-05T05:48:48.186Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:48:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:48:48.229Z||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-09-05T05:48:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:48:57.978Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:48:57.996Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:49:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:49:48.186Z||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-09-05T05:49:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:49:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:49:48.229Z||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-09-05T05:49:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:49:57.921Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:49:57.944Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:50:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:50:48.186Z||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-09-05T05:50:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:50:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:50:48.229Z||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-09-05T05:50:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:50:57.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:50:57.991Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:51:48.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:51:48.190Z||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-09-05T05:51:48.191Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:51:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:51:48.229Z||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-09-05T05:51:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:51:57.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:51:57.986Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:52:48.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:52:48.187Z||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-09-05T05:52:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:52:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:52:48.230Z||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-09-05T05:52:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:52:57.899Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:52:57.995Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:53:48.186Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:53:48.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T05:53:48.188Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T05:53:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:53:48.229Z||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-09-05T05:53:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:53:58.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:53:58.096Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:54:48.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:54:48.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T05:54:48.187Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T05:54:48.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:54:48.230Z||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-09-05T05:54:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:54:58.167Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:54:58.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:55:48.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:55:48.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T05:55:48.187Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T05:55:48.228Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:55:48.229Z||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-09-05T05:55:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:55:58.060Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:55:58.237Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:56:48.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:56:48.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T05:56:48.187Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T05:56:48.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:56:48.229Z||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-09-05T05:56:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:56:58.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:56:58.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:57:48.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:57:48.189Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T05:57:48.189Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T05:57:48.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:57:48.230Z||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-09-05T05:57:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:57:57.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:57:58.001Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:58:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:58:48.187Z||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-09-05T05:58:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:58:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:58:48.229Z||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-09-05T05:58:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:58:57.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:58:57.979Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:59:48.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:59:48.192Z||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-09-05T05:59:48.192Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:59:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T05:59:48.229Z||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-09-05T05:59:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T05:59:58.016Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T05:59:58.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:00:48.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:00:48.188Z||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-09-05T06:00:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:00:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:00:48.229Z||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-09-05T06:00:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:00:57.929Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:00:58.009Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:01:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:01:48.187Z||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-09-05T06:01:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:01:48.228Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:01:48.229Z||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-09-05T06:01:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:01:57.952Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:01:58.153Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:02:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:02:48.187Z||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-09-05T06:02:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:02:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:02:48.229Z||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-09-05T06:02:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:02:57.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:02:57.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:03:48.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:03:48.189Z||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-09-05T06:03:48.195Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:03:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:03:48.229Z||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-09-05T06:03:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:03:58.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:03:58.103Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:04:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:04:48.187Z||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-09-05T06:04:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:04:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:04:48.229Z||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-09-05T06:04:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:04:57.998Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:04:58.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:05:48.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:05:48.190Z||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-09-05T06:05:48.190Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:05:48.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:05:48.229Z||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-09-05T06:05:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:05:57.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:05:57.974Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:06:48.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:06:48.191Z||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-09-05T06:06:48.191Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:06:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:06:48.229Z||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-09-05T06:06:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:06:57.984Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:06:58.030Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:07:48.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:07:48.187Z||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-09-05T06:07:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:07:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:07:48.229Z||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-09-05T06:07:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:07:57.944Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:07:58.026Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:08:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:08:48.187Z||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-09-05T06:08:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:08:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:08:48.229Z||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-09-05T06:08:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:08:57.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:08:57.994Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:09:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:09:48.187Z||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-09-05T06:09:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:09:48.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:09:48.232Z||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-09-05T06:09:48.232Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:09:58.244Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:09:58.273Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:10:48.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:10:48.187Z||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-09-05T06:10:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:10:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:10:48.229Z||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-09-05T06:10:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:10:58.069Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:10:58.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:48.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:11:48.190Z||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-09-05T06:11:48.191Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:11:48.229Z||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-09-05T06:11:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:49.716Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:49.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-05T06:11:49.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"60fbda1a-c8d1-4147-a8ff-bef080ea5ed8","serviceName":"vFW 2022-09-05 06-09-34","serviceVersion":"1.0","serviceUUID":"5031c0d2-e003-481c-a12d-d26a7f326154","serviceDescription":"catalog service description","serviceInvariantUUID":"8e60ef5f-06a6-4d77-9ac2-3b210215b6b8","resources":[{"resourceInstanceName":"vFW 0996322e-48cc 0","resourceName":"vFW 0996322e-48cc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"124610ea-8a06-42b5-a97e-2ad106a41171","resourceInvariantUUID":"5e9fcc01-6007-4d97-8289-e9d81b5cdcd5","resourceCustomizationUUID":"41384ff2-6ecd-4e16-b875-8840c40513d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml","artifactChecksum":"MDIzYWEyY2FhMzY2MmI3NmEyYjljMWU2ZGVkNjdkMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"784a16e5-9308-486e-a6a3-0c7d98ec6cbe","artifactVersion":"1"},{"artifactName":"vfw0996322e48cc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json","artifactChecksum":"YmM3NDA4ZDkyOWNkOGE5OTAxZDg4NWE2ZTdlN2ZjMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c51947d4-e917-417e-a87f-5bfb64bc58f1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b16fbf50-b1b3-4814-9bfa-520f7f515eca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml","artifactChecksum":"MTBmN2M0YmEyMDQ2M2FiMTI4MGIxYWU3ODY1MWVjMWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb5a362e-3448-4d7b-af43-0398587532c8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e6c3efa4-abb3-4f71-957f-8dd53cd76bcc","artifactVersion":"2","generatedFromUUID":"b16fbf50-b1b3-4814-9bfa-520f7f515eca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220905060934-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml","artifactChecksum":"OTc1NzhjNzcwMmZhMjVhYTUyNzFiMzFkYTU5NGVjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be2d5617-458f-4aca-9a78-c52fe2e9f2bd","artifactVersion":"1"},{"artifactName":"service-Vfw20220905060934-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar","artifactChecksum":"NmVlNzg0YzJhMjBmNjFlMjFiMDE1M2ZiNzQ0MTY4ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb123054-5846-4ed0-975a-f94e6c8b7392","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:11:49.752Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:11:49.767Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:11:49.786Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:11:49.787Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:11:49.887Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-05T06:11:49.894Z||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-09-05T06:11:49.894Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:50.015Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:50.016Z||pool-3-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":8,"count":1}
2022-09-05T06:11:50.797Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:50.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:11:50.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358302594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:11:50.800Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:11:50.801Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:11:50.809Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:11:50.809Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:11:50.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:11:50.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:11:50.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:11:50.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:11:50.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:11:50.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358300809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:11:50.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:11:50.906Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-05T06:11:50.909Z||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-09-05T06:11:50.909Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:50.983Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:50.984Z||pool-4-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:11:51.810Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:11:51.812Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:11:51.816Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:11:51.817Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:11:51.916Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:11:51.918Z||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-09-05T06:11:51.918Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:52.125Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:52.127Z||pool-5-thread-1|||||INFO|500||cambria reply ok (209 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:11:52.818Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:11:52.821Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:11:52.825Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:11:52.826Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:11:52.926Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:11:52.927Z||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-09-05T06:11:52.929Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:53.008Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:53.009Z||pool-6-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:11:53.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:11:53.829Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:11:53.832Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:11:53.833Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-05T06:11:53.932Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:11:53.934Z||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-09-05T06:11:53.935Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:54.079Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:54.080Z||pool-7-thread-1|||||INFO|500||cambria reply ok (146 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:11:54.834Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:11:54.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:11:54.838Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:11:54.839Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:11:54.938Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:11:54.940Z||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-09-05T06:11:54.941Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:55.042Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:55.043Z||pool-8-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:11:55.840Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:11:55.840Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:11:55.845Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:11:55.845Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:11:55.945Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:11:55.946Z||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-09-05T06:11:55.946Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:56.076Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:56.077Z||pool-9-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:11:56.848Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "serviceName": "vFW 2022-09-05 06-09-34",
  "serviceVersion": "1.0",
  "serviceUUID": "5031c0d2-e003-481c-a12d-d26a7f326154",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8e60ef5f-06a6-4d77-9ac2-3b210215b6b8",
  "resources": [
    {
      "resourceInstanceName": "vFW 0996322e-48cc 0",
      "resourceCustomizationUUID": "41384ff2-6ecd-4e16-b875-8840c40513d5",
      "resourceName": "vFW 0996322e-48cc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "124610ea-8a06-42b5-a97e-2ad106a41171",
      "resourceInvariantUUID": "5e9fcc01-6007-4d97-8289-e9d81b5cdcd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0996322e48cc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
          "artifactChecksum": "YmM3NDA4ZDkyOWNkOGE5OTAxZDg4NWE2ZTdlN2ZjMGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c51947d4-e917-417e-a87f-5bfb64bc58f1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b16fbf50-b1b3-4814-9bfa-520f7f515eca",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e6c3efa4-abb3-4f71-957f-8dd53cd76bcc",
            "generatedFromUUID": "b16fbf50-b1b3-4814-9bfa-520f7f515eca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e6c3efa4-abb3-4f71-957f-8dd53cd76bcc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220905060934-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
      "artifactChecksum": "NmVlNzg0YzJhMjBmNjFlMjFiMDE1M2ZiNzQ0MTY4ZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb123054-5846-4ed0-975a-f94e6c8b7392"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:11:56.850Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:11:56.851Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5031c0d2-e003-481c-a12d-d26a7f326154 ASDC
2022-09-05T06:11:57.073Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
ServiceName:vFW 2022-09-05 06-09-34
ServiceVersion:1.0
ServiceUUID:5031c0d2-e003-481c-a12d-d26a7f326154
ServiceInvariantUUID:8e60ef5f-06a6-4d77-9ac2-3b210215b6b8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220905060934-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar
ArtifactUUID:eb123054-5846-4ed0-975a-f94e6c8b7392
ArtifactChecksum:NmVlNzg0YzJhMjBmNjFlMjFiMDE1M2ZiNzQ0MTY4ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0996322e-48cc 0
ResourceCustomizationUUID:41384ff2-6ecd-4e16-b875-8840c40513d5
ResourceInvariantUUID:5e9fcc01-6007-4d97-8289-e9d81b5cdcd5
ResourceName:vFW 0996322e-48cc
ResourceType:VF
ResourceUUID:124610ea-8a06-42b5-a97e-2ad106a41171
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0996322e48cc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json
ArtifactUUID:c51947d4-e917-417e-a87f-5bfb64bc58f1
ArtifactChecksum:YmM3NDA4ZDkyOWNkOGE5OTAxZDg4NWE2ZTdlN2ZjMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml
ArtifactUUID:b16fbf50-b1b3-4814-9bfa-520f7f515eca
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env
ArtifactUUID:e6c3efa4-abb3-4f71-957f-8dd53cd76bcc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env
ArtifactUUID:e6c3efa4-abb3-4f71-957f-8dd53cd76bcc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-05T06:11:57.074Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5031c0d2-e003-481c-a12d-d26a7f326154 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-09-05T06:11:57.536Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:11:57.538Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-05T06:11:57.541Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-05T06:11:57.542Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eb123054-5846-4ed0-975a-f94e6c8b7392 from URL: /sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar
2022-09-05T06:11:57.542Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-05T06:11:57.545Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar
2022-09-05T06:11:57.718Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-05T06:11:57.748Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar eb123054-5846-4ed0-975a-f94e6c8b7392 100627
2022-09-05T06:11:57.750Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar ASDC sendASDCNotification
2022-09-05T06:11:57.751Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar
2022-09-05T06:11:57.754Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:11:57.756Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:11:57.759Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:11:57.759Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358317748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:11:57.859Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:11:57.861Z||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-09-05T06:11:57.861Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:11:57.905Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:11:57.906Z||pool-10-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:11:58.760Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:11:58.761Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-05T06:11:58.762Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eb123054-5846-4ed0-975a-f94e6c8b7392, URL: /sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar to file: /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:11:58.764Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220905060934-csar.csar
2022-09-05T06:11:58.976Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:11:58.976Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:00.296Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12143188769836300662/Definitions/service-Vfw20220905060934-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-05T06:12:05.402Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:12:05.408Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-05T06:12:05.408Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.409Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-05T06:12:05.409Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.409Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0996322e-48cc 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.410Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.410Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.410Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.410Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.410Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.411Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.411Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.411Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.411Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:05.412Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-05T06:12:05.420Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.423Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:05.431Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:05.432Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-05T06:12:05.435Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:12:05.439Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.439Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:05.440Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:05.440Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-05T06:12:05.441Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:12:05.441Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.442Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:05.448Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.449Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is not matching search criteria
2022-09-05T06:12:05.450Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-05T06:12:05.450Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-05T06:12:05.451Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-05T06:12:05.451Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.452Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:05.452Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.452Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-05T06:12:05.453Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-05T06:12:05.453Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-05T06:12:05.454Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.454Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:05.454Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-05T06:12:05.455Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:05.455Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-05T06:12:05.456Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.456Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-05T06:12:05.457Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.457Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:12:05.460Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.460Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:05.461Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:12:05.462Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.462Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:05.463Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:12:05.463Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.464Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:05.464Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:12:05.465Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.465Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is not matching search criteria
2022-09-05T06:12:05.466Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-05T06:12:05.466Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-05T06:12:05.466Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-05T06:12:05.467Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-05T06:12:05.467Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-05T06:12:05.468Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.468Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:05.468Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-05T06:12:05.469Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:05.469Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-05T06:12:05.470Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.470Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=173463d9-8f20-4d07-914e-7dd303a6dc88
2022-09-05T06:12:05.471Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.471Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is not matching search criteria
2022-09-05T06:12:05.472Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-05T06:12:05.472Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-05T06:12:05.472Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-05T06:12:05.473Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.473Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:05.474Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.475Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-05T06:12:05.475Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-05T06:12:05.475Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-05T06:12:05.476Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:05.476Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-05T06:12:05.477Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.477Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adba94cf-869f-4048-a69a-9b89322acf46
2022-09-05T06:12:05.478Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.478Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is not matching search criteria
2022-09-05T06:12:05.478Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-05T06:12:05.479Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-05T06:12:05.479Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-05T06:12:05.479Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.480Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:05.480Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.480Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-05T06:12:05.481Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-05T06:12:05.481Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-05T06:12:05.482Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:05.482Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:05.483Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-05T06:12:05.483Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ac39f525-1bf1-4edd-88a8-1584ae6bde9d
2022-09-05T06:12:05.484Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.484Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:05.484Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.485Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:05.485Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.485Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:05.486Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:05.486Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:05.487Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-05 06-09-34
Description:catalog service description
Model UUID:5031c0d2-e003-481c-a12d-d26a7f326154
Model Version:NULL
Model InvariantUuid:8e60ef5f-06a6-4d77-9ac2-3b210215b6b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0996322e-48cc
Model UUID:8d19f3b3-07cc-4793-902e-eaeb031e21e6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e9fcc01-6007-4d97-8289-e9d81b5cdcd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41384ff2-6ecd-4e16-b875-8840c40513d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1fea66c1-42fa-40a2-b3c7-73816bd57f26
ModelName:Vfw0996322e48cc..base_vfw..module-0
ModelUuid:30270894-345b-4683-a636-df934eb76de9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:173463d9-8f20-4d07-914e-7dd303a6dc88
ModelInvariantUuid:cd8a848f-b42e-4b9d-a7bb-de91386b7382
ModelName:vFW 0996322e-48cc-nodes.vfwCvfc
ModelUuid:b24713a4-0ae8-4cd3-98b2-eb227177cb36
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2dde72cd-bcca-4eed-b23c-2b0d343fd4f8
ModelInvariantUuid:25261ac4-1836-471d-b70e-617e100917d0
ModelName:Vfw0996322e48cc.compute.nodes.heat.vfw
ModelUuid:e84cc87a-f1a7-490e-be41-a30ebed2b33a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:adba94cf-869f-4048-a69a-9b89322acf46
ModelInvariantUuid:dddf0eb5-c7bb-4406-9161-803f0b606b4d
ModelName:vFW 0996322e-48cc-nodes.vsnCvfc
ModelUuid:afdf709c-64d7-450d-a15f-a87c1436d1a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f0c4a845-a7cc-4bad-902b-b26ea1297748
ModelInvariantUuid:dc40fa23-cf33-4314-872b-f949e0d136f4
ModelName:Vfw0996322e48cc.compute.nodes.heat.vsn
ModelUuid:bd712c22-86f7-4c39-921b-a4822f9c815b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ac39f525-1bf1-4edd-88a8-1584ae6bde9d
ModelInvariantUuid:31804776-6ddb-4bdb-8591-364614bdeed9
ModelName:vFW 0996322e-48cc-nodes.vpgCvfc
ModelUuid:84611407-25ec-4654-bf50-5978d1379460
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9ddcbc3e-d423-4856-afd8-e68d73d6da49
ModelInvariantUuid:5d7265f8-0919-4bd1-b3bd-6c7e360f7e26
ModelName:Vfw0996322e48cc.compute.nodes.heat.vpg
ModelUuid:f5b2b720-9c7d-4c0f-a164-0c84a1b80d4b
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-09-05T06:12:05.531Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 124610ea-8a06-42b5-a97e-2ad106a41171
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-09-05T06:12:05.768Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||vFW 0996322e-48cc 0
2022-09-05T06:12:05.778Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 124610ea-8a06-42b5-a97e-2ad106a41171
2022-09-05T06:12:05.778Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c51947d4-e917-417e-a87f-5bfb64bc58f1 from URL: /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json
2022-09-05T06:12:05.779Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-05T06:12:05.779Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json
2022-09-05T06:12:05.872Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-05T06:12:05.877Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json c51947d4-e917-417e-a87f-5bfb64bc58f1 785
2022-09-05T06:12:05.878Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json ASDC sendASDCNotification
2022-09-05T06:12:05.878Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json
2022-09-05T06:12:05.878Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:12:05.879Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:12:05.886Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:12:05.886Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358325878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:12:05.985Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-05T06:12:05.986Z||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-09-05T06:12:05.986Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:12:06.224Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:12:06.225Z||pool-11-thread-1|||||INFO|500||cambria reply ok (239 ms):{"serverTimeMs":3,"count":1}
2022-09-05T06:12:06.888Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0996322e48cc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1fea66c1-42fa-40a2-b3c7-73816bd57f26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30270894-345b-4683-a636-df934eb76de9",
    "vfModuleModelCustomizationUUID": "93438c56-9a0c-40c3-93d6-c245c6f40d11",
    "isBase": true,
    "artifacts": [
      "b16fbf50-b1b3-4814-9bfa-520f7f515eca",
      "e6c3efa4-abb3-4f71-957f-8dd53cd76bcc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-05T06:12:06.908Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0996322e48cc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30270894-345b-4683-a636-df934eb76de9
VfModuleModelInvariantUUID:1fea66c1-42fa-40a2-b3c7-73816bd57f26
VfModuleModelDescription:NULL
Artifacts UUID List:{
b16fbf50-b1b3-4814-9bfa-520f7f515eca
,
e6c3efa4-abb3-4f71-957f-8dd53cd76bcc

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

isBase:true


}

2022-09-05T06:12:06.912Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0996322e48cc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1fea66c1-42fa-40a2-b3c7-73816bd57f26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30270894-345b-4683-a636-df934eb76de9",
    "vfModuleModelCustomizationUUID": "93438c56-9a0c-40c3-93d6-c245c6f40d11",
    "isBase": true,
    "artifacts": [
      "b16fbf50-b1b3-4814-9bfa-520f7f515eca",
      "e6c3efa4-abb3-4f71-957f-8dd53cd76bcc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-05T06:12:06.912Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0996322e48cc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30270894-345b-4683-a636-df934eb76de9
VfModuleModelInvariantUUID:1fea66c1-42fa-40a2-b3c7-73816bd57f26
VfModuleModelDescription:NULL
Artifacts UUID List:{
b16fbf50-b1b3-4814-9bfa-520f7f515eca
,
e6c3efa4-abb3-4f71-957f-8dd53cd76bcc

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

isBase:true


}

2022-09-05T06:12:06.912Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b16fbf50-b1b3-4814-9bfa-520f7f515eca from URL: /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml
2022-09-05T06:12:06.913Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-05T06:12:06.913Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml
2022-09-05T06:12:06.982Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-05T06:12:06.984Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml b16fbf50-b1b3-4814-9bfa-520f7f515eca 20368
2022-09-05T06:12:06.984Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-05T06:12:06.984Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml
2022-09-05T06:12:06.984Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:12:06.985Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:12:06.988Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:12:06.988Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358326984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:12:07.089Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:12:07.090Z||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-09-05T06:12:07.090Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:12:07.259Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:12:07.260Z||pool-12-thread-1|||||INFO|500||cambria reply ok (171 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:12:07.989Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e6c3efa4-abb3-4f71-957f-8dd53cd76bcc from URL: /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env
2022-09-05T06:12:07.990Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-05T06:12:07.990Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env
2022-09-05T06:12:08.063Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-05T06:12:08.063Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env e6c3efa4-abb3-4f71-957f-8dd53cd76bcc 2098
2022-09-05T06:12:08.063Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-05T06:12:08.064Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env
2022-09-05T06:12:08.064Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:12:08.064Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:12:08.068Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:12:08.068Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358328063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:12:08.168Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:12:08.169Z||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-09-05T06:12:08.169Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:12:08.434Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:12:08.434Z||pool-13-thread-1|||||INFO|500||cambria reply ok (265 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:12:09.074Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5031c0d2-e003-481c-a12d-d26a7f326154
2022-09-05T06:12:09.075Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0996322e-48cc 0 124610ea-8a06-42b5-a97e-2ad106a41171 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-09-05T06:12:09.181Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cacf7d8, org.onap.sdc.toscaparser.api.parameters.Input@8111c97, org.onap.sdc.toscaparser.api.parameters.Input@7c6c7440, org.onap.sdc.toscaparser.api.parameters.Input@63ff0cd, org.onap.sdc.toscaparser.api.parameters.Input@7d56d5e5]
2022-09-05T06:12:09.187Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.188Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:09.188Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-09-05T06:12:09.188Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 41384ff2-6ecd-4e16-b875-8840c40513d5
2022-09-05T06:12:09.188Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41384ff2-6ecd-4e16-b875-8840c40513d5 matches Tosca VF Customization UUID: 41384ff2-6ecd-4e16-b875-8840c40513d5
2022-09-05T06:12:09.188Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 41384ff2-6ecd-4e16-b875-8840c40513d5  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-09-05T06:12:09.202Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.202Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:09.204Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 41384ff2-6ecd-4e16-b875-8840c40513d5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-05T06:12:09.205Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d464540
2022-09-05T06:12:09.205Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.205Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:12:09.206Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93438c56-9a0c-40c3-93d6-c245c6f40d11
2022-09-05T06:12:09.209Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93438c56-9a0c-40c3-93d6-c245c6f40d11
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-09-05T06:12:09.227Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.227Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:09.228Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:12:09.229Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.229Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:09.229Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:12:09.230Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.230Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is not matching search criteria
2022-09-05T06:12:09.230Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-05T06:12:09.231Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-05T06:12:09.231Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-05T06:12:09.231Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-05T06:12:09.231Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-05T06:12:09.232Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:09.232Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:09.232Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-05T06:12:09.232Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:09.232Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-05T06:12:09.233Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:09.233Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=173463d9-8f20-4d07-914e-7dd303a6dc88
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-09-05T06:12:09.245Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.245Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:09.246Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:12:09.246Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.247Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is not matching search criteria
2022-09-05T06:12:09.247Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-05T06:12:09.247Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-05T06:12:09.247Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-05T06:12:09.248Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:09.248Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:09.248Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:09.248Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-05T06:12:09.249Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-05T06:12:09.249Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-05T06:12:09.249Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:09.250Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-05T06:12:09.250Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:09.250Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adba94cf-869f-4048-a69a-9b89322acf46
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-09-05T06:12:09.254Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.255Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:09.255Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:12:09.259Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.259Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is not matching search criteria
2022-09-05T06:12:09.260Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-05T06:12:09.260Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-05T06:12:09.261Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-05T06:12:09.261Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:09.261Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:09.261Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-05T06:12:09.262Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-05T06:12:09.262Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-05T06:12:09.262Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-05T06:12:09.262Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-05T06:12:09.263Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-05T06:12:09.263Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-05T06:12:09.263Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ac39f525-1bf1-4edd-88a8-1584ae6bde9d
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-09-05T06:12:09.268Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.268Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:09.269Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:12:09.269Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.269Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Node template vFW 0996322e-48cc 0 is matching search criteria
2022-09-05T06:12:09.270Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0996322e-48cc 0] matching following query criteria: sdcType=VF, customizationUUID=41384ff2-6ecd-4e16-b875-8840c40513d5
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-09-05T06:12:09.275Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.276Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:09.276Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5031c0d2-e003-481c-a12d-d26a7f326154: vFW 0996322e-48cc
2022-09-05T06:12:09.277Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.277Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:09.277Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.277Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:09.278Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.278Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:09.278Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.278Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:09.279Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:12:09.279Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-05 06-09-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:12:09.279Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-09-05 06-09-34 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-05T06:12:09.917Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0996322e-48cc 124610ea-8a06-42b5-a97e-2ad106a41171 1 ASDC deployResourceStructure
2022-09-05T06:12:09.918Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json ASDC sendASDCNotification
2022-09-05T06:12:09.918Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json
2022-09-05T06:12:09.918Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:12:09.919Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:12:09.922Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:12:09.923Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358329918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:12:10.023Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:12:10.024Z||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-09-05T06:12:10.024Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:12:10.120Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:12:10.121Z||pool-14-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:12:10.924Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-05T06:12:10.926Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml
2022-09-05T06:12:10.926Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:12:10.927Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:12:10.931Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:12:10.931Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358330924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:12:11.036Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-05T06:12:11.038Z||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-09-05T06:12:11.039Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:12:11.069Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:12:11.070Z||pool-15-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:12:11.933Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-05T06:12:11.933Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env
2022-09-05T06:12:11.934Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:12:11.934Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:12:11.937Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:12:11.937Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358331933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:12:12.041Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-05T06:12:12.042Z||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-09-05T06:12:12.042Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:12:12.161Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:12:12.163Z||pool-16-thread-1|||||INFO|500||cambria reply ok (122 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:12:12.938Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar ASDC sendASDCNotification
2022-09-05T06:12:12.939Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar
2022-09-05T06:12:12.939Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:12:12.939Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:12:12.944Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:12:12.944Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358332938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:12:13.042Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-05T06:12:13.043Z||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-09-05T06:12:13.043Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:12:13.270Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:12:13.270Z||pool-17-thread-1|||||INFO|500||cambria reply ok (228 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:12:13.946Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:12:13.998Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
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-09-05T06:12:14.004Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:12:14.005Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:12:14.005Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:12:44.006Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:12:44.022Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
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-09-05T06:12:44.027Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:12:44.028Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:12:44.028Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:12:48.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:12:48.232Z||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-09-05T06:12:48.232Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:12:48.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:12:48.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:12:48.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358309424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:12:48.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:14.028Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:13:14.042Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
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-09-05T06:13:14.047Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:13:14.047Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:13:14.047Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:13:44.048Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:13:44.059Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
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-09-05T06:13:44.062Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:13:44.062Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:13:44.063Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:13:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:13:48.232Z||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-09-05T06:13:48.232Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:13:48.308Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:13:48.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358302594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358300809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358309424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358302594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358300809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "cds",
  "timestamp": 1662358312666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358309424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358302594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358300809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "cds",
  "timestamp": 1662358312666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358309424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358302594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358300809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "cds",
  "timestamp": 1662358312666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358309424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358302594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358300809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "cds",
  "timestamp": 1662358312666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358309424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358302594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358308186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358300809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "cds",
  "timestamp": 1662358312666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358316368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358309424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "cds",
  "timestamp": 1662358312666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358317655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358316368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358317748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "cds",
  "timestamp": 1662358312666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358318803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.360Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358316368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "cds",
  "timestamp": 1662358320687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358319907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358316368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358318827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "cds",
  "timestamp": 1662358321728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-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-09-05T06:13:48.389Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
2022-09-05T06:13:48.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8 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-09-05T06:13:48.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358321175,
  "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-09-05T06:13:48.411Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
2022-09-05T06:13:48.412Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8 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-09-05T06:13:48.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358318827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358316368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358322190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358316368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358318827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358316368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358318827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358323397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358324272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358318827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358324795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358323397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358318827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358323397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358326304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358318827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358325878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358323397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "clamp",
  "timestamp": 1662358327321,
  "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-09-05T06:13:48.441Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
2022-09-05T06:13:48.441Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8 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-09-05T06:13:48.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358326866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358326984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358323397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358327879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358328063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358323397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "policy-id",
  "timestamp": 1662358328890,
  "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-09-05T06:13:48.470Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
2022-09-05T06:13:48.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8 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-09-05T06:13:48.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358323397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358329918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/vfw0996322e48cc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358330924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358331496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358331933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/resourceInstances/vfw0996322e48cc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358332938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.491Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358339216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.491Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358340229,
  "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-09-05T06:13:48.499Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
2022-09-05T06:13:48.499Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8 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-09-05T06:13:48.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358340809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "cds",
  "timestamp": 1662358342666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358338827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "cds",
  "timestamp": 1662358342666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358338827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358340809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358340809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358338827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "cds",
  "timestamp": 1662358342666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358340809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "cds",
  "timestamp": 1662358342666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358338827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358340809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "cds",
  "timestamp": 1662358342666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358338827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358340809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "cds",
  "timestamp": 1662358342666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358338827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358349423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "cds",
  "timestamp": 1662358342666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358338827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358340809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358349423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358352250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "cds",
  "timestamp": 1662358353298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358351767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358349423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "cds",
  "timestamp": 1662358354308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-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-09-05T06:13:48.578Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8bfadbbb-0b44-47cb-bf38-929b4d509573
2022-09-05T06:13:48.579Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bfadbbb-0b44-47cb-bf38-929b4d509573 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-09-05T06:13:48.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358353372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358352773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358349423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358353397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "policy-id",
  "timestamp": 1662358353777,
  "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-09-05T06:13:48.607Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bfadbbb-0b44-47cb-bf38-929b4d509573
2022-09-05T06:13:48.607Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bfadbbb-0b44-47cb-bf38-929b4d509573 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-09-05T06:13:48.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358354571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358349423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358353397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358355703,
  "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-09-05T06:13:48.628Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bfadbbb-0b44-47cb-bf38-929b4d509573
2022-09-05T06:13:48.628Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bfadbbb-0b44-47cb-bf38-929b4d509573 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-09-05T06:13:48.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358349423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358353397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662358356709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662358349423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358353397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358353397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358353397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358353397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358361523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:13:48.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358362031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220905060934/1.0/artifacts/service-Vfw20220905060934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "aai-ml",
  "timestamp": 1662358363044,
  "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-09-05T06:13:48.661Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
2022-09-05T06:13:48.661Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8 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-09-05T06:13:48.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358362592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358362592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:13:48.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358364361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:13:48.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:13:48.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358364056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358362592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662358365366,
  "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-09-05T06:13:48.693Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8bfadbbb-0b44-47cb-bf38-929b4d509573
2022-09-05T06:13:48.693Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bfadbbb-0b44-47cb-bf38-929b4d509573 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-09-05T06:13:48.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358364056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358362592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358364056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358362592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358364056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:13:48.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:13:48.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358362592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:13:48.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:14:14.063Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:14:14.085Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8
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-09-05T06:14:14.089Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:14:14.090Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:14:14.090Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:14:14.090Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:14:14.090Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:14:14.090Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:14:14.091Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:14:14.091Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:14:14.091Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:14:14.091Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:14:14.091Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:14:14.100Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:14:44.100Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8 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-09-05T06:14:44.116Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8 and serviceModelVersionId: 5031c0d2-e003-481c-a12d-d26a7f326154
2022-09-05T06:14:44.116Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e60ef5f-06a6-4d77-9ac2-3b210215b6b8
2022-09-05T06:14:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:14:48.229Z||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-09-05T06:14:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:14:48.403Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:14:48.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:14:48.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358364056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:14:48.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:15:07.350Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e60ef5f-06a6-4d77-9ac2-3b210215b6b8/model-vers/model-ver/5031c0d2-e003-481c-a12d-d26a7f326154?depth=0
2022-09-05T06:15:07.486Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:15:08.168Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e60ef5f-06a6-4d77-9ac2-3b210215b6b8/model-vers/model-ver/5031c0d2-e003-481c-a12d-d26a7f326154?depth=0|INFO|500||Invoke
2022-09-05T06:15:08.178Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e60ef5f-06a6-4d77-9ac2-3b210215b6b8/model-vers/model-ver/5031c0d2-e003-481c-a12d-d26a7f326154?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e60ef5f-06a6-4d77-9ac2-3b210215b6b8/model-vers/model-ver/5031c0d2-e003-481c-a12d-d26a7f326154?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60fbda1a-c8d1-4147-a8ff-bef080ea5ed8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3afa6050-493e-479b-829e-d8c3ad41ac27], X-ECOMP-RequestID=[60fbda1a-c8d1-4147-a8ff-bef080ea5ed8], X-TransactionId=[], X-ONAP-RequestID=[60fbda1a-c8d1-4147-a8ff-bef080ea5ed8], Content-Type=[application/merge-patch+json]}
2022-09-05T06:15:08.344Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e60ef5f-06a6-4d77-9ac2-3b210215b6b8/model-vers/model-ver/5031c0d2-e003-481c-a12d-d26a7f326154?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:15:08.572Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e60ef5f-06a6-4d77-9ac2-3b210215b6b8/model-vers/model-ver/5031c0d2-e003-481c-a12d-d26a7f326154?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/8e60ef5f-06a6-4d77-9ac2-3b210215b6b8/model-vers/model-ver/5031c0d2-e003-481c-a12d-d26a7f326154?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220905-06:15:08:309-31161], vertex-id=[233632], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:15:08 GMT], Content-Type=[application/json]}
2022-09-05T06:15:08.574Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e60ef5f-06a6-4d77-9ac2-3b210215b6b8/model-vers/model-ver/5031c0d2-e003-481c-a12d-d26a7f326154?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:15:08.575Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e60ef5f-06a6-4d77-9ac2-3b210215b6b8/model-vers/model-ver/5031c0d2-e003-481c-a12d-d26a7f326154?depth=0|INFO|500||InvokeReturn
2022-09-05T06:15:08.580Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:15:08.581Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-05T06:15:08.594Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-05T06:15:08.596Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60fbda1a-c8d1-4147-a8ff-bef080ea5ed8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:15:08.597Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:15:08.598Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:08.601Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:08.601Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358508596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:15:08.700Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:15:08.702Z||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-09-05T06:15:08.702Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:08.741Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:08.743Z||pool-18-thread-1|||||INFO|500||cambria reply ok (42 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-09-05T06:15:09.619Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:15:09.620Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|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-09-05T06:15:09.620Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:14.565Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:14.567Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-05T06:15:14.567Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bfadbbb-0b44-47cb-bf38-929b4d509573","serviceName":"basic_onboard_oMolhL","serviceVersion":"1.0","serviceUUID":"2af64321-6b3a-4779-8ab1-4a05489bae0f","serviceDescription":"service","serviceInvariantUUID":"da79b6c7-60cc-4ea9-8927-6b322729fd10","resources":[{"resourceInstanceName":"basic_onboard_oMolhL 0","resourceName":"basic_onboard_oMolhL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"23625554-18bd-4c83-b8e6-a22d5294eb07","resourceInvariantUUID":"c35978ad-1fab-48db-a51e-fdb73ff99a80","resourceCustomizationUUID":"a1ca0e31-6696-4881-8458-b7d5bbc265e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml","artifactChecksum":"MTMwN2FmMWE2MzU0NmMyMWE2MmRiYzNkNTk3MzVlNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d4b3f940-d84e-4ba5-9bd0-6253e2672fcb","artifactVersion":"1"},{"artifactName":"basic_onboard_omolhl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json","artifactChecksum":"ZTM5NDA0MzQyMDgzYTA4ODFjMzYyNGFmNjkzZjkwMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0496d38-8cfa-4707-ad6b-88cfab66d646","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"29d03447-fa28-45e6-a5f8-d68973787b6d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6befe93-906e-4fc4-bac6-7022f64291a1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e","artifactVersion":"2","generatedFromUUID":"29d03447-fa28-45e6-a5f8-d68973787b6d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmolhl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml","artifactChecksum":"MjM5ODk5ZjNkMDI0NWZjM2U5NWI1NTUzY2MwNWYyNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"91125199-0bd8-4a76-a1c5-322d95c8b659","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmolhl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar","artifactChecksum":"Y2IwM2YzNGZiNGVkYmNiOTdlZjAxMjU3ZWY4MGFmNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83da73c3-22d0-431e-b524-6ade099075c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:15:14.575Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:15:14.576Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:14.581Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:14.582Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:15:14.680Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-05T06:15:14.681Z||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-09-05T06:15:14.681Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:14.821Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:14.822Z||pool-19-thread-1|||||INFO|500||cambria reply ok (142 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:15:15.585Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:15:15.586Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:15.588Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:15.589Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:15:15.689Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:15:15.690Z||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-09-05T06:15:15.690Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:15.746Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:15.747Z||pool-20-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:15:16.589Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:15:16.590Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:16.593Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:16.594Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:15:16.694Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:15:16.695Z||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-09-05T06:15:16.695Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:16.741Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:16.742Z||pool-21-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:15:17.594Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:15:17.595Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:17.598Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:17.598Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:15:17.699Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:15:17.701Z||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-09-05T06:15:17.702Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:17.734Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:17.735Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:15:18.603Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:15:18.604Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:18.606Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:18.606Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-05T06:15:18.706Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:15:18.708Z||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-09-05T06:15:18.708Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:18.774Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:18.775Z||pool-23-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:15:19.608Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:15:19.615Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:19.625Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:19.625Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:15:19.724Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:15:19.726Z||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-09-05T06:15:19.726Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:19.758Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:19.758Z||pool-24-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":2,"count":1}
2022-09-05T06:15:20.626Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:15:20.627Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:20.630Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:20.631Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:15:20.734Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-05T06:15:20.735Z||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-09-05T06:15:20.735Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:20.795Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:20.796Z||pool-25-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":2,"count":1}
2022-09-05T06:15:21.638Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "serviceName": "basic_onboard_oMolhL",
  "serviceVersion": "1.0",
  "serviceUUID": "2af64321-6b3a-4779-8ab1-4a05489bae0f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "da79b6c7-60cc-4ea9-8927-6b322729fd10",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_oMolhL 0",
      "resourceCustomizationUUID": "a1ca0e31-6696-4881-8458-b7d5bbc265e3",
      "resourceName": "basic_onboard_oMolhL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "23625554-18bd-4c83-b8e6-a22d5294eb07",
      "resourceInvariantUUID": "c35978ad-1fab-48db-a51e-fdb73ff99a80",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_omolhl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
          "artifactChecksum": "ZTM5NDA0MzQyMDgzYTA4ODFjMzYyNGFmNjkzZjkwMzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e0496d38-8cfa-4707-ad6b-88cfab66d646",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "29d03447-fa28-45e6-a5f8-d68973787b6d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e",
            "generatedFromUUID": "29d03447-fa28-45e6-a5f8-d68973787b6d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOmolhl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
      "artifactChecksum": "Y2IwM2YzNGZiNGVkYmNiOTdlZjAxMjU3ZWY4MGFmNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83da73c3-22d0-431e-b524-6ade099075c6"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:15:21.639Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:15:21.639Z|60fbda1a-c8d1-4147-a8ff-bef080ea5ed8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2af64321-6b3a-4779-8ab1-4a05489bae0f ASDC
2022-09-05T06:15:21.639Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8bfadbbb-0b44-47cb-bf38-929b4d509573
ServiceName:basic_onboard_oMolhL
ServiceVersion:1.0
ServiceUUID:2af64321-6b3a-4779-8ab1-4a05489bae0f
ServiceInvariantUUID:da79b6c7-60cc-4ea9-8927-6b322729fd10
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOmolhl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar
ArtifactUUID:83da73c3-22d0-431e-b524-6ade099075c6
ArtifactChecksum:Y2IwM2YzNGZiNGVkYmNiOTdlZjAxMjU3ZWY4MGFmNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oMolhL 0
ResourceCustomizationUUID:a1ca0e31-6696-4881-8458-b7d5bbc265e3
ResourceInvariantUUID:c35978ad-1fab-48db-a51e-fdb73ff99a80
ResourceName:basic_onboard_oMolhL
ResourceType:VF
ResourceUUID:23625554-18bd-4c83-b8e6-a22d5294eb07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_omolhl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json
ArtifactUUID:e0496d38-8cfa-4707-ad6b-88cfab66d646
ArtifactChecksum:ZTM5NDA0MzQyMDgzYTA4ODFjMzYyNGFmNjkzZjkwMzM=
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/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:29d03447-fa28-45e6-a5f8-d68973787b6d
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/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env
ArtifactUUID:83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e
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/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env
ArtifactUUID:83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-05T06:15:21.640Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2af64321-6b3a-4779-8ab1-4a05489bae0f 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-09-05T06:15:21.695Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:15:21.696Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-05T06:15:21.696Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-05T06:15:21.696Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 83da73c3-22d0-431e-b524-6ade099075c6 from URL: /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:21.696Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-05T06:15:21.697Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:21.888Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-05T06:15:21.892Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar 83da73c3-22d0-431e-b524-6ade099075c6 75209
2022-09-05T06:15:21.892Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar ASDC sendASDCNotification
2022-09-05T06:15:21.892Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:21.892Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:15:21.925Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:21.931Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:21.937Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358521892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:15:22.028Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-09-05T06:15:22.029Z||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-09-05T06:15:22.030Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:22.058Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:22.058Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:15:22.943Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:15:22.945Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-05T06:15:22.945Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 83da73c3-22d0-431e-b524-6ade099075c6, URL: /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar to file: /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:22.946Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:22.947Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:22.947Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:23.245Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16292776322609980970/Definitions/service-BasicOnboardOmolhl-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-05T06:15:25.229Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:15:25.230Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-05T06:15:25.230Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:25.231Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-05T06:15:25.231Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:25.231Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:25.231Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oMolhL 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:25.232Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:25.232Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:25.232Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:25.232Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:25.233Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-05T06:15:25.233Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.233Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:25.234Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is matching search criteria
2022-09-05T06:15:25.234Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-05T06:15:25.234Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_oMolhL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:15:25.235Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.235Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:25.235Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is matching search criteria
2022-09-05T06:15:25.236Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-05T06:15:25.236Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_oMolhL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:15:25.236Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.236Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:25.237Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.237Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is not matching search criteria
2022-09-05T06:15:25.237Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-05T06:15:25.238Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-05T06:15:25.238Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-05T06:15:25.238Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-05T06:15:25.238Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-05T06:15:25.239Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.239Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:15:25.239Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.240Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is matching search criteria
2022-09-05T06:15:25.240Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_oMolhL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:15:25.240Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.241Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is matching search criteria
2022-09-05T06:15:25.241Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_oMolhL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:15:25.241Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.242Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is matching search criteria
2022-09-05T06:15:25.242Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_oMolhL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:15:25.243Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.243Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is not matching search criteria
2022-09-05T06:15:25.243Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-05T06:15:25.244Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-05T06:15:25.244Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7ff666a3-3cc2-4eb2-ae53-b41de4d54d94
2022-09-05T06:15:25.244Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.244Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:25.245Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.245Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:25.245Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.246Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:25.246Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:25.246Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:25.247Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_oMolhL
Description:service
Model UUID:2af64321-6b3a-4779-8ab1-4a05489bae0f
Model Version:NULL
Model InvariantUuid:da79b6c7-60cc-4ea9-8927-6b322729fd10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_oMolhL
Model UUID:58dfedbb-b4d5-4b05-996d-ac1d2147e260
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c35978ad-1fab-48db-a51e-fdb73ff99a80
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a1ca0e31-6696-4881-8458-b7d5bbc265e3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e38c9aa4-fe4f-4219-b7e4-e284219630c8
ModelName:BasicOnboardOmolhl..base_ubuntu18..module-0
ModelUuid:fe4f88a5-3e0c-4d71-b4ac-aab77b35ed52
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7ff666a3-3cc2-4eb2-ae53-b41de4d54d94
ModelInvariantUuid:4b067028-a7ef-4feb-ad20-a686aec39eb9
ModelName:basic_onboard_oMolhL-nodes.ubuntu18Cvfc
ModelUuid:1e06038c-dea9-4369-9d4f-fb22f9cba305
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a8e51b04-b341-4d29-8cb9-8bd75ff4d15e
ModelInvariantUuid:2a6da5d9-c703-4fdb-a1ea-bd9d7a41b3af
ModelName:BasicOnboardOmolhl.compute.nodes.heat.ubuntu18
ModelUuid:8c534dc3-3b70-4297-83d1-7505a9fa8648
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-09-05T06:15:25.286Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 23625554-18bd-4c83-b8e6-a22d5294eb07
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-09-05T06:15:25.292Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||basic_onboard_oMolhL 0
2022-09-05T06:15:25.292Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 23625554-18bd-4c83-b8e6-a22d5294eb07
2022-09-05T06:15:25.292Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e0496d38-8cfa-4707-ad6b-88cfab66d646 from URL: /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json
2022-09-05T06:15:25.293Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-05T06:15:25.295Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json
2022-09-05T06:15:25.430Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-05T06:15:25.431Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json e0496d38-8cfa-4707-ad6b-88cfab66d646 798
2022-09-05T06:15:25.431Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json ASDC sendASDCNotification
2022-09-05T06:15:25.432Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json
2022-09-05T06:15:25.432Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:15:25.433Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:25.436Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:25.436Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358525431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:15:25.535Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:15:25.537Z||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-09-05T06:15:25.537Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:25.610Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:25.611Z||pool-27-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:15:26.437Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOmolhl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e38c9aa4-fe4f-4219-b7e4-e284219630c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe4f88a5-3e0c-4d71-b4ac-aab77b35ed52",
    "vfModuleModelCustomizationUUID": "b678baa3-1be7-4e38-928a-6e512ffa7936",
    "isBase": true,
    "artifacts": [
      "29d03447-fa28-45e6-a5f8-d68973787b6d",
      "83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e"
    ],
    "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-09-05T06:15:26.444Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOmolhl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe4f88a5-3e0c-4d71-b4ac-aab77b35ed52
VfModuleModelInvariantUUID:e38c9aa4-fe4f-4219-b7e4-e284219630c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
29d03447-fa28-45e6-a5f8-d68973787b6d
,
83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e

}
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-09-05T06:15:26.449Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOmolhl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e38c9aa4-fe4f-4219-b7e4-e284219630c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe4f88a5-3e0c-4d71-b4ac-aab77b35ed52",
    "vfModuleModelCustomizationUUID": "b678baa3-1be7-4e38-928a-6e512ffa7936",
    "isBase": true,
    "artifacts": [
      "29d03447-fa28-45e6-a5f8-d68973787b6d",
      "83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e"
    ],
    "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-09-05T06:15:26.450Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOmolhl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe4f88a5-3e0c-4d71-b4ac-aab77b35ed52
VfModuleModelInvariantUUID:e38c9aa4-fe4f-4219-b7e4-e284219630c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
29d03447-fa28-45e6-a5f8-d68973787b6d
,
83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e

}
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-09-05T06:15:26.451Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 29d03447-fa28-45e6-a5f8-d68973787b6d from URL: /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml
2022-09-05T06:15:26.451Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-05T06:15:26.451Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml
2022-09-05T06:15:26.563Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-05T06:15:26.564Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml 29d03447-fa28-45e6-a5f8-d68973787b6d 5033
2022-09-05T06:15:26.564Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-05T06:15:26.564Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml
2022-09-05T06:15:26.564Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:15:26.564Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:26.569Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:26.569Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358526564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:15:26.667Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-05T06:15:26.669Z||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-09-05T06:15:26.669Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:26.755Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:26.756Z||pool-28-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":2,"count":1}
2022-09-05T06:15:27.570Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e from URL: /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env
2022-09-05T06:15:27.571Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-05T06:15:27.571Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env
2022-09-05T06:15:27.724Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-05T06:15:27.724Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env 83e0f392-8e54-46ae-8f8a-b1dce6c6ee4e 909
2022-09-05T06:15:27.724Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-05T06:15:27.725Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env
2022-09-05T06:15:27.725Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:15:27.725Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:27.731Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:27.731Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358527724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:15:27.830Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:15:27.831Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:15:27.832Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:27.864Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:27.865Z||pool-29-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:15:28.732Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2af64321-6b3a-4779-8ab1-4a05489bae0f
2022-09-05T06:15:28.733Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oMolhL 0 23625554-18bd-4c83-b8e6-a22d5294eb07 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-09-05T06:15:28.766Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33af8d5d, org.onap.sdc.toscaparser.api.parameters.Input@39b99a90, org.onap.sdc.toscaparser.api.parameters.Input@23dd9b6a, org.onap.sdc.toscaparser.api.parameters.Input@26c64cd9, org.onap.sdc.toscaparser.api.parameters.Input@694ce839]
2022-09-05T06:15:28.768Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.769Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:28.770Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-09-05T06:15:28.770Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a1ca0e31-6696-4881-8458-b7d5bbc265e3
2022-09-05T06:15:28.770Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a1ca0e31-6696-4881-8458-b7d5bbc265e3 matches Tosca VF Customization UUID: a1ca0e31-6696-4881-8458-b7d5bbc265e3
2022-09-05T06:15:28.770Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a1ca0e31-6696-4881-8458-b7d5bbc265e3  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-09-05T06:15:28.774Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.775Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:28.776Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a1ca0e31-6696-4881-8458-b7d5bbc265e3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-05T06:15:28.777Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4729728f
2022-09-05T06:15:28.777Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.777Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:15:28.778Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b678baa3-1be7-4e38-928a-6e512ffa7936
2022-09-05T06:15:28.778Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b678baa3-1be7-4e38-928a-6e512ffa7936
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-09-05T06:15:28.783Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.784Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is matching search criteria
2022-09-05T06:15:28.784Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_oMolhL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:15:28.785Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.786Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is matching search criteria
2022-09-05T06:15:28.786Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_oMolhL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:15:28.787Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.787Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is not matching search criteria
2022-09-05T06:15:28.787Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-05T06:15:28.788Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-05T06:15:28.788Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7ff666a3-3cc2-4eb2-ae53-b41de4d54d94
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-09-05T06:15:28.793Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.793Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is matching search criteria
2022-09-05T06:15:28.794Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_oMolhL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:15:28.795Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.795Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_oMolhL 0 is matching search criteria
2022-09-05T06:15:28.795Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_oMolhL 0] matching following query criteria: sdcType=VF, customizationUUID=a1ca0e31-6696-4881-8458-b7d5bbc265e3
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-09-05T06:15:28.801Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.802Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:28.803Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2af64321-6b3a-4779-8ab1-4a05489bae0f: basic_onboard_oMolhL
2022-09-05T06:15:28.803Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.804Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:28.804Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.804Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:28.805Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.805Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:28.806Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.806Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:28.806Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:15:28.807Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_oMolhL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:15:28.807Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_oMolhL 
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-09-05T06:15:28.965Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oMolhL 23625554-18bd-4c83-b8e6-a22d5294eb07 1 ASDC deployResourceStructure
2022-09-05T06:15:28.966Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json ASDC sendASDCNotification
2022-09-05T06:15:28.966Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json
2022-09-05T06:15:28.966Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:15:28.967Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:28.977Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:28.978Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358528966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:15:29.073Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-05T06:15:29.075Z||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-09-05T06:15:29.076Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:29.131Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:29.132Z||pool-30-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:15:29.979Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-05T06:15:29.984Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml
2022-09-05T06:15:29.984Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:15:29.984Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:29.987Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:29.987Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358529979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:15:30.087Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:15:30.088Z||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-09-05T06:15:30.089Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:30.138Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:30.139Z||pool-31-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:15:30.994Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-05T06:15:30.995Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env
2022-09-05T06:15:30.995Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:15:30.995Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:30.998Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:30.999Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358530994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:15:31.100Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:15:31.102Z||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-09-05T06:15:31.102Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:31.179Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:31.180Z||pool-32-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:15:32.004Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar ASDC sendASDCNotification
2022-09-05T06:15:32.005Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar
2022-09-05T06:15:32.005Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:15:32.006Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:15:32.008Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:15:32.008Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358532004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:15:32.108Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:15:32.109Z||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-09-05T06:15:32.110Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:32.141Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:32.143Z||pool-33-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:15:33.009Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bfadbbb-0b44-47cb-bf38-929b4d509573
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:15:33.023Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bfadbbb-0b44-47cb-bf38-929b4d509573
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-09-05T06:15:33.028Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:15:33.028Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:15:33.029Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:15:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:15:48.228Z||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-09-05T06:15:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:15:48.426Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:15:48.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:15:48.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358362592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:15:48.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:15:48.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:15:48.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358364056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:15:48.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:15:48.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:15:48.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358364056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:15:48.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:15:48.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:15:48.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358372021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:15:48.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:15:48.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:15:48.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358377283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:15:48.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:15:48.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:15:48.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358378323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:15:48.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:15:48.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:15:48.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "clamp",
  "timestamp": 1662358379326,
  "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-09-05T06:15:48.441Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8bfadbbb-0b44-47cb-bf38-929b4d509573
2022-09-05T06:15:48.441Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bfadbbb-0b44-47cb-bf38-929b4d509573 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-09-05T06:15:48.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:15:48.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358390131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:15:48.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:15:48.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-05T06:15:48.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "aai-ml",
  "timestamp": 1662358391140,
  "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-09-05T06:15:48.460Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8bfadbbb-0b44-47cb-bf38-929b4d509573
2022-09-05T06:15:48.460Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bfadbbb-0b44-47cb-bf38-929b4d509573 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-09-05T06:16:03.029Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bfadbbb-0b44-47cb-bf38-929b4d509573
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:16:03.043Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bfadbbb-0b44-47cb-bf38-929b4d509573
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-09-05T06:16:03.054Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:16:03.054Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:16:03.054Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:16:03.054Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:16:03.055Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:16:03.055Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:16:03.055Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:16:03.055Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:16:03.055Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:16:03.055Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:16:03.056Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:16:03.066Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:16:33.067Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8bfadbbb-0b44-47cb-bf38-929b4d509573 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-09-05T06:16:33.078Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8bfadbbb-0b44-47cb-bf38-929b4d509573 and serviceModelVersionId: 2af64321-6b3a-4779-8ab1-4a05489bae0f
2022-09-05T06:16:33.078Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da79b6c7-60cc-4ea9-8927-6b322729fd10
2022-09-05T06:16:33.080Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da79b6c7-60cc-4ea9-8927-6b322729fd10/model-vers/model-ver/2af64321-6b3a-4779-8ab1-4a05489bae0f?depth=0
2022-09-05T06:16:33.091Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:16:33.189Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da79b6c7-60cc-4ea9-8927-6b322729fd10/model-vers/model-ver/2af64321-6b3a-4779-8ab1-4a05489bae0f?depth=0|INFO|500||Invoke
2022-09-05T06:16:33.190Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da79b6c7-60cc-4ea9-8927-6b322729fd10/model-vers/model-ver/2af64321-6b3a-4779-8ab1-4a05489bae0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da79b6c7-60cc-4ea9-8927-6b322729fd10/model-vers/model-ver/2af64321-6b3a-4779-8ab1-4a05489bae0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8bfadbbb-0b44-47cb-bf38-929b4d509573], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bfbf8c05-8ad6-49bf-96f1-dcb9b6ba8931], X-ECOMP-RequestID=[8bfadbbb-0b44-47cb-bf38-929b4d509573], X-TransactionId=[], X-ONAP-RequestID=[8bfadbbb-0b44-47cb-bf38-929b4d509573], Content-Type=[application/merge-patch+json]}
2022-09-05T06:16:33.232Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da79b6c7-60cc-4ea9-8927-6b322729fd10/model-vers/model-ver/2af64321-6b3a-4779-8ab1-4a05489bae0f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:16:33.659Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da79b6c7-60cc-4ea9-8927-6b322729fd10/model-vers/model-ver/2af64321-6b3a-4779-8ab1-4a05489bae0f?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/da79b6c7-60cc-4ea9-8927-6b322729fd10/model-vers/model-ver/2af64321-6b3a-4779-8ab1-4a05489bae0f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220905-06:16:33:193-83920], vertex-id=[196744], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:16:33 GMT], Content-Type=[application/json]}
2022-09-05T06:16:33.660Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da79b6c7-60cc-4ea9-8927-6b322729fd10/model-vers/model-ver/2af64321-6b3a-4779-8ab1-4a05489bae0f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:16:33.661Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da79b6c7-60cc-4ea9-8927-6b322729fd10/model-vers/model-ver/2af64321-6b3a-4779-8ab1-4a05489bae0f?depth=0|INFO|500||InvokeReturn
2022-09-05T06:16:33.662Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:16:33.662Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-05T06:16:33.676Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-05T06:16:33.676Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8bfadbbb-0b44-47cb-bf38-929b4d509573 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:16:33.676Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:16:33.677Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:16:33.681Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:16:33.681Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358593676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:16:33.780Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:16:33.781Z||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-09-05T06:16:33.781Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:16:33.870Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:16:33.871Z||pool-34-thread-1|||||INFO|500||cambria reply ok (91 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-09-05T06:16:34.695Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:16:34.699Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:16:34.699Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:16:44.417Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:16:44.418Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:16:44.418Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:16:44.419Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:16:48.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:16:48.229Z||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-09-05T06:16:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:16:48.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:16:48.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60fbda1a-c8d1-4147-a8ff-bef080ea5ed8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358508596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:16:48.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:16:48.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:16:48.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:16:48.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:16:48.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:16:48.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:16:48.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:16:48.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:16:48.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:16:48.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-05T06:16:48.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:16:48.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:16:48.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:16:48.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358509619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:16:48.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:16:48.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358521892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:16:48.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:16:48.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358525431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:16:48.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:16:48.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358526564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:16:48.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:16:48.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358527724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:16:48.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:16:48.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358528966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/basic_onboard_omolhl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:16:48.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:16:48.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358529979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:16:48.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:16:48.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358530994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/resourceInstances/basic_onboard_omolhl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:16:48.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:16:48.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-05T06:16:48.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358532004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmolhl/1.0/artifacts/service-BasicOnboardOmolhl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:16:48.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:16:54.152Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:16:54.153Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:16:54.153Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:16:54.153Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:17:03.855Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:17:03.856Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:17:03.857Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:17:03.857Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:17:13.546Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:17:48.195Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:17:48.198Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:17:48.198Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:17:48.228Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:17:48.230Z||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-09-05T06:17:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:17:48.862Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:17:48.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-05T06:17:48.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfadbbb-0b44-47cb-bf38-929b4d509573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662358593676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:17:48.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:17:57.970Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:18:48.187Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:18:48.192Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:18:48.192Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:18:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:18:48.229Z||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-09-05T06:18:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:18:58.022Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:18:58.027Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:19:48.185Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:19:48.186Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:19:48.187Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:19:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:19:48.229Z||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-09-05T06:19:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:19:58.094Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:19:58.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:20:48.185Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:20:48.187Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:20:48.187Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:20:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:20:48.229Z||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-09-05T06:20:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:20:58.086Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:20:58.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:21:48.185Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:21:48.187Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:21:48.188Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:21:48.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:21:48.229Z||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-09-05T06:21:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:21:57.991Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:21:58.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:22:48.185Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:22:48.187Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:22:48.187Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:22:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:22:48.230Z||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-09-05T06:22:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:22:58.017Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:22:58.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:23:48.186Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:23:48.193Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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-09-05T06:23:48.196Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:23:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:23:48.229Z||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-09-05T06:23:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:23:51.249Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:23:51.250Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-05T06:23:51.251Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"95dd3337-4015-4455-9ae0-27b8613fd745","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ecf5a5f0-09d4-49d8-8874-427a8453388f","serviceDescription":"service","serviceInvariantUUID":"bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"84253336-cb3c-4f7b-8b8a-13b9492f3767","resourceInvariantUUID":"014cd713-a1f1-40f1-867a-c8dd158f575f","resourceCustomizationUUID":"7f57cfe6-bd4f-47e7-9be7-a502836b0248","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":"N2I2OWZlNDIxYjQ2YjMwMzVkNjYwM2ZiMjVjMDViMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4767543c-bcc1-4ad2-9fe6-83b9bd907e6a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGJmOWVlNTg2ZDNlZDAzMDk5OWUwNzkyZjIzMTQ1MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d1b7b98-7632-410a-911c-a59d943fb318","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:23:51.262Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:23:51.263Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:23:51.268Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:23:51.268Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359028186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:23:51.370Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-05T06:23:51.371Z||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-09-05T06:23:51.371Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:23:51.573Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:23:51.574Z||pool-35-thread-1|||||INFO|500||cambria reply ok (204 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:23:51.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:23:51.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:23:51.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "clamp",
  "timestamp": 1662359022594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:23:51.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:23:52.270Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:23:52.271Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:23:52.283Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:23:52.284Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359028186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:23:52.383Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:23:52.384Z||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-09-05T06:23:52.384Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:23:52.605Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:23:52.606Z||pool-36-thread-1|||||INFO|500||cambria reply ok (223 ms):{"serverTimeMs":10,"count":1}
2022-09-05T06:23:53.286Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ecf5a5f0-09d4-49d8-8874-427a8453388f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7f57cfe6-bd4f-47e7-9be7-a502836b0248",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "84253336-cb3c-4f7b-8b8a-13b9492f3767",
      "resourceInvariantUUID": "014cd713-a1f1-40f1-867a-c8dd158f575f",
      "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": "NGJmOWVlNTg2ZDNlZDAzMDk5OWUwNzkyZjIzMTQ1MDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d1b7b98-7632-410a-911c-a59d943fb318"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:23:53.287Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:23:53.287Z|8bfadbbb-0b44-47cb-bf38-929b4d509573|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ecf5a5f0-09d4-49d8-8874-427a8453388f ASDC
2022-09-05T06:23:53.288Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:95dd3337-4015-4455-9ae0-27b8613fd745
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ecf5a5f0-09d4-49d8-8874-427a8453388f
ServiceInvariantUUID:bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f
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:1d1b7b98-7632-410a-911c-a59d943fb318
ArtifactChecksum:NGJmOWVlNTg2ZDNlZDAzMDk5OWUwNzkyZjIzMTQ1MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7f57cfe6-bd4f-47e7-9be7-a502836b0248
ResourceInvariantUUID:014cd713-a1f1-40f1-867a-c8dd158f575f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:84253336-cb3c-4f7b-8b8a-13b9492f3767
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-05T06:23:53.288Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ecf5a5f0-09d4-49d8-8874-427a8453388f 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-09-05T06:23:53.343Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:23:53.344Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-05T06:23:53.345Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-05T06:23:53.345Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1d1b7b98-7632-410a-911c-a59d943fb318 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-05T06:23:53.345Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-05T06:23:53.346Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-05T06:23:53.566Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-05T06:23:53.570Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1d1b7b98-7632-410a-911c-a59d943fb318 57656
2022-09-05T06:23:53.570Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-05T06:23:53.571Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-05T06:23:53.571Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:23:53.572Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:23:53.574Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:23:53.575Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:23:53.675Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:23:53.677Z||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-09-05T06:23:53.677Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:23:53.906Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:23:53.908Z||pool-37-thread-1|||||INFO|500||cambria reply ok (232 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:23:54.575Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:23:54.577Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-05T06:23:54.577Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1d1b7b98-7632-410a-911c-a59d943fb318, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-05T06:23:54.577Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-05T06:23:54.578Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-05T06:23:54.578Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-05T06:23:54.943Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14119601992832303189/Definitions/service-BasicNetwork-template.yml
2022-09-05T06:23:55.813Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:23:55.814Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-05T06:23:55.814Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-05T06:23:55.814Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-05T06:23:55.814Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:55.814Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:55.815Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:55.815Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:55.815Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-05T06:23:55.815Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:55.815Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:55.815Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:55.816Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-05T06:23:55.816Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.817Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.817Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-05T06:23:55.817Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-05T06:23:55.817Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:23:55.818Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.818Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.818Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-05T06:23:55.819Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-05T06:23:55.820Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:23:55.820Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.820Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.820Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.821Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.821Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.821Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.822Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.822Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.822Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.822Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.822Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ecf5a5f0-09d4-49d8-8874-427a8453388f
Model Version:NULL
Model InvariantUuid:bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:014cd713-a1f1-40f1-867a-c8dd158f575f
Model UUID:0724514f-1e4f-42f9-bd6d-6f400aef71b8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7f57cfe6-bd4f-47e7-9be7-a502836b0248
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-09-05T06:23:55.850Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 84253336-cb3c-4f7b-8b8a-13b9492f3767
2022-09-05T06:23:55.850Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||No resources found for Service: ecf5a5f0-09d4-49d8-8874-427a8453388f
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-09-05T06:23:55.859Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||
2022-09-05T06:23:55.860Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-05T06:23:55.862Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||No resources found for Service: ecf5a5f0-09d4-49d8-8874-427a8453388f
2022-09-05T06:23:55.862Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ecf5a5f0-09d4-49d8-8874-427a8453388f
2022-09-05T06:23:55.862Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-05T06:23:55.863Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:55.873Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c555b1, org.onap.sdc.toscaparser.api.parameters.Input@21795f84, org.onap.sdc.toscaparser.api.parameters.Input@4fe695a3, org.onap.sdc.toscaparser.api.parameters.Input@48758391, org.onap.sdc.toscaparser.api.parameters.Input@65b03ff3]
2022-09-05T06:23:55.876Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.876Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.876Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.877Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.877Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ecf5a5f0-09d4-49d8-8874-427a8453388f: Generic NeutronNet
2022-09-05T06:23:55.877Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.877Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.878Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.878Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:55.952Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.954Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.954Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.954Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.955Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:23:55.955Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:23:55.955Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||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-09-05T06:23:56.111Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-05T06:23:56.111Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-05T06:23:56.111Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-05T06:23:56.111Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:23:56.112Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:23:56.115Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:23:56.116Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359036111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:23:56.215Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:23:56.216Z||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-09-05T06:23:56.216Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:23:56.577Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:23:56.578Z||pool-38-thread-1|||||INFO|500||cambria reply ok (362 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:23:57.117Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:23:57.132Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
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-09-05T06:23:57.136Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:23:57.136Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:23:57.137Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:24:27.141Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:24:27.188Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
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-09-05T06:24:27.190Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:24:27.191Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:24:27.191Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:24:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:24:48.229Z||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-09-05T06:24:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:24:48.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:24:48.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:24:48.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359029422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:24:48.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:24:57.191Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:24:57.207Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
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-09-05T06:24:57.209Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:24:57.209Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:24:57.209Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:25:27.209Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:25:27.223Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
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-09-05T06:25:27.230Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:25:27.230Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:25:27.230Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:25:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:25:48.229Z||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-09-05T06:25:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:25:48.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:25:48.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:25:48.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359028186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:25:48.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:25:57.231Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:25:57.245Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
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-09-05T06:25:57.249Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:25:57.249Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:25:57.250Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:26:27.251Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:26:27.276Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
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-09-05T06:26:27.281Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:26:27.281Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:26:27.281Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:26:48.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:26:48.232Z||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-09-05T06:26:48.232Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:26:48.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:26:48.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "cds",
  "timestamp": 1662359032666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:26:48.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359029422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:26:48.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "clamp",
  "timestamp": 1662359022594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:26:48.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359028186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:26:48.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "cds",
  "timestamp": 1662359032666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:26:48.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:26:48.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "cds",
  "timestamp": 1662359035591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:26:48.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "cds",
  "timestamp": 1662359036613,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:26:48.494Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95dd3337-4015-4455-9ae0-27b8613fd745
2022-09-05T06:26:48.494Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd3337-4015-4455-9ae0-27b8613fd745 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-09-05T06:26:48.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359036111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:26:48.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "aai-ml",
  "timestamp": 1662359036367,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:26:48.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "aai-ml",
  "timestamp": 1662359036367,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:26:48.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "aai-ml",
  "timestamp": 1662359039565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "policy-id",
  "timestamp": 1662359038827,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "clamp",
  "timestamp": 1662359040583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "policy-id",
  "timestamp": 1662359038827,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:26:48.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359040809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:26:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "policy-id",
  "timestamp": 1662359041840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:26:48.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359040809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "policy-id",
  "timestamp": 1662359042845,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "clamp",
  "timestamp": 1662359043589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359043397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "policy-id",
  "timestamp": 1662359043851,
  "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-09-05T06:26:48.547Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95dd3337-4015-4455-9ae0-27b8613fd745
2022-09-05T06:26:48.548Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd3337-4015-4455-9ae0-27b8613fd745 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-09-05T06:26:48.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "clamp",
  "timestamp": 1662359044593,
  "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-09-05T06:26:48.584Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95dd3337-4015-4455-9ae0-27b8613fd745
2022-09-05T06:26:48.584Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd3337-4015-4455-9ae0-27b8613fd745 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-09-05T06:26:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359043397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:26:48.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:26:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359046608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:26:48.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359048754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:26:48.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "aai-ml",
  "timestamp": 1662359049174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:26:48.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:26:48.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359049760,
  "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-09-05T06:26:48.612Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95dd3337-4015-4455-9ae0-27b8613fd745
2022-09-05T06:26:48.612Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd3337-4015-4455-9ae0-27b8613fd745 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-09-05T06:26:48.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:26:48.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "aai-ml",
  "timestamp": 1662359050182,
  "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-09-05T06:26:48.636Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95dd3337-4015-4455-9ae0-27b8613fd745
2022-09-05T06:26:48.636Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd3337-4015-4455-9ae0-27b8613fd745 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-09-05T06:26:57.281Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:26:57.309Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745
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-09-05T06:26:57.313Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:26:57.313Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:26:57.313Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:26:57.313Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:26:57.313Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:26:57.314Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:26:57.314Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:26:57.314Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:26:57.314Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:26:57.314Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:26:57.314Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:26:57.333Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:27:27.334Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95dd3337-4015-4455-9ae0-27b8613fd745 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-09-05T06:27:27.348Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95dd3337-4015-4455-9ae0-27b8613fd745 and serviceModelVersionId: ecf5a5f0-09d4-49d8-8874-427a8453388f
2022-09-05T06:27:27.349Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f
2022-09-05T06:27:27.351Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f/model-vers/model-ver/ecf5a5f0-09d4-49d8-8874-427a8453388f?depth=0
2022-09-05T06:27:27.373Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:27:27.462Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f/model-vers/model-ver/ecf5a5f0-09d4-49d8-8874-427a8453388f?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-09-05T06:27:27.465Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f/model-vers/model-ver/ecf5a5f0-09d4-49d8-8874-427a8453388f?depth=0|INFO|500||Invoke
2022-09-05T06:27:27.500Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f/model-vers/model-ver/ecf5a5f0-09d4-49d8-8874-427a8453388f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:27:27.693Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f/model-vers/model-ver/ecf5a5f0-09d4-49d8-8874-427a8453388f?depth=0|INFO|500||InvokeReturn
2022-09-05T06:27:27.700Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf0e9a29-642f-4494-b6ab-2d8f18eb5e2f/model-vers/model-ver/ecf5a5f0-09d4-49d8-8874-427a8453388f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220905-06:27:27:428-61596], vertex-id=[176136], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:27:27 GMT], Content-Type=[application/json]}
2022-09-05T06:27:27.701Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:27:27.702Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:27:27.702Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-05T06:27:27.715Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-05T06:27:27.716Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95dd3337-4015-4455-9ae0-27b8613fd745 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:27:27.716Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:27:27.717Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:27.720Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:27.720Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359247716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:27:27.820Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:27:27.821Z||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-09-05T06:27:27.822Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:27.853Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:27.854Z||pool-39-thread-1|||||INFO|500||cambria reply ok (34 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-09-05T06:27:28.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:27:28.743Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:27:28.744Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:33.800Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:33.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-05T06:27:33.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"95deec03-6411-4dce-9df2-233fab0944ca","serviceName":"Demo_pNF_BvzC0vj9yYhzuGoPHvn2","serviceVersion":"1.0","serviceUUID":"3f64cbc4-4af0-443c-a840-8b1bf99b62e2","serviceDescription":"catalog service description","serviceInvariantUUID":"8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a","resources":[{"resourceInstanceName":"pNF e8ebc393-29ba 0","resourceName":"pNF e8ebc393-29ba","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"decee9d3-7eaa-4224-a68f-1800d0d0ff68","resourceInvariantUUID":"e0124b9c-3a27-4778-aa49-da1cdde5cb5f","resourceCustomizationUUID":"e7b6aac4-48b4-49f6-9112-dd3fa00ebe36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml","artifactChecksum":"ZGZmZTdhMjIwMzkxMmYxMTQ3YzBjZTNjM2UyMGZlOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4d7b4fc4-d194-4922-8108-806485a989c7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar","artifactChecksum":"NjEzMGIwNDhhNDcxMzVmNDZjYTE1YTlmMjY3YmMxZWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05091a02-732c-4eb2-81f1-be7b335b1e16","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24e75523-f5f1-4a2d-aa8b-d08263bbfe0c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml","artifactChecksum":"NWM2OTVkMWQzZWYyYWNlNWFiNGQ3NDBhN2U4NjNiYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a7f7ba9-3865-40ba-be39-7d5d52f1c364","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0215caf-74e6-48c8-9474-c14987a06aa9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5a9b0871-9bb0-423f-9675-44ddab8b9d93","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml","artifactChecksum":"N2E5NzgyNzNmOTg1MWY2NzhiMTEwYmE3ZDQ2OTg2NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eeb068d3-d8df-4d16-8fc1-d7ddc3f86412","artifactVersion":"1"},{"artifactName":"service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar","artifactChecksum":"MDUyNjBhMmIwOTIwMTNhMmQwMjM1YmQ4Y2I0OTc3OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5112a0f8-c538-415b-b6b1-0430b389663f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:27:33.806Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:27:33.807Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:33.809Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:33.810Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:33.910Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:27:33.912Z||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-09-05T06:27:33.912Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:34.072Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:34.072Z||pool-40-thread-1|||||INFO|500||cambria reply ok (161 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:27:34.812Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:27:34.814Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:34.818Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:34.818Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:34.920Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-05T06:27:34.921Z||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-09-05T06:27:34.922Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:35.069Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:35.070Z||pool-41-thread-1|||||INFO|500||cambria reply ok (149 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:27:35.819Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:27:35.822Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:35.824Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:35.825Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:35.926Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:27:35.927Z||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-09-05T06:27:35.933Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:36.030Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:36.031Z||pool-42-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:27:36.825Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:27:36.827Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:36.830Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:36.831Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:36.931Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:27:36.932Z||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-09-05T06:27:36.932Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:36.973Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:36.974Z||pool-43-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:27:37.832Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:27:37.833Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:37.836Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:37.836Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:37.936Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:27:37.937Z||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-09-05T06:27:37.938Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:38.019Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:38.019Z||pool-44-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:27:38.836Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:27:38.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:38.840Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:38.840Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:38.940Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:27:38.942Z||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-09-05T06:27:38.942Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:38.998Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:38.998Z||pool-45-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:27:39.843Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:27:39.844Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:39.849Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:39.849Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:39.949Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:27:39.950Z||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-09-05T06:27:39.951Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:40.011Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:40.011Z||pool-46-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:27:40.852Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:27:40.854Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:40.858Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:40.859Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:40.957Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-05T06:27:40.959Z||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-09-05T06:27:40.959Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:40.993Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:40.994Z||pool-47-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:27:41.863Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "serviceName": "Demo_pNF_BvzC0vj9yYhzuGoPHvn2",
  "serviceVersion": "1.0",
  "serviceUUID": "3f64cbc4-4af0-443c-a840-8b1bf99b62e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a",
  "resources": [
    {
      "resourceInstanceName": "pNF e8ebc393-29ba 0",
      "resourceCustomizationUUID": "e7b6aac4-48b4-49f6-9112-dd3fa00ebe36",
      "resourceName": "pNF e8ebc393-29ba",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "decee9d3-7eaa-4224-a68f-1800d0d0ff68",
      "resourceInvariantUUID": "e0124b9c-3a27-4778-aa49-da1cdde5cb5f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
      "artifactChecksum": "MDUyNjBhMmIwOTIwMTNhMmQwMjM1YmQ4Y2I0OTc3OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5112a0f8-c538-415b-b6b1-0430b389663f"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:27:41.874Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:27:41.874Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f64cbc4-4af0-443c-a840-8b1bf99b62e2 ASDC
2022-09-05T06:27:41.876Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:95deec03-6411-4dce-9df2-233fab0944ca
ServiceName:Demo_pNF_BvzC0vj9yYhzuGoPHvn2
ServiceVersion:1.0
ServiceUUID:3f64cbc4-4af0-443c-a840-8b1bf99b62e2
ServiceInvariantUUID:8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
ArtifactUUID:5112a0f8-c538-415b-b6b1-0430b389663f
ArtifactChecksum:MDUyNjBhMmIwOTIwMTNhMmQwMjM1YmQ4Y2I0OTc3OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e8ebc393-29ba 0
ResourceCustomizationUUID:e7b6aac4-48b4-49f6-9112-dd3fa00ebe36
ResourceInvariantUUID:e0124b9c-3a27-4778-aa49-da1cdde5cb5f
ResourceName:pNF e8ebc393-29ba
ResourceType:PNF
ResourceUUID:decee9d3-7eaa-4224-a68f-1800d0d0ff68
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-05T06:27:41.876Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f64cbc4-4af0-443c-a840-8b1bf99b62e2 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-09-05T06:27:41.926Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:27:41.927Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-05T06:27:41.927Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-05T06:27:41.928Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5112a0f8-c538-415b-b6b1-0430b389663f from URL: /sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:41.928Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:27:41.928Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:42.025Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:27:42.034Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar 5112a0f8-c538-415b-b6b1-0430b389663f 87771
2022-09-05T06:27:42.035Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar ASDC sendASDCNotification
2022-09-05T06:27:42.035Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:42.035Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:27:42.036Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:42.045Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:42.045Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359262035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:42.149Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-05T06:27:42.150Z||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-09-05T06:27:42.150Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:42.234Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:42.234Z||pool-48-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:27:43.046Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:27:43.047Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-05T06:27:43.048Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5112a0f8-c538-415b-b6b1-0430b389663f, URL: /sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar to file: /app/ASDC/1/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:43.048Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:43.051Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:43.052Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:43.333Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6003164742994704035/Definitions/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml
2022-09-05T06:27:44.798Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:27:44.798Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-05T06:27:44.799Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:44.799Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-05T06:27:44.799Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e8ebc393-29ba 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-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:44.799Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||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-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:44.799Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:44.799Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||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-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:44.800Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||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-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:44.800Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||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-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:44.800Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||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-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:44.800Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-05T06:27:44.800Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:27:44.801Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BvzC0vj9yYhzuGoPHvn2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:27:44.801Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Node template pNF e8ebc393-29ba 0 is matching search criteria
2022-09-05T06:27:44.801Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-05T06:27:44.802Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e8ebc393-29ba 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:27:44.802Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:27:44.802Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BvzC0vj9yYhzuGoPHvn2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:27:44.802Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Node template pNF e8ebc393-29ba 0 is matching search criteria
2022-09-05T06:27:44.803Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-05T06:27:44.803Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e8ebc393-29ba 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:27:44.803Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:27:44.803Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BvzC0vj9yYhzuGoPHvn2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:27:44.803Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:27:44.804Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BvzC0vj9yYhzuGoPHvn2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:27:44.804Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:27:44.804Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BvzC0vj9yYhzuGoPHvn2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:27:44.804Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:27:44.804Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BvzC0vj9yYhzuGoPHvn2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:27:44.805Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:27:44.805Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BvzC0vj9yYhzuGoPHvn2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:27:44.805Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BvzC0vj9yYhzuGoPHvn2
Description:catalog service description
Model UUID:3f64cbc4-4af0-443c-a840-8b1bf99b62e2
Model Version:NULL
Model InvariantUuid:8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a
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-09-05T06:27:44.819Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: decee9d3-7eaa-4224-a68f-1800d0d0ff68
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-09-05T06:27:44.828Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||pNF e8ebc393-29ba 0
2022-09-05T06:27:44.828Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: decee9d3-7eaa-4224-a68f-1800d0d0ff68
2022-09-05T06:27:44.828Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3f64cbc4-4af0-443c-a840-8b1bf99b62e2
2022-09-05T06:27:44.828Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3f64cbc4-4af0-443c-a840-8b1bf99b62e2
2022-09-05T06:27:44.829Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e8ebc393-29ba 0 decee9d3-7eaa-4224-a68f-1800d0d0ff68 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-09-05T06:27:44.838Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39951c63, org.onap.sdc.toscaparser.api.parameters.Input@db8eae7, org.onap.sdc.toscaparser.api.parameters.Input@318f5ddd, org.onap.sdc.toscaparser.api.parameters.Input@64c1b449, org.onap.sdc.toscaparser.api.parameters.Input@75a6cab6]
2022-09-05T06:27:44.839Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:27:44.839Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BvzC0vj9yYhzuGoPHvn2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:27:44.839Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3f64cbc4-4af0-443c-a840-8b1bf99b62e2: pNF e8ebc393-29ba
2022-09-05T06:27:44.840Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||Processing PNF resource: decee9d3-7eaa-4224-a68f-1800d0d0ff68
2022-09-05T06:27:44.840Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:27:44.840Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_BvzC0vj9yYhzuGoPHvn2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:27:44.840Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||Resource customization UUID: e7b6aac4-48b4-49f6-9112-dd3fa00ebe36 is the same as notified resource customizationUUID: e7b6aac4-48b4-49f6-9112-dd3fa00ebe36
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-09-05T06:27:45.011Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e8ebc393-29ba decee9d3-7eaa-4224-a68f-1800d0d0ff68 0 ASDC deployResourceStructure
2022-09-05T06:27:45.013Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar ASDC sendASDCNotification
2022-09-05T06:27:45.013Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar
2022-09-05T06:27:45.013Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:27:45.014Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:27:45.019Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:27:45.019Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359265012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:27:45.125Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-05T06:27:45.126Z||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-09-05T06:27:45.126Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:45.177Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:45.178Z||pool-49-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:27:46.021Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95deec03-6411-4dce-9df2-233fab0944ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:27:46.042Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95deec03-6411-4dce-9df2-233fab0944ca
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-09-05T06:27:46.047Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:27:46.048Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:27:46.048Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:27:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:27:48.232Z||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-09-05T06:27:48.232Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:27:48.320Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:27:48.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359103398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359107666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359100809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359107666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359103398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359100809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359109424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359103398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359100809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359107666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359109424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359100809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359103398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359107666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359109424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359112594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359103398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359107666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359100809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359109424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359112594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359100809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359103398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359107666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359109424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359112594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359107666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359100809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359103398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359109424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359112594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359107666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359100809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359103398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359109424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359112594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359119061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359117993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359109424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359112594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "cds",
  "timestamp": 1662359120078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-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-09-05T06:27:48.450Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95deec03-6411-4dce-9df2-233fab0944ca
2022-09-05T06:27:48.452Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95deec03-6411-4dce-9df2-233fab0944ca 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-09-05T06:27:48.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359112594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359118434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359118829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359120238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:27:48.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359112594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359118829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359119913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:27:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359121243,
  "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-09-05T06:27:48.493Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95deec03-6411-4dce-9df2-233fab0944ca
2022-09-05T06:27:48.493Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95deec03-6411-4dce-9df2-233fab0944ca 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-09-05T06:27:48.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359118829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359120927,
  "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-09-05T06:27:48.576Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 95deec03-6411-4dce-9df2-233fab0944ca
2022-09-05T06:27:48.581Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95deec03-6411-4dce-9df2-233fab0944ca 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-09-05T06:27:48.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359118829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359118829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359124637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359118829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359118829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359118829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359127648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:27:48.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359127260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "clamp",
  "timestamp": 1662359128659,
  "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-09-05T06:27:48.625Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95deec03-6411-4dce-9df2-233fab0944ca
2022-09-05T06:27:48.625Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95deec03-6411-4dce-9df2-233fab0944ca 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-09-05T06:27:48.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359128268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:27:48.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359129070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "cds",
  "timestamp": 1662359130662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "policy-id",
  "timestamp": 1662359129272,
  "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-09-05T06:27:48.664Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95deec03-6411-4dce-9df2-233fab0944ca
2022-09-05T06:27:48.665Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95deec03-6411-4dce-9df2-233fab0944ca 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-09-05T06:27:48.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359130214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.688Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "cds",
  "timestamp": 1662359131673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-05T06:27:48.745Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75d73b9f-bbf8-41f9-9a72-2637af6a8112
2022-09-05T06:27:48.746Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d73b9f-bbf8-41f9-9a72-2637af6a8112 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-09-05T06:27:48.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359131372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359132440,
  "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-09-05T06:27:48.788Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75d73b9f-bbf8-41f9-9a72-2637af6a8112
2022-09-05T06:27:48.789Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d73b9f-bbf8-41f9-9a72-2637af6a8112 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-09-05T06:27:48.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.808Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.808Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359133450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:27:48.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359135732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359122666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359141951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359141445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "cds",
  "timestamp": 1662359142961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-05T06:27:48.868Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ad82944-726c-44ab-a265-4d8ec51ed8eb
2022-09-05T06:27:48.869Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad82944-726c-44ab-a265-4d8ec51ed8eb 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-09-05T06:27:48.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359120810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359143690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359144504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:27:48.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359144786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359145511,
  "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-09-05T06:27:48.937Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75d73b9f-bbf8-41f9-9a72-2637af6a8112
2022-09-05T06:27:48.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d73b9f-bbf8-41f9-9a72-2637af6a8112 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-09-05T06:27:48.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359145907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:27:48.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359129422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359146434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:27:48.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:48.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:48.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359146977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359146750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:27:48.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:27:48.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:48.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "aai-ml",
  "timestamp": 1662359147442,
  "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-09-05T06:27:48.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95deec03-6411-4dce-9df2-233fab0944ca
2022-09-05T06:27:48.996Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95deec03-6411-4dce-9df2-233fab0944ca 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-09-05T06:27:49.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:49.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:49.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:49.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:49.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:49.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:49.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:49.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359148118,
  "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-09-05T06:27:49.050Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ad82944-726c-44ab-a265-4d8ec51ed8eb
2022-09-05T06:27:49.050Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad82944-726c-44ab-a265-4d8ec51ed8eb 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-09-05T06:27:49.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:49.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:49.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:49.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:49.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:27:49.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:27:49.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:27:49.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359147758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:27:49.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:16.049Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95deec03-6411-4dce-9df2-233fab0944ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:28:16.064Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95deec03-6411-4dce-9df2-233fab0944ca
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-09-05T06:28:16.075Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:28:16.075Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:28:16.076Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:28:16.076Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:28:16.076Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:28:16.076Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:28:16.077Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:28:16.077Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:28:16.077Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:28:16.077Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:28:16.077Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:28:16.077Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||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-09-05T06:28:16.087Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:28:46.087Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95deec03-6411-4dce-9df2-233fab0944ca 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-09-05T06:28:46.095Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95deec03-6411-4dce-9df2-233fab0944ca and serviceModelVersionId: 3f64cbc4-4af0-443c-a840-8b1bf99b62e2
2022-09-05T06:28:46.095Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a
2022-09-05T06:28:46.096Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a/model-vers/model-ver/3f64cbc4-4af0-443c-a840-8b1bf99b62e2?depth=0
2022-09-05T06:28:46.101Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:28:46.207Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a/model-vers/model-ver/3f64cbc4-4af0-443c-a840-8b1bf99b62e2?depth=0|INFO|500||Invoke
2022-09-05T06:28:46.208Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a/model-vers/model-ver/3f64cbc4-4af0-443c-a840-8b1bf99b62e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a/model-vers/model-ver/3f64cbc4-4af0-443c-a840-8b1bf99b62e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95deec03-6411-4dce-9df2-233fab0944ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ed787279-b55b-4e3e-a9de-507f4a9951ed], X-ECOMP-RequestID=[95deec03-6411-4dce-9df2-233fab0944ca], X-TransactionId=[], X-ONAP-RequestID=[95deec03-6411-4dce-9df2-233fab0944ca], Content-Type=[application/merge-patch+json]}
2022-09-05T06:28:46.243Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a/model-vers/model-ver/3f64cbc4-4af0-443c-a840-8b1bf99b62e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:28:46.385Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a/model-vers/model-ver/3f64cbc4-4af0-443c-a840-8b1bf99b62e2?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/8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a/model-vers/model-ver/3f64cbc4-4af0-443c-a840-8b1bf99b62e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220905-06:28:46:167-5306], vertex-id=[209032], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:28:46 GMT], Content-Type=[application/json]}
2022-09-05T06:28:46.386Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a/model-vers/model-ver/3f64cbc4-4af0-443c-a840-8b1bf99b62e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:28:46.387Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1b5a37-2803-44a7-a2ba-b6684c9f2c8a/model-vers/model-ver/3f64cbc4-4af0-443c-a840-8b1bf99b62e2?depth=0|INFO|500||InvokeReturn
2022-09-05T06:28:46.387Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:28:46.388Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||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-09-05T06:28:46.401Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||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-09-05T06:28:46.402Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95deec03-6411-4dce-9df2-233fab0944ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:28:46.403Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:28:46.403Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:46.406Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:46.406Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359326403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:28:46.507Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:28:46.508Z||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-09-05T06:28:46.508Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:46.541Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:46.543Z||pool-50-thread-1|||||INFO|500||cambria reply ok (36 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-09-05T06:28:47.443Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-05T06:28:47.444Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"75d73b9f-bbf8-41f9-9a72-2637af6a8112","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"555bcdd3-733c-42d6-9324-a6c83a52a8f2","serviceDescription":"service","serviceInvariantUUID":"83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"938a4183-8053-4392-ab26-943c9a3a7f4b","resourceInvariantUUID":"2f0d71b3-5e06-4c9f-8daf-18b07d8979fc","resourceCustomizationUUID":"ad1689d1-f67e-4323-ac89-e3f8b343dcbe","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":"NjE4NGEzZGNjN2VkZWUwYWJhZWRkYWE4NjJjZmM5NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ff097ec-c561-4930-b5b6-aeca6b63ad6c","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":"MTU4NDQ3ZTZiYzY5ZmVlYzBiMTM4ZjQ0ZjUwZGE3OTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"95ce8d75-c305-419e-8cce-40d436f7c43a","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":"c04b92ef-a206-41f2-a23d-13b0b0ac1f77","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":"51a09bf0-a098-4c03-920b-d48253dbfb56","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":"e6f470fe-cc8d-45db-83cf-9b590bdf4061","artifactVersion":"2","generatedFromUUID":"c04b92ef-a206-41f2-a23d-13b0b0ac1f77"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzViYzMwMTZiNDExMzBiOGMxZTNiYTNhMmM1ODYyNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62d2ed1b-5f23-464b-819c-3e010dfe32bd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTVlZmQwYzRiYmZmMTQyMTBiMDU0ZmIzMmU4ZDU3NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08804fa3-9914-4085-a30e-bd49ae28593b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:28:47.446Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:28:47.446Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:47.453Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:47.453Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:47.554Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:28:47.556Z||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-09-05T06:28:47.556Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:47.645Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:47.646Z||pool-51-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:28:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:28:48.229Z||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-09-05T06:28:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:48.454Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:28:48.455Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:48.457Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:48.457Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:28:48.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:48.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359149122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:28:48.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:28:48.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "policy-id",
  "timestamp": 1662359148762,
  "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-09-05T06:28:48.517Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75d73b9f-bbf8-41f9-9a72-2637af6a8112
2022-09-05T06:28:48.517Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d73b9f-bbf8-41f9-9a72-2637af6a8112 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-09-05T06:28:48.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:28:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:28:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359133397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:28:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359155701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:28:48.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359155646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:28:48.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359155805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:28:48.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359138827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:28:48.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359158374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:28:48.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359158656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:28:48.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359159391,
  "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-09-05T06:28:48.558Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:28:48.559Z||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-09-05T06:28:48.559Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:48.561Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ad82944-726c-44ab-a265-4d8ec51ed8eb
2022-09-05T06:28:48.562Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad82944-726c-44ab-a265-4d8ec51ed8eb 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-09-05T06:28:48.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359158935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:28:48.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "clamp",
  "timestamp": 1662359159662,
  "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-09-05T06:28:48.594Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75d73b9f-bbf8-41f9-9a72-2637af6a8112
2022-09-05T06:28:48.594Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d73b9f-bbf8-41f9-9a72-2637af6a8112 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-09-05T06:28:48.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359159941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:28:48.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "policy-id",
  "timestamp": 1662359160944,
  "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-09-05T06:28:48.627Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ad82944-726c-44ab-a265-4d8ec51ed8eb
2022-09-05T06:28:48.627Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad82944-726c-44ab-a265-4d8ec51ed8eb 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-09-05T06:28:48.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:28:48.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359142591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:28:48.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359171688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:28:48.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "aai-ml",
  "timestamp": 1662359172714,
  "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-09-05T06:28:48.651Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:48.651Z||pool-52-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:28:48.654Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75d73b9f-bbf8-41f9-9a72-2637af6a8112
2022-09-05T06:28:48.655Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d73b9f-bbf8-41f9-9a72-2637af6a8112 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-09-05T06:28:48.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359177660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359179667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:48.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "clamp",
  "timestamp": 1662359180673,
  "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-09-05T06:28:48.693Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ad82944-726c-44ab-a265-4d8ec51ed8eb
2022-09-05T06:28:48.693Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad82944-726c-44ab-a265-4d8ec51ed8eb 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-09-05T06:28:48.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359126367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:28:48.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:28:48.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359183039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:28:48.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359197619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:28:48.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:28:48.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:28:48.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359198626,
  "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-09-05T06:28:48.735Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ad82944-726c-44ab-a265-4d8ec51ed8eb
2022-09-05T06:28:48.736Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad82944-726c-44ab-a265-4d8ec51ed8eb 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-09-05T06:28:49.460Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:28:49.460Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:49.469Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:49.469Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:28:49.564Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-05T06:28:49.565Z||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-09-05T06:28:49.565Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:49.632Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:49.633Z||pool-53-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:28:50.471Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:28:50.472Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:50.474Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:50.474Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:50.575Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:28:50.577Z||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-09-05T06:28:50.577Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:50.684Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:50.685Z||pool-54-thread-1|||||INFO|500||cambria reply ok (109 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:28:51.475Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:28:51.476Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:51.478Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:51.478Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-05T06:28:51.578Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:28:51.579Z||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-09-05T06:28:51.579Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:51.787Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:51.788Z||pool-55-thread-1|||||INFO|500||cambria reply ok (210 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:28:52.479Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:28:52.480Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:52.482Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:52.482Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:28:52.582Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:28:52.583Z||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-09-05T06:28:52.583Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:52.760Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:52.761Z||pool-56-thread-1|||||INFO|500||cambria reply ok (178 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:28:53.483Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:28:53.483Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:53.490Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:53.490Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:28:53.590Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:28:53.591Z||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-09-05T06:28:53.591Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:53.816Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:53.817Z||pool-57-thread-1|||||INFO|500||cambria reply ok (226 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:28:54.492Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "555bcdd3-733c-42d6-9324-a6c83a52a8f2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ad1689d1-f67e-4323-ac89-e3f8b343dcbe",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "938a4183-8053-4392-ab26-943c9a3a7f4b",
      "resourceInvariantUUID": "2f0d71b3-5e06-4c9f-8daf-18b07d8979fc",
      "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": "MTU4NDQ3ZTZiYzY5ZmVlYzBiMTM4ZjQ0ZjUwZGE3OTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "95ce8d75-c305-419e-8cce-40d436f7c43a",
          "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": "c04b92ef-a206-41f2-a23d-13b0b0ac1f77",
          "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": "e6f470fe-cc8d-45db-83cf-9b590bdf4061",
            "generatedFromUUID": "c04b92ef-a206-41f2-a23d-13b0b0ac1f77"
          },
          "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": "e6f470fe-cc8d-45db-83cf-9b590bdf4061",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTVlZmQwYzRiYmZmMTQyMTBiMDU0ZmIzMmU4ZDU3NzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "08804fa3-9914-4085-a30e-bd49ae28593b"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:28:54.492Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:28:54.494Z|95deec03-6411-4dce-9df2-233fab0944ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 555bcdd3-733c-42d6-9324-a6c83a52a8f2 ASDC
2022-09-05T06:28:54.494Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:75d73b9f-bbf8-41f9-9a72-2637af6a8112
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:555bcdd3-733c-42d6-9324-a6c83a52a8f2
ServiceInvariantUUID:83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1
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:08804fa3-9914-4085-a30e-bd49ae28593b
ArtifactChecksum:OTVlZmQwYzRiYmZmMTQyMTBiMDU0ZmIzMmU4ZDU3NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ad1689d1-f67e-4323-ac89-e3f8b343dcbe
ResourceInvariantUUID:2f0d71b3-5e06-4c9f-8daf-18b07d8979fc
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:938a4183-8053-4392-ab26-943c9a3a7f4b
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:95ce8d75-c305-419e-8cce-40d436f7c43a
ArtifactChecksum:MTU4NDQ3ZTZiYzY5ZmVlYzBiMTM4ZjQ0ZjUwZGE3OTk=
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:c04b92ef-a206-41f2-a23d-13b0b0ac1f77
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:e6f470fe-cc8d-45db-83cf-9b590bdf4061
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:e6f470fe-cc8d-45db-83cf-9b590bdf4061
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-05T06:28:54.494Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 555bcdd3-733c-42d6-9324-a6c83a52a8f2 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-09-05T06:28:54.560Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:28:54.561Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-05T06:28:54.561Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-05T06:28:54.562Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 08804fa3-9914-4085-a30e-bd49ae28593b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-05T06:28:54.562Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:28:54.562Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-05T06:28:54.799Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:28:54.804Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 08804fa3-9914-4085-a30e-bd49ae28593b 74744
2022-09-05T06:28:54.804Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-05T06:28:54.805Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-05T06:28:54.805Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:28:54.805Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:54.808Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:54.808Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359334804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:28:54.923Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-09-05T06:28:54.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-09-05T06:28:54.925Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:55.050Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:55.051Z||pool-58-thread-1|||||INFO|500||cambria reply ok (127 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:28:55.809Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:28:55.810Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-05T06:28:55.811Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 08804fa3-9914-4085-a30e-bd49ae28593b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-05T06:28:55.811Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-05T06:28:55.812Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-05T06:28:55.812Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-05T06:28:56.013Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17949239315412689061/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-05T06:28:57.956Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:28:57.957Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-05T06:28:57.957Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-05T06:28:57.957Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-05T06:28:57.957Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:57.957Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:57.960Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-05T06:28:57.960Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-05T06:28:57.960Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:57.960Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:57.961Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:57.961Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-05T06:28:57.961Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.961Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:28:57.961Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-05T06:28:57.962Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-05T06:28:57.962Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:28:57.962Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.962Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:28:57.963Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-05T06:28:57.963Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-05T06:28:57.963Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:28:57.963Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.963Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:28:57.964Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.964Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-05T06:28:57.964Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-05T06:28:57.964Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-05T06:28:57.964Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-05T06:28:57.965Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-05T06:28:57.965Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-05T06:28:57.965Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.965Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:28:57.966Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.966Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-05T06:28:57.966Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:28:57.966Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.966Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-05T06:28:57.967Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:28:57.967Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.967Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-05T06:28:57.967Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:28:57.968Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.968Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-05T06:28:57.968Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-05T06:28:57.968Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-05T06:28:57.968Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=87849101-8339-4465-9efd-4849a1d284cb
2022-09-05T06:28:57.969Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.969Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:28:57.969Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.969Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:28:57.969Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.969Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:28:57.970Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:28:57.970Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:28:57.970Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:555bcdd3-733c-42d6-9324-a6c83a52a8f2
Model Version:NULL
Model InvariantUuid:83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5f0872d5-9d93-4d02-8139-a715403b5294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f0d71b3-5e06-4c9f-8daf-18b07d8979fc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ad1689d1-f67e-4323-ac89-e3f8b343dcbe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6255a83e-ceb5-45fc-b60b-bb911ab46d62
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:cfa562a3-2fa7-4b70-a690-61e2176d7c8e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:87849101-8339-4465-9efd-4849a1d284cb
ModelInvariantUuid:d0a82ba5-83cc-47bc-9175-12dcd483a432
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ad5a58d1-d63a-42f4-ad82-3319a9f90522
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2f9a5e91-5853-4ff0-9579-5657e973c13d
ModelInvariantUuid:fba7c215-7325-48fa-a1c6-7ad2255e6a01
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:004e5fe3-958c-4c72-8b5e-eeed5d66daf8
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-09-05T06:28:57.983Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 938a4183-8053-4392-ab26-943c9a3a7f4b
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-09-05T06:28:57.988Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-09-05T06:28:57.988Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 938a4183-8053-4392-ab26-943c9a3a7f4b
2022-09-05T06:28:57.988Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 95ce8d75-c305-419e-8cce-40d436f7c43a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-05T06:28:57.988Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:28:57.989Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:58.055Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:28:58.056Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 95ce8d75-c305-419e-8cce-40d436f7c43a 787
2022-09-05T06:28:58.056Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:58.056Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:58.056Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:28:58.056Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:58.058Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:58.059Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359338056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:28:58.159Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:28:58.160Z||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-09-05T06:28:58.160Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:58.324Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:58.325Z||pool-59-thread-1|||||INFO|500||cambria reply ok (166 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:28:59.061Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6255a83e-ceb5-45fc-b60b-bb911ab46d62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfa562a3-2fa7-4b70-a690-61e2176d7c8e",
    "vfModuleModelCustomizationUUID": "4c3bec1e-1cb8-4435-b4c1-5e0f8ac4ca95",
    "isBase": true,
    "artifacts": [
      "c04b92ef-a206-41f2-a23d-13b0b0ac1f77",
      "e6f470fe-cc8d-45db-83cf-9b590bdf4061"
    ],
    "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-09-05T06:28:59.075Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfa562a3-2fa7-4b70-a690-61e2176d7c8e
VfModuleModelInvariantUUID:6255a83e-ceb5-45fc-b60b-bb911ab46d62
VfModuleModelDescription:NULL
Artifacts UUID List:{
c04b92ef-a206-41f2-a23d-13b0b0ac1f77
,
e6f470fe-cc8d-45db-83cf-9b590bdf4061

}
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-09-05T06:28:59.080Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6255a83e-ceb5-45fc-b60b-bb911ab46d62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfa562a3-2fa7-4b70-a690-61e2176d7c8e",
    "vfModuleModelCustomizationUUID": "4c3bec1e-1cb8-4435-b4c1-5e0f8ac4ca95",
    "isBase": true,
    "artifacts": [
      "c04b92ef-a206-41f2-a23d-13b0b0ac1f77",
      "e6f470fe-cc8d-45db-83cf-9b590bdf4061"
    ],
    "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-09-05T06:28:59.080Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfa562a3-2fa7-4b70-a690-61e2176d7c8e
VfModuleModelInvariantUUID:6255a83e-ceb5-45fc-b60b-bb911ab46d62
VfModuleModelDescription:NULL
Artifacts UUID List:{
c04b92ef-a206-41f2-a23d-13b0b0ac1f77
,
e6f470fe-cc8d-45db-83cf-9b590bdf4061

}
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-09-05T06:28:59.080Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c04b92ef-a206-41f2-a23d-13b0b0ac1f77 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-05T06:28:59.080Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:28:59.081Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:59.175Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:28:59.176Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c04b92ef-a206-41f2-a23d-13b0b0ac1f77 5033
2022-09-05T06:28:59.176Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:59.177Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:28:59.177Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:28:59.177Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:28:59.180Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:28:59.180Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359339176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:28:59.282Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-05T06:28:59.283Z||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-09-05T06:28:59.283Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:28:59.303Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:28:59.304Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:29:00.181Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e6f470fe-cc8d-45db-83cf-9b590bdf4061 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-05T06:29:00.182Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:29:00.182Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:00.297Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:29:00.298Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e6f470fe-cc8d-45db-83cf-9b590bdf4061 903
2022-09-05T06:29:00.299Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:00.299Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:00.299Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:29:00.299Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:00.301Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:00.301Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359340298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:29:00.401Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:00.402Z||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-09-05T06:29:00.403Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:00.427Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:00.427Z||pool-61-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:01.302Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 555bcdd3-733c-42d6-9324-a6c83a52a8f2
2022-09-05T06:29:01.303Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 938a4183-8053-4392-ab26-943c9a3a7f4b 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-09-05T06:29:01.328Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@772c0582, org.onap.sdc.toscaparser.api.parameters.Input@3456f28c, org.onap.sdc.toscaparser.api.parameters.Input@3ea3d03a, org.onap.sdc.toscaparser.api.parameters.Input@64d35c13, org.onap.sdc.toscaparser.api.parameters.Input@73c4451e]
2022-09-05T06:29:01.331Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.331Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:01.332Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-05T06:29:01.332Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ad1689d1-f67e-4323-ac89-e3f8b343dcbe
2022-09-05T06:29:01.332Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad1689d1-f67e-4323-ac89-e3f8b343dcbe matches Tosca VF Customization UUID: ad1689d1-f67e-4323-ac89-e3f8b343dcbe
2022-09-05T06:29:01.332Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ad1689d1-f67e-4323-ac89-e3f8b343dcbe  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-09-05T06:29:01.337Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.337Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:01.338Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ad1689d1-f67e-4323-ac89-e3f8b343dcbe: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-05T06:29:01.338Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e4ada85
2022-09-05T06:29:01.338Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.339Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:29:01.339Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c3bec1e-1cb8-4435-b4c1-5e0f8ac4ca95
2022-09-05T06:29:01.339Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c3bec1e-1cb8-4435-b4c1-5e0f8ac4ca95
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-09-05T06:29:01.343Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.344Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-05T06:29:01.344Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:29:01.344Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.345Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-05T06:29:01.345Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:29:01.345Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.345Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-05T06:29:01.345Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-05T06:29:01.345Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-05T06:29:01.346Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=87849101-8339-4465-9efd-4849a1d284cb
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-09-05T06:29:01.355Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.355Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-05T06:29:01.355Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:29:01.356Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.356Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-05T06:29:01.356Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ad1689d1-f67e-4323-ac89-e3f8b343dcbe
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-09-05T06:29:01.361Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.362Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:01.362Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 555bcdd3-733c-42d6-9324-a6c83a52a8f2: basic_vm
2022-09-05T06:29:01.362Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.363Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:01.363Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.363Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:01.363Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.363Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:01.363Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.364Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:01.364Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:01.364Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:01.364Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:01.511Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 938a4183-8053-4392-ab26-943c9a3a7f4b 1 ASDC deployResourceStructure
2022-09-05T06:29:01.511Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:01.512Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:01.512Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:29:01.512Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:01.514Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:01.514Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359341511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:29:01.614Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:01.616Z||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-09-05T06:29:01.617Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:01.650Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:01.650Z||pool-62-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:02.515Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:02.516Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:02.516Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:29:02.516Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:02.518Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:02.518Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359342515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:29:02.618Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:02.623Z||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-09-05T06:29:02.623Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:02.689Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:02.691Z||pool-63-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:29:03.519Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:03.519Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:03.519Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:29:03.520Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:03.522Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:03.522Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359343519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:29:03.625Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-05T06:29:03.626Z||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-09-05T06:29:03.626Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:03.728Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:03.728Z||pool-64-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:04.523Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-05T06:29:04.524Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-05T06:29:04.525Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:29:04.525Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:04.527Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:04.528Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359344523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:29:04.628Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:04.629Z||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-09-05T06:29:04.629Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:04.677Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:04.678Z||pool-65-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:05.529Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75d73b9f-bbf8-41f9-9a72-2637af6a8112
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:29:05.546Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75d73b9f-bbf8-41f9-9a72-2637af6a8112
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-09-05T06:29:05.552Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:29:05.552Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:29:05.552Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:29:05.552Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:29:05.552Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:29:05.552Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:29:05.553Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:29:05.553Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:29:05.553Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:29:05.553Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:29:05.554Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:05.570Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:29:35.573Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75d73b9f-bbf8-41f9-9a72-2637af6a8112 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-09-05T06:29:35.587Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75d73b9f-bbf8-41f9-9a72-2637af6a8112 and serviceModelVersionId: 555bcdd3-733c-42d6-9324-a6c83a52a8f2
2022-09-05T06:29:35.587Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1
2022-09-05T06:29:35.588Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1/model-vers/model-ver/555bcdd3-733c-42d6-9324-a6c83a52a8f2?depth=0
2022-09-05T06:29:35.598Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:29:35.677Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1/model-vers/model-ver/555bcdd3-733c-42d6-9324-a6c83a52a8f2?depth=0|INFO|500||Invoke
2022-09-05T06:29:35.678Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1/model-vers/model-ver/555bcdd3-733c-42d6-9324-a6c83a52a8f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1/model-vers/model-ver/555bcdd3-733c-42d6-9324-a6c83a52a8f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75d73b9f-bbf8-41f9-9a72-2637af6a8112], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04318a74-873f-4b87-ac13-29eee577af5e], X-ECOMP-RequestID=[75d73b9f-bbf8-41f9-9a72-2637af6a8112], X-TransactionId=[], X-ONAP-RequestID=[75d73b9f-bbf8-41f9-9a72-2637af6a8112], Content-Type=[application/merge-patch+json]}
2022-09-05T06:29:35.708Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1/model-vers/model-ver/555bcdd3-733c-42d6-9324-a6c83a52a8f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:29:35.899Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1/model-vers/model-ver/555bcdd3-733c-42d6-9324-a6c83a52a8f2?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/83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1/model-vers/model-ver/555bcdd3-733c-42d6-9324-a6c83a52a8f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220905-06:29:35:627-86692], vertex-id=[204832], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:29:35 GMT], Content-Type=[application/json]}
2022-09-05T06:29:35.899Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1/model-vers/model-ver/555bcdd3-733c-42d6-9324-a6c83a52a8f2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:29:35.900Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83ddd0a4-86ff-4e5e-a9ec-f5677ed1fab1/model-vers/model-ver/555bcdd3-733c-42d6-9324-a6c83a52a8f2?depth=0|INFO|500||InvokeReturn
2022-09-05T06:29:35.900Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:29:35.900Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:35.914Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||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-09-05T06:29:35.915Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75d73b9f-bbf8-41f9-9a72-2637af6a8112 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:29:35.915Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:29:35.915Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:35.921Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:35.921Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359375915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:29:36.021Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:36.023Z||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-09-05T06:29:36.024Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:36.137Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:36.138Z||pool-66-thread-1|||||INFO|500||cambria reply ok (116 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-09-05T06:29:36.949Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-05T06:29:36.950Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ad82944-726c-44ab-a265-4d8ec51ed8eb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"69168409-afc6-4ac5-a1fb-d5bd0f4e4c68","serviceDescription":"service","serviceInvariantUUID":"6517d1b4-14c8-4508-9799-683dd8d5fcab","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5dd0af8d-93bd-4f89-8489-a1a63d0dff01","resourceInvariantUUID":"f2ea6af5-bef4-4464-b99e-b00059d77d9e","resourceCustomizationUUID":"c44b8f52-4b74-4fab-b2a4-5a82695cdf1e","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":"MTU4ZTQzMjhlYzQ4MWQ5YjExOTY4MDMxNDRjOThjZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a043d2ba-7780-40e7-af30-20904fcce376","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":"0e47ead6-6fb5-4382-8975-507fd57de274","artifactVersion":"2","generatedFromUUID":"c42f2393-48a1-43c1-970e-02d71bd0c5a7"},{"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":"c42f2393-48a1-43c1-970e-02d71bd0c5a7","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":"NWRlN2NkYzI2ODU4YTkyZTkyODgwMjMxMjIyN2VlODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb89ed13-c167-4b26-ad03-7e37ad9355ac","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":"6ae3bca8-03cc-40e2-aeb9-4d0cb896867d","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":"04e706a0-8d57-4ab5-8a2d-2b4e2873eeda","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":"28f67b72-0bcc-4598-b243-c77866e5aa52","artifactVersion":"2","generatedFromUUID":"6ae3bca8-03cc-40e2-aeb9-4d0cb896867d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmE0MWE4YzZhOGEyMTc3NTI5YzQxZDkyNWFiOWVjNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ad78c11-f4bc-46a6-bb46-f3077a68aecf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTEyOGY0YjY1NmFhYTEyNDMxNTFmN2VhNWFmMmNlZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbac19e2-865f-44d4-8cca-1251fde1538d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:29:36.950Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:29:36.950Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:36.952Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:36.952Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:37.053Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:37.054Z||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-09-05T06:29:37.054Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:37.175Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:37.176Z||pool-67-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:37.953Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:29:37.955Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:37.956Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:37.957Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-05T06:29:38.057Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:38.058Z||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-09-05T06:29:38.058Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:38.106Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:38.107Z||pool-68-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:38.957Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:29:38.959Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:38.961Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:38.962Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-05T06:29:39.062Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:29:39.063Z||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-09-05T06:29:39.063Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:39.087Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:39.088Z||pool-69-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:39.963Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:29:39.963Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:39.968Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:39.968Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:29:40.071Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-05T06:29:40.073Z||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-09-05T06:29:40.073Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:40.118Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:40.119Z||pool-70-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:29:40.977Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:29:40.978Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:40.986Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:40.987Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:29:41.081Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-05T06:29:41.083Z||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-09-05T06:29:41.083Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:41.106Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:41.107Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:41.988Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:29:41.989Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:41.993Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:41.994Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:42.094Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:42.096Z||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-09-05T06:29:42.096Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:42.178Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:42.179Z||pool-72-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:42.995Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:29:42.995Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:42.998Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:42.999Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-05T06:29:43.099Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:29:43.100Z||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-09-05T06:29:43.100Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:43.132Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:43.133Z||pool-73-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:44.000Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:29:44.005Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:44.010Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:44.010Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:44.110Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:44.111Z||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-09-05T06:29:44.111Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:44.159Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:44.159Z||pool-74-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:45.011Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:29:45.013Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:45.015Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:45.016Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:29:45.116Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:45.117Z||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-09-05T06:29:45.117Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:45.149Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:45.150Z||pool-75-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:46.018Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "69168409-afc6-4ac5-a1fb-d5bd0f4e4c68",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6517d1b4-14c8-4508-9799-683dd8d5fcab",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c44b8f52-4b74-4fab-b2a4-5a82695cdf1e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5dd0af8d-93bd-4f89-8489-a1a63d0dff01",
      "resourceInvariantUUID": "f2ea6af5-bef4-4464-b99e-b00059d77d9e",
      "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": "0e47ead6-6fb5-4382-8975-507fd57de274",
          "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": "c42f2393-48a1-43c1-970e-02d71bd0c5a7",
          "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": "NWRlN2NkYzI2ODU4YTkyZTkyODgwMjMxMjIyN2VlODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb89ed13-c167-4b26-ad03-7e37ad9355ac",
          "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": "6ae3bca8-03cc-40e2-aeb9-4d0cb896867d",
          "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": "28f67b72-0bcc-4598-b243-c77866e5aa52",
            "generatedFromUUID": "6ae3bca8-03cc-40e2-aeb9-4d0cb896867d"
          },
          "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": "28f67b72-0bcc-4598-b243-c77866e5aa52",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTEyOGY0YjY1NmFhYTEyNDMxNTFmN2VhNWFmMmNlZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bbac19e2-865f-44d4-8cca-1251fde1538d"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:29:46.019Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:29:46.019Z|75d73b9f-bbf8-41f9-9a72-2637af6a8112|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 69168409-afc6-4ac5-a1fb-d5bd0f4e4c68 ASDC
2022-09-05T06:29:46.020Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0ad82944-726c-44ab-a265-4d8ec51ed8eb
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:69168409-afc6-4ac5-a1fb-d5bd0f4e4c68
ServiceInvariantUUID:6517d1b4-14c8-4508-9799-683dd8d5fcab
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:bbac19e2-865f-44d4-8cca-1251fde1538d
ArtifactChecksum:MTEyOGY0YjY1NmFhYTEyNDMxNTFmN2VhNWFmMmNlZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c44b8f52-4b74-4fab-b2a4-5a82695cdf1e
ResourceInvariantUUID:f2ea6af5-bef4-4464-b99e-b00059d77d9e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5dd0af8d-93bd-4f89-8489-a1a63d0dff01
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:0e47ead6-6fb5-4382-8975-507fd57de274
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:c42f2393-48a1-43c1-970e-02d71bd0c5a7
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:cb89ed13-c167-4b26-ad03-7e37ad9355ac
ArtifactChecksum:NWRlN2NkYzI2ODU4YTkyZTkyODgwMjMxMjIyN2VlODg=
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:6ae3bca8-03cc-40e2-aeb9-4d0cb896867d
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:28f67b72-0bcc-4598-b243-c77866e5aa52
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:28f67b72-0bcc-4598-b243-c77866e5aa52
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-05T06:29:46.021Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69168409-afc6-4ac5-a1fb-d5bd0f4e4c68 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-09-05T06:29:46.073Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:29:46.074Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-05T06:29:46.075Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-05T06:29:46.075Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bbac19e2-865f-44d4-8cca-1251fde1538d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-05T06:29:46.075Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:29:46.075Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-05T06:29:46.377Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:29:46.380Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bbac19e2-865f-44d4-8cca-1251fde1538d 73676
2022-09-05T06:29:46.381Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-05T06:29:46.381Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-05T06:29:46.381Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:29:46.382Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:46.384Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:46.384Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359386381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:29:46.484Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:46.486Z||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-09-05T06:29:46.486Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:46.556Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:46.557Z||pool-76-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:47.385Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:29:47.387Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-05T06:29:47.388Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bbac19e2-865f-44d4-8cca-1251fde1538d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-05T06:29:47.417Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-05T06:29:47.418Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-05T06:29:47.419Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-05T06:29:47.697Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12478080150929472580/Definitions/service-BasicCnf-template.yml
2022-09-05T06:29:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:29:48.229Z||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-09-05T06:29:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:48.321Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:48.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95dd3337-4015-4455-9ae0-27b8613fd745",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359247716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:29:48.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:29:48.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/resourceInstances/pnfe8ebc39329ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:29:48.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359262035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:29:48.326Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:29:48.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:29:48.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359265012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvzc0vj9yyhzugophvn2/1.0/artifacts/service-DemoPnfBvzc0vj9yyhzugophvn2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:29:48.326Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-09-05T06:29:49.470Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:29:49.471Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-05T06:29:49.471Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-05T06:29:49.472Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-05T06:29:49.472Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:49.472Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-05T06:29:49.472Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:49.472Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:49.472Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-05T06:29:49.473Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.473Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:49.473Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-05T06:29:49.474Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-05T06:29:49.474Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:29:49.474Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.474Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:49.475Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-05T06:29:49.475Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-05T06:29:49.475Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:29:49.475Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.476Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:49.476Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.476Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-05T06:29:49.477Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-05T06:29:49.477Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-05T06:29:49.477Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-05T06:29:49.477Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.477Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:29:49.478Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.478Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-05T06:29:49.478Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:29:49.479Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.479Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-05T06:29:49.479Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:29:49.479Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.479Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-05T06:29:49.480Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:29:49.480Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.481Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-05T06:29:49.481Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-05T06:29:49.481Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9c37fa70-1ec4-4ef0-9f33-b7105ebc419f
2022-09-05T06:29:49.481Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.482Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:49.483Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.483Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:49.484Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.484Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:49.485Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:49.485Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:49.485Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:69168409-afc6-4ac5-a1fb-d5bd0f4e4c68
Model Version:NULL
Model InvariantUuid:6517d1b4-14c8-4508-9799-683dd8d5fcab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8be2d084-60c7-4d58-8502-5b1990f38682
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2ea6af5-bef4-4464-b99e-b00059d77d9e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c44b8f52-4b74-4fab-b2a4-5a82695cdf1e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b49ed18d-151b-401f-aeb0-2939185c7874
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cf1ea7c5-6d19-4147-a224-61b63c1cc5da
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c37fa70-1ec4-4ef0-9f33-b7105ebc419f
ModelInvariantUuid:38ec7e0f-eb49-4fea-aadf-f1ec4ecfa28f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a374f373-81fa-47ec-aae8-9ff5896c978c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:aa02ac06-8cb3-4b3e-ad59-49d349e11b13
ModelInvariantUuid:cfa2465e-91f5-4f9b-b1f6-2252510e54c9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:23954836-7259-45cb-9a23-365aa22818ae
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-09-05T06:29:49.497Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5dd0af8d-93bd-4f89-8489-a1a63d0dff01
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-09-05T06:29:49.504Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-09-05T06:29:49.505Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5dd0af8d-93bd-4f89-8489-a1a63d0dff01
2022-09-05T06:29:49.505Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e47ead6-6fb5-4382-8975-507fd57de274 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-05T06:29:49.505Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:29:49.505Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:49.590Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:29:49.590Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0e47ead6-6fb5-4382-8975-507fd57de274 12
2022-09-05T06:29:49.591Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:49.591Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:49.591Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:29:49.592Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:49.595Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:49.595Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359389591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:29:49.695Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:49.697Z||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-09-05T06:29:49.697Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:49.759Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:49.760Z||pool-77-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:29:50.596Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c42f2393-48a1-43c1-970e-02d71bd0c5a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-05T06:29:50.598Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:29:50.599Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:50.870Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:29:50.871Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c42f2393-48a1-43c1-970e-02d71bd0c5a7 2688
2022-09-05T06:29:50.871Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:50.872Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:50.872Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:29:50.873Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:50.874Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:50.875Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359390871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:29:50.981Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-05T06:29:50.983Z||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-09-05T06:29:50.983Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:51.007Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:51.008Z||pool-78-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:51.882Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb89ed13-c167-4b26-ad03-7e37ad9355ac from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-05T06:29:51.883Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:29:51.890Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:51.946Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:29:51.954Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json cb89ed13-c167-4b26-ad03-7e37ad9355ac 828
2022-09-05T06:29:51.955Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:51.956Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:51.957Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:29:51.957Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:51.965Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:51.966Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359391955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:29:52.062Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-05T06:29:52.064Z||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-09-05T06:29:52.064Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:52.109Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:52.110Z||pool-79-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:52.967Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b49ed18d-151b-401f-aeb0-2939185c7874",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf1ea7c5-6d19-4147-a224-61b63c1cc5da",
    "vfModuleModelCustomizationUUID": "22ef8788-71a2-4e33-8270-8e6ddec19587",
    "isBase": true,
    "artifacts": [
      "c42f2393-48a1-43c1-970e-02d71bd0c5a7",
      "6ae3bca8-03cc-40e2-aeb9-4d0cb896867d",
      "28f67b72-0bcc-4598-b243-c77866e5aa52"
    ],
    "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-09-05T06:29:52.985Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf1ea7c5-6d19-4147-a224-61b63c1cc5da
VfModuleModelInvariantUUID:b49ed18d-151b-401f-aeb0-2939185c7874
VfModuleModelDescription:NULL
Artifacts UUID List:{
c42f2393-48a1-43c1-970e-02d71bd0c5a7
,
6ae3bca8-03cc-40e2-aeb9-4d0cb896867d
,
28f67b72-0bcc-4598-b243-c77866e5aa52

}
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-09-05T06:29:52.987Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b49ed18d-151b-401f-aeb0-2939185c7874",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf1ea7c5-6d19-4147-a224-61b63c1cc5da",
    "vfModuleModelCustomizationUUID": "22ef8788-71a2-4e33-8270-8e6ddec19587",
    "isBase": true,
    "artifacts": [
      "c42f2393-48a1-43c1-970e-02d71bd0c5a7",
      "6ae3bca8-03cc-40e2-aeb9-4d0cb896867d",
      "28f67b72-0bcc-4598-b243-c77866e5aa52"
    ],
    "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-09-05T06:29:52.988Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf1ea7c5-6d19-4147-a224-61b63c1cc5da
VfModuleModelInvariantUUID:b49ed18d-151b-401f-aeb0-2939185c7874
VfModuleModelDescription:NULL
Artifacts UUID List:{
c42f2393-48a1-43c1-970e-02d71bd0c5a7
,
6ae3bca8-03cc-40e2-aeb9-4d0cb896867d
,
28f67b72-0bcc-4598-b243-c77866e5aa52

}
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-09-05T06:29:52.988Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6ae3bca8-03cc-40e2-aeb9-4d0cb896867d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-05T06:29:52.988Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:29:52.988Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:53.126Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:29:53.126Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6ae3bca8-03cc-40e2-aeb9-4d0cb896867d 1164
2022-09-05T06:29:53.127Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:53.127Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:53.128Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:29:53.131Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:53.139Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:53.140Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359393127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:29:53.235Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-05T06:29:53.236Z||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-09-05T06:29:53.237Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:53.294Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:53.297Z||pool-80-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:29:54.140Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 28f67b72-0bcc-4598-b243-c77866e5aa52 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-05T06:29:54.142Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-05T06:29:54.142Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:54.257Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-05T06:29:54.258Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 28f67b72-0bcc-4598-b243-c77866e5aa52 200
2022-09-05T06:29:54.258Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:54.258Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:54.258Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:29:54.259Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:54.260Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:54.261Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359394258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:29:54.361Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:54.362Z||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-09-05T06:29:54.362Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:54.481Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:54.482Z||pool-81-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:29:55.266Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 69168409-afc6-4ac5-a1fb-d5bd0f4e4c68
2022-09-05T06:29:55.277Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5dd0af8d-93bd-4f89-8489-a1a63d0dff01 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-09-05T06:29:55.311Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-05T06:29:55.318Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@110739c, org.onap.sdc.toscaparser.api.parameters.Input@739b5cb6, org.onap.sdc.toscaparser.api.parameters.Input@3d8b59e9, org.onap.sdc.toscaparser.api.parameters.Input@4c5493ab, org.onap.sdc.toscaparser.api.parameters.Input@4e5a852e]
2022-09-05T06:29:55.320Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.320Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:55.320Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-05T06:29:55.321Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c44b8f52-4b74-4fab-b2a4-5a82695cdf1e
2022-09-05T06:29:55.321Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c44b8f52-4b74-4fab-b2a4-5a82695cdf1e matches Tosca VF Customization UUID: c44b8f52-4b74-4fab-b2a4-5a82695cdf1e
2022-09-05T06:29:55.321Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c44b8f52-4b74-4fab-b2a4-5a82695cdf1e  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-09-05T06:29:55.324Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.325Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:55.326Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c44b8f52-4b74-4fab-b2a4-5a82695cdf1e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-05T06:29:55.326Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@680f55c3
2022-09-05T06:29:55.326Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.330Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:29:55.330Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 22ef8788-71a2-4e33-8270-8e6ddec19587
2022-09-05T06:29:55.330Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 22ef8788-71a2-4e33-8270-8e6ddec19587
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-09-05T06:29:55.336Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.337Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-05T06:29:55.337Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:29:55.338Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.338Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-05T06:29:55.338Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:29:55.339Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.339Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-05T06:29:55.339Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-05T06:29:55.340Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9c37fa70-1ec4-4ef0-9f33-b7105ebc419f
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-09-05T06:29:55.344Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.345Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-05T06:29:55.345Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:29:55.346Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.346Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-05T06:29:55.346Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c44b8f52-4b74-4fab-b2a4-5a82695cdf1e
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-09-05T06:29:55.350Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.351Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:55.351Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 69168409-afc6-4ac5-a1fb-d5bd0f4e4c68: basic_cnf
2022-09-05T06:29:55.352Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.352Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:55.352Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.352Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:55.353Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.353Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:55.353Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.354Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:55.354Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:29:55.354Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:29:55.354Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:55.500Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5dd0af8d-93bd-4f89-8489-a1a63d0dff01 1 ASDC deployResourceStructure
2022-09-05T06:29:55.502Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:55.502Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:55.502Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-05T06:29:55.503Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:55.507Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:55.507Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359395501,
  "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-09-05T06:29:55.617Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-09-05T06:29:55.618Z||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-09-05T06:29:55.618Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:55.694Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:55.695Z||pool-82-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":8,"count":1}
2022-09-05T06:29:56.508Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:56.509Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:56.509Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-05T06:29:56.509Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:56.512Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:56.512Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359396508,
  "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-09-05T06:29:56.613Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:56.614Z||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-09-05T06:29:56.614Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:56.658Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:56.659Z||pool-83-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:29:57.513Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:57.514Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:57.514Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:29:57.514Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:57.517Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:57.518Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359397513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:29:57.618Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:57.619Z||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-09-05T06:29:57.619Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:57.675Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:57.676Z||pool-84-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:29:58.520Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:58.521Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:58.521Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:29:58.521Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:58.527Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:58.527Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359398520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:29:58.627Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:58.628Z||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-09-05T06:29:58.628Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:58.653Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:58.653Z||pool-85-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:29:59.530Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:59.531Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:29:59.531Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:29:59.531Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:29:59.534Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:29:59.535Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359399530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:29:59.635Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:29:59.636Z||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-09-05T06:29:59.637Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:29:59.665Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:29:59.666Z||pool-86-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:30:00.539Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-05T06:30:00.540Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-05T06:30:00.546Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:30:00.546Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:30:00.549Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:30:00.549Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359400535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:30:00.653Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-05T06:30:00.654Z||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-09-05T06:30:00.654Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:30:00.696Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:30:00.697Z||pool-87-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:30:01.551Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad82944-726c-44ab-a265-4d8ec51ed8eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:30:01.583Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad82944-726c-44ab-a265-4d8ec51ed8eb
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-09-05T06:30:01.589Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:30:01.590Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:30:01.590Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:30:01.590Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:30:01.590Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:30:01.590Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:30:01.590Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:30:01.591Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:30:01.591Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:30:01.591Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:30:01.591Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:30:01.607Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:30:31.608Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ad82944-726c-44ab-a265-4d8ec51ed8eb 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-09-05T06:30:31.624Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ad82944-726c-44ab-a265-4d8ec51ed8eb and serviceModelVersionId: 69168409-afc6-4ac5-a1fb-d5bd0f4e4c68
2022-09-05T06:30:31.624Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6517d1b4-14c8-4508-9799-683dd8d5fcab
2022-09-05T06:30:31.626Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6517d1b4-14c8-4508-9799-683dd8d5fcab/model-vers/model-ver/69168409-afc6-4ac5-a1fb-d5bd0f4e4c68?depth=0
2022-09-05T06:30:31.633Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:30:31.702Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6517d1b4-14c8-4508-9799-683dd8d5fcab/model-vers/model-ver/69168409-afc6-4ac5-a1fb-d5bd0f4e4c68?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-09-05T06:30:31.705Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6517d1b4-14c8-4508-9799-683dd8d5fcab/model-vers/model-ver/69168409-afc6-4ac5-a1fb-d5bd0f4e4c68?depth=0|INFO|500||Invoke
2022-09-05T06:30:31.740Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6517d1b4-14c8-4508-9799-683dd8d5fcab/model-vers/model-ver/69168409-afc6-4ac5-a1fb-d5bd0f4e4c68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:30:31.878Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6517d1b4-14c8-4508-9799-683dd8d5fcab/model-vers/model-ver/69168409-afc6-4ac5-a1fb-d5bd0f4e4c68?depth=0|INFO|500||InvokeReturn
2022-09-05T06:30:31.880Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6517d1b4-14c8-4508-9799-683dd8d5fcab/model-vers/model-ver/69168409-afc6-4ac5-a1fb-d5bd0f4e4c68?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220905-06:30:31:659-29279], vertex-id=[196680], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:30:31 GMT], Content-Type=[application/json]}
2022-09-05T06:30:31.881Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:30:31.881Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:30:31.881Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:30:31.890Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||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-09-05T06:30:31.891Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ad82944-726c-44ab-a265-4d8ec51ed8eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:30:31.891Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:30:31.892Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:30:31.895Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:30:31.895Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359431891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:30:31.996Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:30:31.997Z||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-09-05T06:30:31.997Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:30:32.043Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:30:32.044Z||pool-88-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":9,"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-09-05T06:30:32.921Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:30:32.922Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:30:32.922Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:30:43.961Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:30:43.963Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:30:43.964Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:30:43.964Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:30:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:30:48.229Z||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-09-05T06:30:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:30:48.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:30:48.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:30:48.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95deec03-6411-4dce-9df2-233fab0944ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359326403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:30:48.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:30:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:30:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:30:48.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:30:53.781Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:30:53.782Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:30:53.783Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:30:53.783Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:31:03.563Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:31:03.564Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:31:03.565Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:31:03.565Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:31:13.368Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:31:13.369Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:31:13.370Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:31:13.370Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:31:23.103Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:31:23.105Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:31:23.106Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:31:23.106Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:31:32.900Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:31:48.185Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:31:48.191Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:31:48.191Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:31:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:31:48.229Z||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-09-05T06:31:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:31:48.613Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:31:48.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:31:48.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:31:48.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359334804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:31:48.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:48.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359338056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:31:48.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:48.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359339176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:31:48.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:48.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359340298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:31:48.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:48.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359341511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:31:48.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:48.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359342515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:31:48.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:48.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359343519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:31:48.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:48.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359344523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:31:48.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:48.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75d73b9f-bbf8-41f9-9a72-2637af6a8112",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359375915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:31:48.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:48.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:31:48.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:31:48.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:31:48.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359248742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:31:48.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:31:48.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:31:48.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359386381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:31:48.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:31:58.088Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:32:48.185Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:32:48.187Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:32:48.188Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:32:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:32:48.229Z||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-09-05T06:32:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:32:49.081Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:32:49.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359389591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:32:49.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359390871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:32:49.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359391955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:32:49.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359393127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:32:49.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359394258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:32:49.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359395501,
  "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-09-05T06:32:49.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359396508,
  "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-09-05T06:32:49.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359397513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:32:49.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359398520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:32:49.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359399530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:32:49.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359400535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:32:49.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:49.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-05T06:32:49.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad82944-726c-44ab-a265-4d8ec51ed8eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359431891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:32:49.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:32:58.481Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:33:48.185Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:33:48.187Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:33:48.188Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:33:48.228Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:33:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T06:33:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:33:58.144Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:33:58.203Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:48.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:34:48.186Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:34:48.186Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:34:48.229Z||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-09-05T06:34:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:49.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:49.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359662666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359666367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359660809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359658827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359662666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359666367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359660809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359658827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359662666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359660809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359666367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359658827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359662666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359666367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359660809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359658827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359669425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359660809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359666367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359662666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359658827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359669425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359662666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359660809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359666367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359658827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359669425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359660809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359666367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359662666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359669425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359658827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359673398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359660809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:34:49.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359662666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:34:49.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359666367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:34:49.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359658827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:34:49.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359669425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359673398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359676915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:34:49.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:34:49.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359676097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:34:49.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:34:49.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359675421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:34:49.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:34:49.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359669425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:34:49.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359673398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "cds",
  "timestamp": 1662359677936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-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-09-05T06:34:49.187Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
2022-09-05T06:34:49.187Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb 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-09-05T06:34:49.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359676429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:34:49.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:34:49.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359669425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359673398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "policy-id",
  "timestamp": 1662359677433,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-09-05T06:34:49.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:49.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"422915e3-cbb6-44c7-9391-ac0a5c5ac9eb","serviceName":"Demo_pNF_9hDastsNR2I5q44kA5P6","serviceVersion":"1.0","serviceUUID":"d679e27e-6e8b-4a02-a140-c25b5bd9d0a3","serviceDescription":"catalog service description","serviceInvariantUUID":"3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a","resources":[{"resourceInstanceName":"pNF 2dbd6042-a92c 0","resourceName":"pNF 2dbd6042-a92c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c4583563-2a8e-4193-855c-ea67f673edeb","resourceInvariantUUID":"1e57e23f-95c1-4b7a-bc9d-be615d8ca440","resourceCustomizationUUID":"16f7edaa-4a84-48d9-aae4-83885f0f2286","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml","artifactChecksum":"MWFiYzQ0YzI0MzNkNTFjNmVkNDFhMzc3ZDMxNDg4YWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c62bc73a-b450-49f4-aefe-313b7e1d96e2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar","artifactChecksum":"NjEzMGIwNDhhNDcxMzVmNDZjYTE1YTlmMjY3YmMxZWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78a57ab9-4721-43e2-b7b7-a3412d17b8bc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"86077df5-b7a7-436e-84a7-397a66e07bc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml","artifactChecksum":"MzU1MzNjZmVlMDhlNTBmODI3MzEwNzgxYjY5M2UyMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d80a811c-ce55-4f3a-ae59-d214757f6869","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cdcf281d-4083-417f-ba08-c37d52fca65b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"307ec32b-c38b-4acb-97fd-0d7dd0e9f85f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml","artifactChecksum":"NTE3NWJhMzJmODQxNTQ4YzZkZGQ2MjU3YTZlMTg5MzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fa36d1b-d5a5-4702-b3be-e2ae290eaca6","artifactVersion":"1"},{"artifactName":"service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar","artifactChecksum":"NTgwOTNmN2JiNGRiMTMzNjZiMmJiNzlkMjkxOGE1MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d12911b-a6b9-40d7-aa34-5327f0b621f1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:34:49.228Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:34:49.229Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:34:49.235Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:34:49.236Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.241Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
2022-09-05T06:34:49.242Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb 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-09-05T06:34:49.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359669425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359673398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359673398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359678482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:34:49.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:34:49.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359673398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359679645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:34:49.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:34:49.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359673398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:34:49.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359680653,
  "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-09-05T06:34:49.293Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
2022-09-05T06:34:49.293Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb 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-09-05T06:34:49.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.334Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-05T06:34:49.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359682587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:34:49.335Z||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-09-05T06:34:49.335Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:49.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:34:49.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359682591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359682591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359684956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:34:49.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:34:49.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359682591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359685961,
  "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-09-05T06:34:49.349Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
2022-09-05T06:34:49.349Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb 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-09-05T06:34:49.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359682591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359682591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359688027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:34:49.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:34:49.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:34:49.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359682591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:49.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:34:49.453Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:49.454Z||pool-89-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:34:50.236Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:34:50.237Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:34:50.240Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:34:50.240Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:50.340Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:34:50.342Z||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-09-05T06:34:50.342Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:50.425Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:50.426Z||pool-90-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:34:51.241Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:34:51.242Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:34:51.245Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:34:51.245Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:51.345Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:34:51.354Z||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-09-05T06:34:51.355Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:51.467Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:51.468Z||pool-91-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:34:52.246Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:34:52.247Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:34:52.250Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:34:52.250Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:52.350Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:34:52.351Z||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-09-05T06:34:52.352Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:52.483Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:52.484Z||pool-92-thread-1|||||INFO|500||cambria reply ok (133 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:34:53.251Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:34:53.252Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:34:53.254Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:34:53.254Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:53.354Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:34:53.355Z||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-09-05T06:34:53.355Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:53.529Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:53.530Z||pool-93-thread-1|||||INFO|500||cambria reply ok (176 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:34:54.255Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:34:54.256Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:34:54.258Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:34:54.259Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:54.359Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:34:54.360Z||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-09-05T06:34:54.360Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:54.507Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:54.508Z||pool-94-thread-1|||||INFO|500||cambria reply ok (149 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:34:55.259Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:34:55.260Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:34:55.263Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:34:55.264Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:34:55.364Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:34:55.365Z||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-09-05T06:34:55.365Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:55.447Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:55.448Z||pool-95-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:34:56.264Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:34:56.265Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:34:56.268Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:34:56.268Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:34:56.373Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-05T06:34:56.374Z||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-09-05T06:34:56.374Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:56.487Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:56.488Z||pool-96-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:34:57.269Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "serviceName": "Demo_pNF_9hDastsNR2I5q44kA5P6",
  "serviceVersion": "1.0",
  "serviceUUID": "d679e27e-6e8b-4a02-a140-c25b5bd9d0a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a",
  "resources": [
    {
      "resourceInstanceName": "pNF 2dbd6042-a92c 0",
      "resourceCustomizationUUID": "16f7edaa-4a84-48d9-aae4-83885f0f2286",
      "resourceName": "pNF 2dbd6042-a92c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c4583563-2a8e-4193-855c-ea67f673edeb",
      "resourceInvariantUUID": "1e57e23f-95c1-4b7a-bc9d-be615d8ca440",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
      "artifactChecksum": "NTgwOTNmN2JiNGRiMTMzNjZiMmJiNzlkMjkxOGE1MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d12911b-a6b9-40d7-aa34-5327f0b621f1"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:34:57.269Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:34:57.269Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d679e27e-6e8b-4a02-a140-c25b5bd9d0a3 ASDC
2022-09-05T06:34:57.270Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
ServiceName:Demo_pNF_9hDastsNR2I5q44kA5P6
ServiceVersion:1.0
ServiceUUID:d679e27e-6e8b-4a02-a140-c25b5bd9d0a3
ServiceInvariantUUID:3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
ArtifactUUID:1d12911b-a6b9-40d7-aa34-5327f0b621f1
ArtifactChecksum:NTgwOTNmN2JiNGRiMTMzNjZiMmJiNzlkMjkxOGE1MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2dbd6042-a92c 0
ResourceCustomizationUUID:16f7edaa-4a84-48d9-aae4-83885f0f2286
ResourceInvariantUUID:1e57e23f-95c1-4b7a-bc9d-be615d8ca440
ResourceName:pNF 2dbd6042-a92c
ResourceType:PNF
ResourceUUID:c4583563-2a8e-4193-855c-ea67f673edeb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-05T06:34:57.270Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d679e27e-6e8b-4a02-a140-c25b5bd9d0a3 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-09-05T06:34:57.332Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:34:57.333Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:34:57.334Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:34:57.334Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1d12911b-a6b9-40d7-aa34-5327f0b621f1 from URL: /sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:34:57.334Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:34:57.334Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:34:57.436Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:34:57.443Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar 1d12911b-a6b9-40d7-aa34-5327f0b621f1 87778
2022-09-05T06:34:57.444Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar ASDC sendASDCNotification
2022-09-05T06:34:57.444Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:34:57.444Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:34:57.445Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:34:57.448Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:34:57.449Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359697444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:34:57.549Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:34:57.551Z||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-09-05T06:34:57.551Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:34:57.625Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:34:57.626Z||pool-97-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:34:58.449Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:34:58.451Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:34:58.451Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1d12911b-a6b9-40d7-aa34-5327f0b621f1, URL: /sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar to file: /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:34:58.452Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:34:58.452Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:34:58.452Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:34:58.643Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17305097445668178241/Definitions/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml
2022-09-05T06:35:00.245Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:35:00.246Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:35:00.246Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:35:00.246Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-05T06:35:00.246Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2dbd6042-a92c 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-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:35:00.246Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:35:00.247Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:35:00.247Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:35:00.247Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:35:00.247Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:35:00.247Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:35:00.247Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:35:00.248Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:35:00.248Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9hDastsNR2I5q44kA5P6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:35:00.249Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Node template pNF 2dbd6042-a92c 0 is matching search criteria
2022-09-05T06:35:00.249Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:35:00.249Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 2dbd6042-a92c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:35:00.249Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:35:00.250Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9hDastsNR2I5q44kA5P6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:35:00.250Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Node template pNF 2dbd6042-a92c 0 is matching search criteria
2022-09-05T06:35:00.250Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:35:00.250Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 2dbd6042-a92c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:35:00.250Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:35:00.250Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9hDastsNR2I5q44kA5P6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:35:00.251Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:35:00.251Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9hDastsNR2I5q44kA5P6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:35:00.251Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:35:00.251Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9hDastsNR2I5q44kA5P6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:35:00.251Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:35:00.252Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9hDastsNR2I5q44kA5P6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:35:00.252Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:35:00.252Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9hDastsNR2I5q44kA5P6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:35:00.252Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9hDastsNR2I5q44kA5P6
Description:catalog service description
Model UUID:d679e27e-6e8b-4a02-a140-c25b5bd9d0a3
Model Version:NULL
Model InvariantUuid:3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a
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-09-05T06:35:00.277Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: c4583563-2a8e-4193-855c-ea67f673edeb
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-09-05T06:35:00.299Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||pNF 2dbd6042-a92c 0
2022-09-05T06:35:00.300Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c4583563-2a8e-4193-855c-ea67f673edeb
2022-09-05T06:35:00.301Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: d679e27e-6e8b-4a02-a140-c25b5bd9d0a3
2022-09-05T06:35:00.301Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d679e27e-6e8b-4a02-a140-c25b5bd9d0a3
2022-09-05T06:35:00.302Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2dbd6042-a92c 0 c4583563-2a8e-4193-855c-ea67f673edeb 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-09-05T06:35:00.316Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2587da00, org.onap.sdc.toscaparser.api.parameters.Input@1bb8d203, org.onap.sdc.toscaparser.api.parameters.Input@4d3ee733, org.onap.sdc.toscaparser.api.parameters.Input@4b9fc13e, org.onap.sdc.toscaparser.api.parameters.Input@50d35597]
2022-09-05T06:35:00.316Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:35:00.317Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9hDastsNR2I5q44kA5P6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:35:00.318Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d679e27e-6e8b-4a02-a140-c25b5bd9d0a3: pNF 2dbd6042-a92c
2022-09-05T06:35:00.318Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||Processing PNF resource: c4583563-2a8e-4193-855c-ea67f673edeb
2022-09-05T06:35:00.318Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:35:00.319Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9hDastsNR2I5q44kA5P6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:35:00.319Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||Resource customization UUID: 16f7edaa-4a84-48d9-aae4-83885f0f2286 is the same as notified resource customizationUUID: 16f7edaa-4a84-48d9-aae4-83885f0f2286
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-09-05T06:35:00.415Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2dbd6042-a92c c4583563-2a8e-4193-855c-ea67f673edeb 0 ASDC deployResourceStructure
2022-09-05T06:35:00.415Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar ASDC sendASDCNotification
2022-09-05T06:35:00.416Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar
2022-09-05T06:35:00.417Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:35:00.417Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:35:00.419Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:35:00.420Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359700415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:35:00.520Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:35:00.521Z||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-09-05T06:35:00.521Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:35:00.615Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:35:00.616Z||pool-98-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:35:01.421Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:35:01.447Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
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-09-05T06:35:01.451Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:35:01.451Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:35:01.451Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:35:31.457Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:35:31.495Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
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-09-05T06:35:31.502Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:35:31.502Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:35:31.502Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:35:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:35:48.230Z||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-09-05T06:35:48.231Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:35:48.628Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:35:48.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-05T06:35:48.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "aai-ml",
  "timestamp": 1662359689032,
  "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-09-05T06:35:48.640Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
2022-09-05T06:35:48.640Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb 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-09-05T06:36:01.502Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:36:01.520Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
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-09-05T06:36:01.523Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:36:01.523Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:36:01.523Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:36:01.524Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:36:01.524Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:36:01.524Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:36:01.524Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:36:01.524Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:36:01.524Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:36:01.524Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:36:01.524Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:36:01.543Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:36:31.544Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb 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-09-05T06:36:31.558Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb and serviceModelVersionId: d679e27e-6e8b-4a02-a140-c25b5bd9d0a3
2022-09-05T06:36:31.558Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a
2022-09-05T06:36:31.561Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a/model-vers/model-ver/d679e27e-6e8b-4a02-a140-c25b5bd9d0a3?depth=0
2022-09-05T06:36:31.594Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:36:31.704Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a/model-vers/model-ver/d679e27e-6e8b-4a02-a140-c25b5bd9d0a3?depth=0|INFO|500||Invoke
2022-09-05T06:36:31.705Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a/model-vers/model-ver/d679e27e-6e8b-4a02-a140-c25b5bd9d0a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a/model-vers/model-ver/d679e27e-6e8b-4a02-a140-c25b5bd9d0a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[422915e3-cbb6-44c7-9391-ac0a5c5ac9eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84ca2189-b424-4241-b35b-552d479a4511], X-ECOMP-RequestID=[422915e3-cbb6-44c7-9391-ac0a5c5ac9eb], X-TransactionId=[], X-ONAP-RequestID=[422915e3-cbb6-44c7-9391-ac0a5c5ac9eb], Content-Type=[application/merge-patch+json]}
2022-09-05T06:36:31.739Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a/model-vers/model-ver/d679e27e-6e8b-4a02-a140-c25b5bd9d0a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:36:31.944Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a/model-vers/model-ver/d679e27e-6e8b-4a02-a140-c25b5bd9d0a3?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/3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a/model-vers/model-ver/d679e27e-6e8b-4a02-a140-c25b5bd9d0a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220905-06:36:31:656-8942], vertex-id=[233504], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:36:31 GMT], Content-Type=[application/json]}
2022-09-05T06:36:31.945Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a/model-vers/model-ver/d679e27e-6e8b-4a02-a140-c25b5bd9d0a3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:36:31.947Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cff72a1-a7ff-4e56-9f0a-ecf0cc14050a/model-vers/model-ver/d679e27e-6e8b-4a02-a140-c25b5bd9d0a3?depth=0|INFO|500||InvokeReturn
2022-09-05T06:36:31.949Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:36:31.949Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-05T06:36:31.965Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-05T06:36:31.966Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:36:31.966Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:36:31.967Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:31.970Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:31.971Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359791966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:36:32.071Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:36:32.072Z||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-09-05T06:36:32.072Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:32.151Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:32.151Z||pool-99-thread-1|||||INFO|500||cambria reply ok (80 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-09-05T06:36:33.002Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:36:33.003Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:36:33.004Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:33.809Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:33.810Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-05T06:36:33.810Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d","serviceName":"Demo_pNF_TR9TrIsl0ewcjhRsej0C","serviceVersion":"1.0","serviceUUID":"93bdab52-4341-47ea-893a-d259ad9c57a5","serviceDescription":"catalog service description","serviceInvariantUUID":"ec0129bd-ebbb-46c2-a17c-6f985b946576","resources":[{"resourceInstanceName":"pNF 751ca0e3-9973 0","resourceName":"pNF 751ca0e3-9973","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4a2dc476-4f04-4808-8109-cf409d2616a6","resourceInvariantUUID":"475dd92f-8148-43f7-9d7f-d3cf015608d7","resourceCustomizationUUID":"116cf33a-0b9d-42cb-96d9-9578d609615c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml","artifactChecksum":"MTdiZGE3MjliMjk2OTZmOTg1YmU5MzZkZDFhOGZjZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"202d3f94-aae2-47d5-bcca-c541666700dd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar","artifactChecksum":"NjEzMGIwNDhhNDcxMzVmNDZjYTE1YTlmMjY3YmMxZWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"779a437b-d0dd-4750-a79c-0644cb957c8f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35a3c7a1-1074-4693-a586-102b2a281e72","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml","artifactChecksum":"NTRjNmQzYWU4MjM5ZGYwNTdiOGRkYzU0NTZiMzAyMDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"405a169b-c954-4316-bb63-f5bf9aaa3fb4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6490038b-b845-4cd7-adb3-2baab060f5aa","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab3fd088-e850-40e0-a993-5ce8c181e127","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml","artifactChecksum":"ZDZjNmI3YTY5N2RjYWU5NDdiYWQ4OWMzZGIwNmJmMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a030615-fbbf-4454-a4ba-524f5c929484","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar","artifactChecksum":"OTNjZjY1NjI5Y2E1OGU4ZjJmYWM2MGM5NzRjN2RmYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5116c763-b2ba-4f29-aa47-ea79eb511498","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:36:33.813Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:36:33.813Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:33.816Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:33.816Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:36:33.917Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:36:33.918Z||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-09-05T06:36:33.919Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:33.997Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:33.998Z||pool-100-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:34.817Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:36:34.818Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:34.820Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:34.820Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:36:34.923Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:36:34.924Z||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-09-05T06:36:34.924Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:35.051Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:35.052Z||pool-101-thread-1|||||INFO|500||cambria reply ok (129 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:35.821Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:36:35.823Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:35.827Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:35.827Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:36:35.927Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:36:35.928Z||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-09-05T06:36:35.928Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:36.129Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:36.130Z||pool-102-thread-1|||||INFO|500||cambria reply ok (202 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:36.828Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:36:36.829Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:36.832Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:36.832Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:36:36.932Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:36:36.933Z||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-09-05T06:36:36.933Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:37.176Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:37.177Z||pool-103-thread-1|||||INFO|500||cambria reply ok (245 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:37.833Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:36:37.833Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:37.836Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:37.836Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:36:37.936Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:36:37.937Z||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-09-05T06:36:37.937Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:38.145Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:38.146Z||pool-104-thread-1|||||INFO|500||cambria reply ok (209 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:38.836Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:36:38.837Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:38.840Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:38.840Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:36:38.940Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:36:38.941Z||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-09-05T06:36:38.942Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:39.038Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:39.039Z||pool-105-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:39.841Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:36:39.845Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:39.849Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:39.849Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:36:39.949Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:36:39.951Z||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-09-05T06:36:39.951Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:39.998Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:39.999Z||pool-106-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:40.854Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:36:40.859Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:40.863Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:40.863Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:36:40.964Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:36:40.966Z||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-09-05T06:36:40.966Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:41.016Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:41.016Z||pool-107-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:41.865Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "serviceName": "Demo_pNF_TR9TrIsl0ewcjhRsej0C",
  "serviceVersion": "1.0",
  "serviceUUID": "93bdab52-4341-47ea-893a-d259ad9c57a5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ec0129bd-ebbb-46c2-a17c-6f985b946576",
  "resources": [
    {
      "resourceInstanceName": "pNF 751ca0e3-9973 0",
      "resourceCustomizationUUID": "116cf33a-0b9d-42cb-96d9-9578d609615c",
      "resourceName": "pNF 751ca0e3-9973",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4a2dc476-4f04-4808-8109-cf409d2616a6",
      "resourceInvariantUUID": "475dd92f-8148-43f7-9d7f-d3cf015608d7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
      "artifactChecksum": "OTNjZjY1NjI5Y2E1OGU4ZjJmYWM2MGM5NzRjN2RmYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5116c763-b2ba-4f29-aa47-ea79eb511498"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:36:41.875Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:36:41.875Z|422915e3-cbb6-44c7-9391-ac0a5c5ac9eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 93bdab52-4341-47ea-893a-d259ad9c57a5 ASDC
2022-09-05T06:36:41.876Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
ServiceName:Demo_pNF_TR9TrIsl0ewcjhRsej0C
ServiceVersion:1.0
ServiceUUID:93bdab52-4341-47ea-893a-d259ad9c57a5
ServiceInvariantUUID:ec0129bd-ebbb-46c2-a17c-6f985b946576
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
ArtifactUUID:5116c763-b2ba-4f29-aa47-ea79eb511498
ArtifactChecksum:OTNjZjY1NjI5Y2E1OGU4ZjJmYWM2MGM5NzRjN2RmYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 751ca0e3-9973 0
ResourceCustomizationUUID:116cf33a-0b9d-42cb-96d9-9578d609615c
ResourceInvariantUUID:475dd92f-8148-43f7-9d7f-d3cf015608d7
ResourceName:pNF 751ca0e3-9973
ResourceType:PNF
ResourceUUID:4a2dc476-4f04-4808-8109-cf409d2616a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-05T06:36:41.876Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93bdab52-4341-47ea-893a-d259ad9c57a5 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-09-05T06:36:41.968Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:36:41.969Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:36:41.969Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:36:41.969Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5116c763-b2ba-4f29-aa47-ea79eb511498 from URL: /sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:41.969Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:36:41.970Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:42.127Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:36:42.131Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar 5116c763-b2ba-4f29-aa47-ea79eb511498 87763
2022-09-05T06:36:42.132Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar ASDC sendASDCNotification
2022-09-05T06:36:42.132Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:42.132Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:36:42.133Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:42.135Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:42.135Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359802132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:36:42.235Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:36:42.236Z||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-09-05T06:36:42.236Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:42.455Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:42.456Z||pool-108-thread-1|||||INFO|500||cambria reply ok (220 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:43.135Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:36:43.136Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:36:43.137Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5116c763-b2ba-4f29-aa47-ea79eb511498, URL: /sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar to file: /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:43.138Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:43.139Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:43.139Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:43.366Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17180131240096826997/Definitions/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml
2022-09-05T06:36:44.950Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:36:44.954Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:36:44.954Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:44.955Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-05T06:36:44.955Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 751ca0e3-9973 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-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:44.955Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:44.955Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:44.955Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:44.955Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:44.955Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:44.956Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:44.956Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:36:44.956Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:36:44.956Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TR9TrIsl0ewcjhRsej0C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:36:44.957Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Node template pNF 751ca0e3-9973 0 is matching search criteria
2022-09-05T06:36:44.957Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:36:44.957Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 751ca0e3-9973 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:36:44.958Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:36:44.958Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TR9TrIsl0ewcjhRsej0C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:36:44.958Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Node template pNF 751ca0e3-9973 0 is matching search criteria
2022-09-05T06:36:44.958Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:36:44.958Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 751ca0e3-9973 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:36:44.958Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:36:44.959Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TR9TrIsl0ewcjhRsej0C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:36:44.959Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:36:44.959Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TR9TrIsl0ewcjhRsej0C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:36:44.959Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:36:44.959Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TR9TrIsl0ewcjhRsej0C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:36:44.960Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:36:44.960Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TR9TrIsl0ewcjhRsej0C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:36:44.960Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:36:44.960Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TR9TrIsl0ewcjhRsej0C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:36:44.960Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TR9TrIsl0ewcjhRsej0C
Description:catalog service description
Model UUID:93bdab52-4341-47ea-893a-d259ad9c57a5
Model Version:NULL
Model InvariantUuid:ec0129bd-ebbb-46c2-a17c-6f985b946576
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-09-05T06:36:44.972Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4a2dc476-4f04-4808-8109-cf409d2616a6
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-09-05T06:36:44.976Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||pNF 751ca0e3-9973 0
2022-09-05T06:36:44.977Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4a2dc476-4f04-4808-8109-cf409d2616a6
2022-09-05T06:36:44.977Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 93bdab52-4341-47ea-893a-d259ad9c57a5
2022-09-05T06:36:44.977Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 93bdab52-4341-47ea-893a-d259ad9c57a5
2022-09-05T06:36:44.977Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 751ca0e3-9973 0 4a2dc476-4f04-4808-8109-cf409d2616a6 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-09-05T06:36:44.985Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63146b92, org.onap.sdc.toscaparser.api.parameters.Input@ba3e54e, org.onap.sdc.toscaparser.api.parameters.Input@208fc4e9, org.onap.sdc.toscaparser.api.parameters.Input@59e014b3, org.onap.sdc.toscaparser.api.parameters.Input@19e8ace6]
2022-09-05T06:36:44.986Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:36:44.986Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TR9TrIsl0ewcjhRsej0C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:36:44.986Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 93bdab52-4341-47ea-893a-d259ad9c57a5: pNF 751ca0e3-9973
2022-09-05T06:36:44.987Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4a2dc476-4f04-4808-8109-cf409d2616a6
2022-09-05T06:36:44.987Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:36:44.987Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TR9TrIsl0ewcjhRsej0C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:36:44.987Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||Resource customization UUID: 116cf33a-0b9d-42cb-96d9-9578d609615c is the same as notified resource customizationUUID: 116cf33a-0b9d-42cb-96d9-9578d609615c
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-09-05T06:36:45.046Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 751ca0e3-9973 4a2dc476-4f04-4808-8109-cf409d2616a6 0 ASDC deployResourceStructure
2022-09-05T06:36:45.046Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar ASDC sendASDCNotification
2022-09-05T06:36:45.047Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar
2022-09-05T06:36:45.047Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:36:45.047Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:36:45.051Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:36:45.051Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359805046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:36:45.151Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:36:45.152Z||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-09-05T06:36:45.152Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:45.345Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:45.346Z||pool-109-thread-1|||||INFO|500||cambria reply ok (195 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:36:46.052Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:36:46.075Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
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-09-05T06:36:46.079Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:36:46.079Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:36:46.079Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:36:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:36:48.229Z||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-09-05T06:36:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:36:48.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:36:48.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:36:48.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359682591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:36:48.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:16.080Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:37:16.112Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
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-09-05T06:37:16.117Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:37:16.117Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:37:16.117Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:37:46.118Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:37:46.146Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
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-09-05T06:37:46.149Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:37:46.149Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:37:46.149Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:37:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:37:48.229Z||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-09-05T06:37:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:37:48.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:37:48.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:37:48.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:48.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359682591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:37:48.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:48.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:37:48.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:48.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:37:48.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:48.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:37:48.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:48.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:37:48.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:48.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/resourceInstances/pnf2dbd6042a92c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:37:48.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:48.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:37:48.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:48.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359688185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:37:48.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:37:48.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359697444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:37:48.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:37:48.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359700415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:37:48.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:37:48.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359703871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:37:48.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:37:48.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359706874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9hdastsnr2i5q44ka5p6/1.0/artifacts/service-DemoPnf9hdastsnr2i5q44ka5p6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:37:48.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:37:48.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:37:48.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "clamp",
  "timestamp": 1662359707878,
  "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-09-05T06:37:48.495Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb
2022-09-05T06:37:48.496Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422915e3-cbb6-44c7-9391-ac0a5c5ac9eb 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-09-05T06:38:16.150Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:38:16.177Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
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-09-05T06:38:16.182Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:38:16.182Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:38:16.183Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:38:46.183Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:38:46.222Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
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-09-05T06:38:46.224Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:38:46.224Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:38:46.224Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:38:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:38:48.229Z||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-09-05T06:38:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:38:48.999Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:38:49.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359772591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359769428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359772591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359769428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359778827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359772591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359769428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359778827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359780810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359772591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359769428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359778827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359782665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359780810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359772591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359769428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359778827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359782665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359772591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359769428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:38:49.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359780810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359778827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359782665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359772591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359769428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359780810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359782665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359778827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359780810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359772591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:38:49.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359769428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359778827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359782665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359780810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359785987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:38:49.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359786367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359782665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359778827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:38:49.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359780810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359787058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:38:49.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359786367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359782665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359787863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662359780810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662359788069,
  "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-09-05T06:38:49.057Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
2022-09-05T06:38:49.058Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d 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-09-05T06:38:49.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359786367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359782665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:38:49.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359788871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:38:49.096Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359786367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "policy-id",
  "timestamp": 1662359789875,
  "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-09-05T06:38:49.107Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
2022-09-05T06:38:49.108Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d 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-09-05T06:38:49.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359791650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:38:49.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359786367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "cds",
  "timestamp": 1662359792658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-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-09-05T06:38:49.151Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
2022-09-05T06:38:49.151Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d 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-09-05T06:38:49.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359786367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422915e3-cbb6-44c7-9391-ac0a5c5ac9eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359791966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:38:49.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359786367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359786367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:38:49.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359793397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359793397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359795670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:38:49.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359793397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359793397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359797943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:38:49.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359793397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359793397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/resourceInstances/pnf751ca0e399730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359799940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:38:49.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359793397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:38:49.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "clamp",
  "timestamp": 1662359800954,
  "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-09-05T06:38:49.218Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
2022-09-05T06:38:49.218Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d 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-09-05T06:38:49.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359793002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:38:49.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359793397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:38:49.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:38:49.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359802532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:38:49.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359802132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:38:49.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359805119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:38:49.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359805046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:38:49.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662359806124,
  "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-09-05T06:38:49.246Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
2022-09-05T06:38:49.246Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d 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-09-05T06:38:49.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359806520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr9trisl0ewcjhrsej0c/1.0/artifacts/service-DemoPnfTr9trisl0ewcjhrsej0c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:38:49.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:38:49.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:38:49.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "aai-ml",
  "timestamp": 1662359807526,
  "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-09-05T06:38:49.293Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
2022-09-05T06:38:49.295Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d 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-09-05T06:39:16.224Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:39:16.254Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d
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-09-05T06:39:16.266Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:39:16.267Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:39:16.267Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:39:16.268Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:39:16.268Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:39:16.268Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:39:16.269Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:39:16.269Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:39:16.269Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:39:16.269Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:39:16.270Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:39:16.271Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:39:16.283Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:39:46.283Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d 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-09-05T06:39:46.294Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d and serviceModelVersionId: 93bdab52-4341-47ea-893a-d259ad9c57a5
2022-09-05T06:39:46.294Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec0129bd-ebbb-46c2-a17c-6f985b946576
2022-09-05T06:39:46.300Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec0129bd-ebbb-46c2-a17c-6f985b946576/model-vers/model-ver/93bdab52-4341-47ea-893a-d259ad9c57a5?depth=0
2022-09-05T06:39:46.306Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:39:46.370Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec0129bd-ebbb-46c2-a17c-6f985b946576/model-vers/model-ver/93bdab52-4341-47ea-893a-d259ad9c57a5?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-09-05T06:39:46.372Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec0129bd-ebbb-46c2-a17c-6f985b946576/model-vers/model-ver/93bdab52-4341-47ea-893a-d259ad9c57a5?depth=0|INFO|500||Invoke
2022-09-05T06:39:46.402Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec0129bd-ebbb-46c2-a17c-6f985b946576/model-vers/model-ver/93bdab52-4341-47ea-893a-d259ad9c57a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:39:46.543Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec0129bd-ebbb-46c2-a17c-6f985b946576/model-vers/model-ver/93bdab52-4341-47ea-893a-d259ad9c57a5?depth=0|INFO|500||InvokeReturn
2022-09-05T06:39:46.549Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec0129bd-ebbb-46c2-a17c-6f985b946576/model-vers/model-ver/93bdab52-4341-47ea-893a-d259ad9c57a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220905-06:39:46:294-73995], vertex-id=[254008], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:39:46 GMT], Content-Type=[application/json]}
2022-09-05T06:39:46.550Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:39:46.551Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:39:46.551Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-05T06:39:46.560Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-05T06:39:46.560Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:39:46.561Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:39:46.561Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:39:46.563Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:39:46.563Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359986561,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:39:46.664Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:39:46.665Z||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-09-05T06:39:46.665Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:39:46.733Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:39:46.733Z||pool-110-thread-1|||||INFO|500||cambria reply ok (69 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-09-05T06:39:47.584Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:39:47.585Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:39:47.585Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:39:48.228Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:39:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T06:39:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:39:49.080Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:39:49.081Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-05T06:39:49.081Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662359986561,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:39:49.083Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:39:58.516Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:39:58.517Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:39:58.517Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:39:58.517Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:40:08.377Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:40:08.378Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:40:08.379Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:40:08.379Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:40:18.407Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:40:18.408Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:40:18.409Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:40:18.409Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:40:28.349Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:40:48.185Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:40:48.186Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:40:48.186Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:40:48.228Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:40:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T06:40:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:40:58.021Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:40:58.102Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:41:48.186Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:41:48.187Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:41:48.187Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:41:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:41:48.229Z||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-09-05T06:41:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:41:58.054Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:41:58.060Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:42:48.186Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:42:48.192Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:42:48.193Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:42:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:42:48.228Z||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-09-05T06:42:48.228Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:42:58.086Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:42:58.181Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:43:48.188Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:43:48.189Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:43:48.189Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:43:48.228Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:43:48.232Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|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-09-05T06:43:48.232Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:43:58.188Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:43:58.217Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:44:48.185Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:44:48.187Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:44:48.187Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:44:48.228Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:44:48.229Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|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-09-05T06:44:48.229Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:44:58.521Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:44:58.640Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:45:48.185Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:45:48.187Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:45:48.187Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:45:48.228Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:45:48.229Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|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-09-05T06:45:48.229Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:45:58.227Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:45:58.362Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:48.185Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:46:48.186Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:46:48.186Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:46:48.229Z||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-09-05T06:46:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:48.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:49.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360380809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360372591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360378827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360382666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360392497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360392074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360393921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360393081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:46:49.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360393795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "policy-id",
  "timestamp": 1662360394085,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-09-05T06:46:49.355Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:46:49.375Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.376Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"35e294ed-26bf-4e2c-b978-5fa1f3956eb3","serviceDescription":"service","serviceInvariantUUID":"9b01eb73-a5d7-4e25-bf4f-8cd42849134a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78a939b8-2cf3-47ef-9523-143971b5b9c7","resourceInvariantUUID":"19138069-5b50-47aa-8eef-12f1534f080e","resourceCustomizationUUID":"66fb29f9-23cc-4698-bf67-b84a00df8196","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":"MWRhYzdhNDc0MjI2NmNjNDk4YjkzMWFhZmFhMzViYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f67f27c-4155-4fd1-b7a7-a9c59558d2eb","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":"NmE4ZDlhMDJlZDkwZmE5ZThmZWNmYWRiNzIyZDlmMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c18a81a-2d5d-432e-8d80-bb511e75b807","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":"c1cc25b8-1d07-4493-81da-28a3e3f3e497","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":"40ca3ac5-402a-499d-b412-29259fc6fda0","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":"f2dd919e-0ccc-42c9-878e-075039280c5a","artifactVersion":"2","generatedFromUUID":"5462bd9b-aa44-432f-8a19-bfb647131ccd"},{"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":"58296b3d-f180-4ac9-9867-223737a5f9a8","artifactVersion":"2","generatedFromUUID":"c1cc25b8-1d07-4493-81da-28a3e3f3e497"},{"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":"5462bd9b-aa44-432f-8a19-bfb647131ccd","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":"789d3779-f33c-4255-af7d-738a6b4fe250","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":"ZDljODMwNzFkZmU2ZTg5ODZiMDNkMWZmMWU4YjQ5MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3652f89-81f5-4030-bd04-f235506de4ef","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MDIxODJmYTgxMWFjYTA1YTdiMDJmNzUyNjlkZmIzZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5839fb34-0fed-42fe-9c7c-796a5ecb701e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:46:49.380Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:49.381Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:49.388Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:49.388Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-05T06:46:49.419Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
2022-09-05T06:46:49.420Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b 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-09-05T06:46:49.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360394972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360396159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360386369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "cds",
  "timestamp": 1662360398233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:46:49.450Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
2022-09-05T06:46:49.450Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b 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-09-05T06:46:49.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360397446,
  "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-09-05T06:46:49.488Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
2022-09-05T06:46:49.488Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:46:49.488Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b and ComponentName POLICY
2022-09-05T06:46:49.489Z||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-09-05T06:46:49.490Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-09-05T06:46:49.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360397889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360398264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.500Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360398449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:46:49.500Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360399240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360399240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360398827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360389423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360399240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360398827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360400809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360399240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360398827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360400809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360399240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360398827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360393397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360400809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360399240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360398827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360404609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.509Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360400809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360399240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360398827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360400809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360398827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360399240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360406316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:46:49.511Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360400809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360398827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:46:49.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "clamp",
  "timestamp": 1662360407322,
  "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-09-05T06:46:49.520Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
2022-09-05T06:46:49.520Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b 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-09-05T06:46:49.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360408538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360400809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:49.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:46:49.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360407758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:46:49.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:46:49.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360407803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:49.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:46:49.636Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:49.636Z||pool-111-thread-1|||||INFO|500||cambria reply ok (148 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:46:50.389Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:50.390Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:50.392Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:50.393Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:46:50.493Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:46:50.494Z||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-09-05T06:46:50.494Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:50.697Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:50.698Z||pool-112-thread-1|||||INFO|500||cambria reply ok (205 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:46:51.395Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:51.397Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:51.401Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:51.401Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:46:51.501Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:46:51.502Z||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-09-05T06:46:51.502Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:51.857Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:51.858Z||pool-113-thread-1|||||INFO|500||cambria reply ok (357 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:46:52.402Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:52.403Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:52.406Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:52.406Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:52.506Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:46:52.507Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:46:52.507Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:52.702Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:52.703Z||pool-114-thread-1|||||INFO|500||cambria reply ok (196 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:46:53.407Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:53.408Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:53.411Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:53.411Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-05T06:46:53.511Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:46:53.512Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:46:53.512Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:53.694Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:53.695Z||pool-115-thread-1|||||INFO|500||cambria reply ok (184 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:46:54.412Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:54.413Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:54.416Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:54.416Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-05T06:46:54.516Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:46:54.517Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:46:54.517Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:54.640Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:54.641Z||pool-116-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:46:55.421Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:55.422Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:55.426Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:55.426Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-05T06:46:55.526Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:46:55.527Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:46:55.527Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:55.726Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:55.727Z||pool-117-thread-1|||||INFO|500||cambria reply ok (200 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:46:56.427Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:56.428Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:56.436Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:56.436Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:56.536Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:46:56.537Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:46:56.537Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:56.839Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:56.840Z||pool-118-thread-1|||||INFO|500||cambria reply ok (304 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:46:57.437Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:57.438Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:57.440Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:57.440Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:46:57.541Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:46:57.542Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:46:57.542Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:57.768Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:57.769Z||pool-119-thread-1|||||INFO|500||cambria reply ok (227 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:46:58.441Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:46:58.442Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:58.445Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:58.445Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:46:58.545Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:46:58.546Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:46:58.546Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:46:58.658Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:46:58.660Z||pool-120-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:46:59.450Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "35e294ed-26bf-4e2c-b978-5fa1f3956eb3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9b01eb73-a5d7-4e25-bf4f-8cd42849134a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "66fb29f9-23cc-4698-bf67-b84a00df8196",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "78a939b8-2cf3-47ef-9523-143971b5b9c7",
      "resourceInvariantUUID": "19138069-5b50-47aa-8eef-12f1534f080e",
      "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": "NmE4ZDlhMDJlZDkwZmE5ZThmZWNmYWRiNzIyZDlmMzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0c18a81a-2d5d-432e-8d80-bb511e75b807",
          "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": "c1cc25b8-1d07-4493-81da-28a3e3f3e497",
          "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": "58296b3d-f180-4ac9-9867-223737a5f9a8",
            "generatedFromUUID": "c1cc25b8-1d07-4493-81da-28a3e3f3e497"
          },
          "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": "f2dd919e-0ccc-42c9-878e-075039280c5a",
          "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": "58296b3d-f180-4ac9-9867-223737a5f9a8",
          "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": "5462bd9b-aa44-432f-8a19-bfb647131ccd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MDIxODJmYTgxMWFjYTA1YTdiMDJmNzUyNjlkZmIzZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5839fb34-0fed-42fe-9c7c-796a5ecb701e"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:46:59.450Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:46:59.451Z|2a8c5bee-9ef2-4e85-ab3a-0335d7a7544d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 35e294ed-26bf-4e2c-b978-5fa1f3956eb3 ASDC
2022-09-05T06:46:59.451Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:35e294ed-26bf-4e2c-b978-5fa1f3956eb3
ServiceInvariantUUID:9b01eb73-a5d7-4e25-bf4f-8cd42849134a
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:5839fb34-0fed-42fe-9c7c-796a5ecb701e
ArtifactChecksum:MDIxODJmYTgxMWFjYTA1YTdiMDJmNzUyNjlkZmIzZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:66fb29f9-23cc-4698-bf67-b84a00df8196
ResourceInvariantUUID:19138069-5b50-47aa-8eef-12f1534f080e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:78a939b8-2cf3-47ef-9523-143971b5b9c7
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:0c18a81a-2d5d-432e-8d80-bb511e75b807
ArtifactChecksum:NmE4ZDlhMDJlZDkwZmE5ZThmZWNmYWRiNzIyZDlmMzI=
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:c1cc25b8-1d07-4493-81da-28a3e3f3e497
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:58296b3d-f180-4ac9-9867-223737a5f9a8
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:f2dd919e-0ccc-42c9-878e-075039280c5a
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:58296b3d-f180-4ac9-9867-223737a5f9a8
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:5462bd9b-aa44-432f-8a19-bfb647131ccd
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-05T06:46:59.452Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35e294ed-26bf-4e2c-b978-5fa1f3956eb3 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-09-05T06:46:59.521Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:46:59.523Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:46:59.524Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:46:59.524Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5839fb34-0fed-42fe-9c7c-796a5ecb701e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-05T06:46:59.524Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:46:59.525Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-05T06:46:59.685Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:46:59.696Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5839fb34-0fed-42fe-9c7c-796a5ecb701e 162978
2022-09-05T06:46:59.721Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-05T06:46:59.722Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-05T06:46:59.722Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:46:59.723Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:46:59.746Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:46:59.747Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360419721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:46:59.842Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-05T06:46:59.843Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:46:59.843Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:00.146Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:00.146Z||pool-121-thread-1|||||INFO|500||cambria reply ok (304 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:47:00.747Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:47:00.749Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:47:00.749Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5839fb34-0fed-42fe-9c7c-796a5ecb701e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-05T06:47:00.750Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-05T06:47:00.751Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-05T06:47:00.751Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-05T06:47:00.990Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2633451304982696667/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-05T06:47:02.888Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:47:02.888Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:47:02.889Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-05T06:47:02.889Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-05T06:47:02.889Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-05T06:47:02.890Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-05T06:47:02.890Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-05T06:47:02.890Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-05T06:47:02.890Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:47:02.891Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.891Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:02.892Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-05T06:47:02.892Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:47:02.892Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:47:02.893Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.893Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:02.893Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-05T06:47:02.893Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:47:02.893Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:47:02.895Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.895Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:02.895Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.896Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-05T06:47:02.896Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-05T06:47:02.896Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-05T06:47:02.896Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-05T06:47:02.897Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.897Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:47:02.897Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.897Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-05T06:47:02.897Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:47:02.899Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.899Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-05T06:47:02.900Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:47:02.900Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.901Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-05T06:47:02.901Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:47:02.901Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.902Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-05T06:47:02.902Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:47:02.902Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.903Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-05T06:47:02.903Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-05T06:47:02.903Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b8933360-cd6e-4cba-bd31-bbc6b90d38f4
2022-09-05T06:47:02.903Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.904Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:02.904Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.904Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:02.905Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.905Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:02.905Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:02.906Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:02.906Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:35e294ed-26bf-4e2c-b978-5fa1f3956eb3
Model Version:NULL
Model InvariantUuid:9b01eb73-a5d7-4e25-bf4f-8cd42849134a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:3bbdc5ca-118e-4dc3-84c3-313f65dd7eb9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19138069-5b50-47aa-8eef-12f1534f080e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:66fb29f9-23cc-4698-bf67-b84a00df8196
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:257dc2a2-a2b1-4e61-a758-5cefe0689130
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:171a3fed-c5e4-43ff-ab7e-4c33f6fed3be
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:3fa8fcae-8c59-42bd-b4e8-f8be4b811da5
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:0d839dbf-8e63-4cd8-8bee-0ae6bf45968e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8933360-cd6e-4cba-bd31-bbc6b90d38f4
ModelInvariantUuid:6580a521-5158-425f-89b2-6e29d4b2628b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:6d790234-aabe-474b-a964-7764a0eb0f20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f58c6a7f-878b-4fbd-b055-f04857b6fe79
ModelInvariantUuid:2029f0ca-365b-48c5-8fa9-fd9c58dcab30
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:14ee1bd7-9344-47de-a84e-bd61da266205
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-09-05T06:47:02.925Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 78a939b8-2cf3-47ef-9523-143971b5b9c7
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-09-05T06:47:02.933Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-09-05T06:47:02.933Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 78a939b8-2cf3-47ef-9523-143971b5b9c7
2022-09-05T06:47:02.933Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0c18a81a-2d5d-432e-8d80-bb511e75b807 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-05T06:47:02.934Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:47:02.935Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-05T06:47:03.037Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:47:03.038Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0c18a81a-2d5d-432e-8d80-bb511e75b807 1565
2022-09-05T06:47:03.038Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-05T06:47:03.038Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-05T06:47:03.038Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:47:03.039Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:03.041Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:03.042Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360423038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:47:03.143Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:47:03.145Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:03.145Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:03.328Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:03.329Z||pool-122-thread-1|||||INFO|500||cambria reply ok (185 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:47:04.044Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3fa8fcae-8c59-42bd-b4e8-f8be4b811da5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d839dbf-8e63-4cd8-8bee-0ae6bf45968e",
    "vfModuleModelCustomizationUUID": "92d24775-d575-4d76-8fbb-414ca5c06ad8",
    "isBase": true,
    "artifacts": [
      "c1cc25b8-1d07-4493-81da-28a3e3f3e497",
      "58296b3d-f180-4ac9-9867-223737a5f9a8"
    ],
    "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": "257dc2a2-a2b1-4e61-a758-5cefe0689130",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "171a3fed-c5e4-43ff-ab7e-4c33f6fed3be",
    "vfModuleModelCustomizationUUID": "607dba65-5b18-4248-a660-4991214e5eb2",
    "isBase": false,
    "artifacts": [
      "5462bd9b-aa44-432f-8a19-bfb647131ccd"
    ],
    "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-09-05T06:47:04.053Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d839dbf-8e63-4cd8-8bee-0ae6bf45968e
VfModuleModelInvariantUUID:3fa8fcae-8c59-42bd-b4e8-f8be4b811da5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1cc25b8-1d07-4493-81da-28a3e3f3e497
,
58296b3d-f180-4ac9-9867-223737a5f9a8

}
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:171a3fed-c5e4-43ff-ab7e-4c33f6fed3be
VfModuleModelInvariantUUID:257dc2a2-a2b1-4e61-a758-5cefe0689130
VfModuleModelDescription:NULL
Artifacts UUID List:{
5462bd9b-aa44-432f-8a19-bfb647131ccd

}
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-09-05T06:47:04.077Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3fa8fcae-8c59-42bd-b4e8-f8be4b811da5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d839dbf-8e63-4cd8-8bee-0ae6bf45968e",
    "vfModuleModelCustomizationUUID": "92d24775-d575-4d76-8fbb-414ca5c06ad8",
    "isBase": true,
    "artifacts": [
      "c1cc25b8-1d07-4493-81da-28a3e3f3e497",
      "58296b3d-f180-4ac9-9867-223737a5f9a8"
    ],
    "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": "257dc2a2-a2b1-4e61-a758-5cefe0689130",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "171a3fed-c5e4-43ff-ab7e-4c33f6fed3be",
    "vfModuleModelCustomizationUUID": "607dba65-5b18-4248-a660-4991214e5eb2",
    "isBase": false,
    "artifacts": [
      "5462bd9b-aa44-432f-8a19-bfb647131ccd"
    ],
    "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-09-05T06:47:04.078Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d839dbf-8e63-4cd8-8bee-0ae6bf45968e
VfModuleModelInvariantUUID:3fa8fcae-8c59-42bd-b4e8-f8be4b811da5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1cc25b8-1d07-4493-81da-28a3e3f3e497
,
58296b3d-f180-4ac9-9867-223737a5f9a8

}
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:171a3fed-c5e4-43ff-ab7e-4c33f6fed3be
VfModuleModelInvariantUUID:257dc2a2-a2b1-4e61-a758-5cefe0689130
VfModuleModelDescription:NULL
Artifacts UUID List:{
5462bd9b-aa44-432f-8a19-bfb647131ccd

}
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-09-05T06:47:04.078Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c1cc25b8-1d07-4493-81da-28a3e3f3e497 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-05T06:47:04.078Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:47:04.078Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-05T06:47:04.163Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:47:04.163Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c1cc25b8-1d07-4493-81da-28a3e3f3e497 914
2022-09-05T06:47:04.163Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-05T06:47:04.163Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-05T06:47:04.163Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:47:04.164Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:04.166Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:04.166Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360424163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:47:04.266Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:47:04.267Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:04.267Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:04.738Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:04.739Z||pool-123-thread-1|||||INFO|500||cambria reply ok (472 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:47:05.167Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f2dd919e-0ccc-42c9-878e-075039280c5a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-05T06:47:05.170Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:47:05.174Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-05T06:47:05.277Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:47:05.277Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f2dd919e-0ccc-42c9-878e-075039280c5a 12
2022-09-05T06:47:05.278Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-05T06:47:05.278Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-05T06:47:05.278Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:47:05.278Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:05.281Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:05.281Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360425278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:47:05.381Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:47:05.382Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:05.383Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:05.549Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:05.550Z||pool-124-thread-1|||||INFO|500||cambria reply ok (168 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:47:06.282Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58296b3d-f180-4ac9-9867-223737a5f9a8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-05T06:47:06.283Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:47:06.283Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-05T06:47:06.391Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:47:06.391Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 58296b3d-f180-4ac9-9867-223737a5f9a8 96
2022-09-05T06:47:06.392Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-05T06:47:06.392Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-05T06:47:06.392Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:47:06.392Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:06.394Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:06.394Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360426392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:47:06.495Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:47:06.496Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:06.496Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:06.633Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:06.634Z||pool-125-thread-1|||||INFO|500||cambria reply ok (139 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:47:07.395Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5462bd9b-aa44-432f-8a19-bfb647131ccd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-05T06:47:07.395Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:47:07.397Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-05T06:47:07.501Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:47:07.503Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5462bd9b-aa44-432f-8a19-bfb647131ccd 20206
2022-09-05T06:47:07.503Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-05T06:47:07.503Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-05T06:47:07.503Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:47:07.504Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:07.506Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:07.506Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360427503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:47:07.607Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:47:07.608Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:07.608Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:07.705Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:07.706Z||pool-126-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:47:08.511Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 35e294ed-26bf-4e2c-b978-5fa1f3956eb3
2022-09-05T06:47:08.511Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 78a939b8-2cf3-47ef-9523-143971b5b9c7 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-09-05T06:47:08.536Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73364cf7, org.onap.sdc.toscaparser.api.parameters.Input@aebe0c, org.onap.sdc.toscaparser.api.parameters.Input@9631bfb, org.onap.sdc.toscaparser.api.parameters.Input@287c86ed, org.onap.sdc.toscaparser.api.parameters.Input@69ec26e1]
2022-09-05T06:47:08.538Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.538Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:08.539Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-09-05T06:47:08.539Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 66fb29f9-23cc-4698-bf67-b84a00df8196
2022-09-05T06:47:08.539Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66fb29f9-23cc-4698-bf67-b84a00df8196 matches Tosca VF Customization UUID: 66fb29f9-23cc-4698-bf67-b84a00df8196
2022-09-05T06:47:08.539Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 66fb29f9-23cc-4698-bf67-b84a00df8196  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-09-05T06:47:08.543Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.543Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:08.544Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 66fb29f9-23cc-4698-bf67-b84a00df8196: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-09-05T06:47:08.544Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41ed6300
2022-09-05T06:47:08.544Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.545Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:47:08.545Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 607dba65-5b18-4248-a660-4991214e5eb2
2022-09-05T06:47:08.545Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 607dba65-5b18-4248-a660-4991214e5eb2
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-09-05T06:47:08.549Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.549Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-05T06:47:08.550Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:47:08.550Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.550Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-05T06:47:08.550Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:47:08.551Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.551Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-05T06:47:08.551Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=66fb29f9-23cc-4698-bf67-b84a00df8196
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-09-05T06:47:08.554Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.555Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:08.555Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 35e294ed-26bf-4e2c-b978-5fa1f3956eb3: basic_cnf_macro
2022-09-05T06:47:08.555Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.555Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:08.556Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.556Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:08.556Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.556Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:08.556Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.557Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:08.557Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:47:08.557Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:47:08.557Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-05T06:47:08.664Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 78a939b8-2cf3-47ef-9523-143971b5b9c7 2 ASDC deployResourceStructure
2022-09-05T06:47:08.664Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-05T06:47:08.665Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-05T06:47:08.665Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:47:08.665Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:08.675Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:08.675Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360428664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:47:08.775Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:47:08.776Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:08.777Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:08.896Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:08.897Z||pool-127-thread-1|||||INFO|500||cambria reply ok (121 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:47:09.677Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-05T06:47:09.677Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-05T06:47:09.677Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:47:09.678Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:09.681Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:09.681Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360429677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:47:09.781Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:47:09.782Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:09.782Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:09.855Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:09.856Z||pool-128-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:47:10.682Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-05T06:47:10.683Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-09-05T06:47:10.683Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-05T06:47:10.690Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:10.694Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:10.695Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360430682,
  "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-09-05T06:47:10.795Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:47:10.796Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:10.797Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:10.957Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:10.958Z||pool-129-thread-1|||||INFO|500||cambria reply ok (162 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:47:11.696Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-05T06:47:11.697Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-05T06:47:11.697Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:47:11.698Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:11.699Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:11.700Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360431696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:47:11.800Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:47:11.802Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:11.803Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:11.911Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:11.912Z||pool-130-thread-1|||||INFO|500||cambria reply ok (111 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:47:12.701Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-05T06:47:12.701Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-05T06:47:12.702Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-05T06:47:12.702Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:12.705Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:12.706Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360432700,
  "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-09-05T06:47:12.807Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:47:12.808Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:12.809Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:12.896Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:12.897Z||pool-131-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:47:13.706Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-05T06:47:13.707Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-05T06:47:13.707Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:47:13.708Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:47:13.711Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:47:13.711Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360433706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:47:13.810Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:47:13.811Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:47:13.812Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:14.011Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:14.012Z||pool-132-thread-1|||||INFO|500||cambria reply ok (201 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:47:14.712Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:47:14.733Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
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-09-05T06:47:14.737Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:47:14.738Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:47:14.738Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:47:44.738Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:47:44.769Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
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-09-05T06:47:44.774Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:47:44.774Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:47:44.774Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:47:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:47:48.229Z||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-09-05T06:47:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:47:48.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:47:48.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:47:48.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360408765,
  "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-09-05T06:47:48.409Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
2022-09-05T06:47:48.409Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b 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-09-05T06:48:14.774Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:48:14.806Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
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-09-05T06:48:14.810Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:48:14.810Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:48:14.810Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:48:44.811Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:48:44.846Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
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-09-05T06:48:44.850Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:48:44.851Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:48:44.851Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:48:48.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:48:48.232Z||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-09-05T06:48:48.232Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:48:48.327Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:48:48.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:48:48.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "cds",
  "timestamp": 1662360409872,
  "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-09-05T06:48:48.385Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c
2022-09-05T06:48:48.388Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c 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-09-05T06:48:48.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:48:48.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360400809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:48:48.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:14.852Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:49:14.881Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
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-09-05T06:49:14.886Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:49:14.886Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:49:14.887Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:49:44.887Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:49:44.905Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
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-09-05T06:49:44.909Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:49:44.909Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-05T06:49:44.909Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-05T06:49:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:49:48.229Z||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-09-05T06:49:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:49:48.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:49:48.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360408809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360409940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "policy-id",
  "timestamp": 1662360409818,
  "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-09-05T06:49:48.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c
2022-09-05T06:49:48.464Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c 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-09-05T06:49:48.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360411037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.480Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360409423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360412154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360409423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360413230,
  "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-09-05T06:49:48.494Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c
2022-09-05T06:49:48.495Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c 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-09-05T06:49:48.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360409423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360414235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360409423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360409423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360409423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360409423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360418284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360409423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "aai-ml",
  "timestamp": 1662360419303,
  "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-09-05T06:49:48.523Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
2022-09-05T06:49:48.524Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b 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-09-05T06:49:48.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360419721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360420322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360420322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360420322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360423038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360420322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360423397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360424163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360420322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360423397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360425278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360420322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360423397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360426278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360426392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360420322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360423397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360427503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360420322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360423397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360428664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360423397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360429578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360429677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360430295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360423397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360430682,
  "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-09-05T06:49:48.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360423397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "clamp",
  "timestamp": 1662360431303,
  "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-09-05T06:49:48.555Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c
2022-09-05T06:49:48.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c 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-09-05T06:49:48.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360431696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360432382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360432700,
  "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-09-05T06:49:48.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360433706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360435521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360436530,
  "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-09-05T06:49:48.591Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c
2022-09-05T06:49:48.591Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c 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-09-05T06:49:48.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360432591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360429426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360432591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360429426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360432591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360429426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360438827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360432591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360429426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360432591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360429426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360438827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360440809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360438827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360442666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360432591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360429426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360440809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360438827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360432591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360442666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360429426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360440809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360438827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360442666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360429426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360432591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360440809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360442666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360429426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360432591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360438827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360445690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360440809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360442666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360438827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "aai-ml",
  "timestamp": 1662360446707,
  "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-09-05T06:49:48.640Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c
2022-09-05T06:49:48.640Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c 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-09-05T06:49:48.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360445727,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360440809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360438827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360442666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360446765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360440809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360442666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360438827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360447713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662360447771,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-05T06:49:48.702Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4f2e5b51-c663-433e-8a21-5834567706a0
2022-09-05T06:49:48.703Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2e5b51-c663-433e-8a21-5834567706a0 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-09-05T06:49:48.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360440809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360447713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360442666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360448952,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662360440809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360442666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360447713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360449959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360447713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360452669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "policy-id",
  "timestamp": 1662360450964,
  "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-09-05T06:49:48.748Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f2e5b51-c663-433e-8a21-5834567706a0
2022-09-05T06:49:48.751Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2e5b51-c663-433e-8a21-5834567706a0 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-09-05T06:49:48.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360447713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360452521,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "cds",
  "timestamp": 1662360454055,
  "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=?
2022-09-05T06:49:48.796Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f2e5b51-c663-433e-8a21-5834567706a0
2022-09-05T06:49:48.797Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2e5b51-c663-433e-8a21-5834567706a0 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-09-05T06:49:48.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360447713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360453397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360454299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360447713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360453397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "clamp",
  "timestamp": 1662360455302,
  "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-09-05T06:49:48.831Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f2e5b51-c663-433e-8a21-5834567706a0
2022-09-05T06:49:48.831Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2e5b51-c663-433e-8a21-5834567706a0 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-09-05T06:49:48.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360447713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360453397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360447713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360453397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360457694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360453397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360453397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360453397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360453397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:49:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360453397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:49:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:49:48.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360463561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:49:48.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360465884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:49:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662360466894,
  "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-09-05T06:49:48.874Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f2e5b51-c663-433e-8a21-5834567706a0
2022-09-05T06:49:48.874Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2e5b51-c663-433e-8a21-5834567706a0 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-09-05T06:49:48.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:49:48.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360467864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:49:48.897Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:50:14.910Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:50:14.935Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b
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-09-05T06:50:14.950Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:50:14.950Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:50:14.950Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:50:14.951Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:50:14.951Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:50:14.951Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:50:14.951Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:50:14.951Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:50:14.951Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:50:14.952Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:50:14.952Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:50:14.988Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:50:44.990Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b 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-09-05T06:50:44.999Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b and serviceModelVersionId: 35e294ed-26bf-4e2c-b978-5fa1f3956eb3
2022-09-05T06:50:45.000Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b01eb73-a5d7-4e25-bf4f-8cd42849134a
2022-09-05T06:50:45.003Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b01eb73-a5d7-4e25-bf4f-8cd42849134a/model-vers/model-ver/35e294ed-26bf-4e2c-b978-5fa1f3956eb3?depth=0
2022-09-05T06:50:45.012Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:50:45.086Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b01eb73-a5d7-4e25-bf4f-8cd42849134a/model-vers/model-ver/35e294ed-26bf-4e2c-b978-5fa1f3956eb3?depth=0|INFO|500||Invoke
2022-09-05T06:50:45.087Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b01eb73-a5d7-4e25-bf4f-8cd42849134a/model-vers/model-ver/35e294ed-26bf-4e2c-b978-5fa1f3956eb3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b01eb73-a5d7-4e25-bf4f-8cd42849134a/model-vers/model-ver/35e294ed-26bf-4e2c-b978-5fa1f3956eb3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4051c878-b871-4d1a-bc65-8e957694ee59], X-ECOMP-RequestID=[c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b], X-TransactionId=[], X-ONAP-RequestID=[c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b], Content-Type=[application/merge-patch+json]}
2022-09-05T06:50:45.141Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b01eb73-a5d7-4e25-bf4f-8cd42849134a/model-vers/model-ver/35e294ed-26bf-4e2c-b978-5fa1f3956eb3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:50:45.320Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b01eb73-a5d7-4e25-bf4f-8cd42849134a/model-vers/model-ver/35e294ed-26bf-4e2c-b978-5fa1f3956eb3?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/9b01eb73-a5d7-4e25-bf4f-8cd42849134a/model-vers/model-ver/35e294ed-26bf-4e2c-b978-5fa1f3956eb3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220905-06:50:45:003-44118], vertex-id=[278584], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:50:45 GMT], Content-Type=[application/json]}
2022-09-05T06:50:45.321Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b01eb73-a5d7-4e25-bf4f-8cd42849134a/model-vers/model-ver/35e294ed-26bf-4e2c-b978-5fa1f3956eb3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:50:45.322Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b01eb73-a5d7-4e25-bf4f-8cd42849134a/model-vers/model-ver/35e294ed-26bf-4e2c-b978-5fa1f3956eb3?depth=0|INFO|500||InvokeReturn
2022-09-05T06:50:45.322Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:50:45.322Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-05T06:50:45.338Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-05T06:50:45.339Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:50:45.339Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:50:45.340Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:45.344Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:45.344Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360645339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:50:45.444Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:50:45.445Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:45.446Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:45.857Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:45.858Z||pool-133-thread-1|||||INFO|500||cambria reply ok (413 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-09-05T06:50:46.381Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-05T06:50:46.381Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4","serviceDescription":"service","serviceInvariantUUID":"dfa498a4-0d9e-4912-928e-cdd9c8897dc4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e631fa6-7f19-4950-909a-e2d5dfd6c179","resourceInvariantUUID":"c689c9e3-3ba3-4aaf-a343-e3d41230df28","resourceCustomizationUUID":"6c93d67c-95ca-44b5-bd4a-e6ab693fc19d","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":"YTgyYzIwMDU3MDA1MGM0MjI0NDY3YmZlYzQ0OGNhZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e59dcff3-4c26-4496-8c8d-70b404ab4468","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":"YmM2NmM3NmE1ZDdkMDhhNjE0YjA1MzQ1MTgwOTg5N2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48881b61-cb20-4db5-9459-8ce81582dcac","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":"2ecddd90-e8a2-4882-b106-3b9a63ec163b","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":"4e626af8-4f27-4217-8aca-f8387c47353c","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":"fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5","artifactVersion":"2","generatedFromUUID":"2ecddd90-e8a2-4882-b106-3b9a63ec163b"},{"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":"ZmM2NGNjYzAzYTc4ZGM2NGEyMzI5ZDM5MTMxMWMwMDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cca42e86-796e-465c-958f-134d206119ac","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":"MjdkYmQ4YzRlMjZlOTdiNTZjYWI0NzA4NDdiMTIxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75d74d43-3b0a-4ab8-aeb5-b6e033dfcb06","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjAwZmI2MmRmMDEwMmY4MDc4YWY0ZjI3MmQzNjVlNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24ed5cb4-6fbd-488f-b381-4082aa17eb96","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:50:46.382Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:50:46.382Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:46.386Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:46.388Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:50:46.486Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-05T06:50:46.487Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:46.487Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:46.773Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:46.774Z||pool-134-thread-1|||||INFO|500||cambria reply ok (287 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:50:47.389Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:50:47.391Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:47.395Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:47.395Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:50:47.494Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:50:47.495Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:47.495Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:47.654Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:47.655Z||pool-135-thread-1|||||INFO|500||cambria reply ok (161 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:50:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:50:48.229Z||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-09-05T06:50:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:48.402Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:50:48.403Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:48.407Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:48.407Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:50:48.507Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:50:48.508Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:48.508Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:48.610Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:48.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-05T06:50:48.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "aai-ml",
  "timestamp": 1662360468872,
  "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-09-05T06:50:48.625Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f2e5b51-c663-433e-8a21-5834567706a0
2022-09-05T06:50:48.625Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2e5b51-c663-433e-8a21-5834567706a0 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-09-05T06:50:48.644Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:48.645Z||pool-136-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:50:49.408Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:50:49.409Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:49.412Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:49.412Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:50:49.512Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:50:49.513Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:49.513Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:49.650Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:49.651Z||pool-137-thread-1|||||INFO|500||cambria reply ok (139 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:50:50.412Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:50:50.414Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:50.417Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:50.417Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-05T06:50:50.517Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:50:50.518Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:50.518Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:50.708Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:50.709Z||pool-138-thread-1|||||INFO|500||cambria reply ok (192 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:50:51.417Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:50:51.418Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:51.420Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:51.420Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:50:51.520Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:50:51.521Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:51.522Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:51.695Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:51.696Z||pool-139-thread-1|||||INFO|500||cambria reply ok (175 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:50:52.421Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:50:52.424Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:52.428Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:52.428Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:50:52.527Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:50:52.528Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:52.528Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:52.688Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:52.688Z||pool-140-thread-1|||||INFO|500||cambria reply ok (161 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:50:53.428Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:50:53.429Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:53.434Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:53.435Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:50:53.532Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-05T06:50:53.533Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:53.533Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:53.703Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:53.704Z||pool-141-thread-1|||||INFO|500||cambria reply ok (172 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:50:54.436Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dfa498a4-0d9e-4912-928e-cdd9c8897dc4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "6c93d67c-95ca-44b5-bd4a-e6ab693fc19d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e631fa6-7f19-4950-909a-e2d5dfd6c179",
      "resourceInvariantUUID": "c689c9e3-3ba3-4aaf-a343-e3d41230df28",
      "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": "YmM2NmM3NmE1ZDdkMDhhNjE0YjA1MzQ1MTgwOTg5N2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "48881b61-cb20-4db5-9459-8ce81582dcac",
          "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": "2ecddd90-e8a2-4882-b106-3b9a63ec163b",
          "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": "fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5",
            "generatedFromUUID": "2ecddd90-e8a2-4882-b106-3b9a63ec163b"
          },
          "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": "fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjAwZmI2MmRmMDEwMmY4MDc4YWY0ZjI3MmQzNjVlNTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24ed5cb4-6fbd-488f-b381-4082aa17eb96"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:50:54.436Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:50:54.436Z|c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4 ASDC
2022-09-05T06:50:54.437Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4
ServiceInvariantUUID:dfa498a4-0d9e-4912-928e-cdd9c8897dc4
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:24ed5cb4-6fbd-488f-b381-4082aa17eb96
ArtifactChecksum:MjAwZmI2MmRmMDEwMmY4MDc4YWY0ZjI3MmQzNjVlNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:6c93d67c-95ca-44b5-bd4a-e6ab693fc19d
ResourceInvariantUUID:c689c9e3-3ba3-4aaf-a343-e3d41230df28
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8e631fa6-7f19-4950-909a-e2d5dfd6c179
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:48881b61-cb20-4db5-9459-8ce81582dcac
ArtifactChecksum:YmM2NmM3NmE1ZDdkMDhhNjE0YjA1MzQ1MTgwOTg5N2Y=
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:2ecddd90-e8a2-4882-b106-3b9a63ec163b
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:fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5
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:fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-05T06:50:54.437Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4 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-09-05T06:50:54.527Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:50:54.528Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:50:54.528Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:50:54.528Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 24ed5cb4-6fbd-488f-b381-4082aa17eb96 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-05T06:50:54.528Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:50:54.528Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-05T06:50:54.935Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:50:54.939Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 24ed5cb4-6fbd-488f-b381-4082aa17eb96 82482
2022-09-05T06:50:54.939Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-05T06:50:54.940Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-05T06:50:54.940Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:50:54.940Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:54.943Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:54.943Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360654939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:50:55.046Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-05T06:50:55.048Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:55.048Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:55.349Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:55.350Z||pool-142-thread-1|||||INFO|500||cambria reply ok (303 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:50:55.943Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:50:55.945Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:50:55.945Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 24ed5cb4-6fbd-488f-b381-4082aa17eb96, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:55.945Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-05T06:50:55.946Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:55.946Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:56.252Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12436084463179774361/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-05T06:50:58.386Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:50:58.387Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:50:58.387Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:58.387Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-05T06:50:58.387Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:58.387Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:58.388Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:58.388Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:58.388Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:58.388Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:58.388Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-05T06:50:58.388Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:50:58.389Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.389Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:50:58.389Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-05T06:50:58.390Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:50:58.390Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:50:58.390Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.391Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:50:58.391Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-05T06:50:58.391Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:50:58.391Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:50:58.392Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.392Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:50:58.392Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.393Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-05T06:50:58.393Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-05T06:50:58.393Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-05T06:50:58.393Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-05T06:50:58.393Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-05T06:50:58.394Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-05T06:50:58.394Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.394Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:50:58.394Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.394Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-05T06:50:58.395Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:50:58.395Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.395Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-05T06:50:58.395Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:50:58.395Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.395Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-05T06:50:58.396Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:50:58.396Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.396Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-05T06:50:58.396Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-05T06:50:58.396Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-05T06:50:58.396Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7357e86b-e893-42cd-b7aa-5f6ff012acfa
2022-09-05T06:50:58.397Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.397Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:50:58.397Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.397Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:50:58.398Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.398Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:50:58.398Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:50:58.398Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:50:58.399Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4
Model Version:NULL
Model InvariantUuid:dfa498a4-0d9e-4912-928e-cdd9c8897dc4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b326d6d8-2f60-4bb9-840d-3e3b580fbb3a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c689c9e3-3ba3-4aaf-a343-e3d41230df28
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6c93d67c-95ca-44b5-bd4a-e6ab693fc19d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2f1fd62d-2d33-4310-bc3f-87d391ad0ad6
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f9780d3f-1ddc-4d2c-8dcc-247a821e9a53
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7357e86b-e893-42cd-b7aa-5f6ff012acfa
ModelInvariantUuid:23997c30-b60f-4cae-b859-4d728906443d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:fc13acb3-423a-4b21-8edb-526ae18459a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2e7827eb-78ed-4cbd-a4b2-7d40e71e4367
ModelInvariantUuid:0cb462c3-c56b-4b06-9565-4ca3ab5474ba
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:618c22c1-a861-4dd2-8136-4697cfd0eb5b
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-09-05T06:50:58.423Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e631fa6-7f19-4950-909a-e2d5dfd6c179
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-09-05T06:50:58.429Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-09-05T06:50:58.429Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e631fa6-7f19-4950-909a-e2d5dfd6c179
2022-09-05T06:50:58.429Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 48881b61-cb20-4db5-9459-8ce81582dcac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-05T06:50:58.429Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:50:58.429Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-05T06:50:58.497Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:50:58.497Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 48881b61-cb20-4db5-9459-8ce81582dcac 792
2022-09-05T06:50:58.497Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-05T06:50:58.497Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-05T06:50:58.497Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:50:58.498Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:58.499Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:58.500Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360658497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:50:58.600Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:50:58.601Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:58.601Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:58.835Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:58.835Z||pool-143-thread-1|||||INFO|500||cambria reply ok (235 ms):{"serverTimeMs":25,"count":1}
2022-09-05T06:50:59.500Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2f1fd62d-2d33-4310-bc3f-87d391ad0ad6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9780d3f-1ddc-4d2c-8dcc-247a821e9a53",
    "vfModuleModelCustomizationUUID": "806a97a4-f342-4810-983b-81ed0e131574",
    "isBase": true,
    "artifacts": [
      "2ecddd90-e8a2-4882-b106-3b9a63ec163b",
      "fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5"
    ],
    "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-09-05T06:50:59.505Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9780d3f-1ddc-4d2c-8dcc-247a821e9a53
VfModuleModelInvariantUUID:2f1fd62d-2d33-4310-bc3f-87d391ad0ad6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ecddd90-e8a2-4882-b106-3b9a63ec163b
,
fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5

}
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-09-05T06:50:59.507Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2f1fd62d-2d33-4310-bc3f-87d391ad0ad6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9780d3f-1ddc-4d2c-8dcc-247a821e9a53",
    "vfModuleModelCustomizationUUID": "806a97a4-f342-4810-983b-81ed0e131574",
    "isBase": true,
    "artifacts": [
      "2ecddd90-e8a2-4882-b106-3b9a63ec163b",
      "fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5"
    ],
    "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-09-05T06:50:59.507Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9780d3f-1ddc-4d2c-8dcc-247a821e9a53
VfModuleModelInvariantUUID:2f1fd62d-2d33-4310-bc3f-87d391ad0ad6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ecddd90-e8a2-4882-b106-3b9a63ec163b
,
fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5

}
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-09-05T06:50:59.508Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ecddd90-e8a2-4882-b106-3b9a63ec163b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-05T06:50:59.508Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:50:59.508Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-05T06:50:59.626Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:50:59.626Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2ecddd90-e8a2-4882-b106-3b9a63ec163b 5033
2022-09-05T06:50:59.627Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-05T06:50:59.627Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-05T06:50:59.627Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:50:59.628Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:50:59.633Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:50:59.634Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360659627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:50:59.731Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-05T06:50:59.732Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:50:59.732Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:50:59.890Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:50:59.891Z||pool-144-thread-1|||||INFO|500||cambria reply ok (160 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:00.637Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-05T06:51:00.638Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:51:00.638Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-05T06:51:00.737Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:51:00.737Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env fe8443f3-f4ba-4bc4-afbd-bc4b535d0aa5 903
2022-09-05T06:51:00.738Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-05T06:51:00.738Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-05T06:51:00.738Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:51:00.738Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:00.741Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:00.741Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360660738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:51:00.841Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:51:00.842Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:00.842Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:01.001Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:01.002Z||pool-145-thread-1|||||INFO|500||cambria reply ok (161 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:51:01.742Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4
2022-09-05T06:51:01.742Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8e631fa6-7f19-4950-909a-e2d5dfd6c179 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-09-05T06:51:01.775Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20349b23, org.onap.sdc.toscaparser.api.parameters.Input@4e239657, org.onap.sdc.toscaparser.api.parameters.Input@22cf5488, org.onap.sdc.toscaparser.api.parameters.Input@2f7bcc12, org.onap.sdc.toscaparser.api.parameters.Input@2b92b75d]
2022-09-05T06:51:01.780Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.781Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:01.781Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-09-05T06:51:01.781Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6c93d67c-95ca-44b5-bd4a-e6ab693fc19d
2022-09-05T06:51:01.782Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6c93d67c-95ca-44b5-bd4a-e6ab693fc19d matches Tosca VF Customization UUID: 6c93d67c-95ca-44b5-bd4a-e6ab693fc19d
2022-09-05T06:51:01.782Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6c93d67c-95ca-44b5-bd4a-e6ab693fc19d  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-09-05T06:51:01.791Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.791Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:01.792Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6c93d67c-95ca-44b5-bd4a-e6ab693fc19d: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-09-05T06:51:01.792Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50082e82
2022-09-05T06:51:01.792Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.792Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-05T06:51:01.793Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 806a97a4-f342-4810-983b-81ed0e131574
2022-09-05T06:51:01.793Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 806a97a4-f342-4810-983b-81ed0e131574
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-09-05T06:51:01.797Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.797Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-05T06:51:01.797Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:51:01.798Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.798Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-05T06:51:01.798Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:51:01.798Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.799Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-05T06:51:01.799Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-05T06:51:01.799Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-05T06:51:01.799Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7357e86b-e893-42cd-b7aa-5f6ff012acfa
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-09-05T06:51:01.803Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.803Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-05T06:51:01.803Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-05T06:51:01.803Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.804Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-05T06:51:01.804Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6c93d67c-95ca-44b5-bd4a-e6ab693fc19d
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-09-05T06:51:01.807Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.808Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:01.808Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4: basic_vm_macro
2022-09-05T06:51:01.808Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.808Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:01.808Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.809Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:01.809Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.809Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:01.809Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.809Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:01.810Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:01.810Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:01.810Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-05T06:51:02.115Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8e631fa6-7f19-4950-909a-e2d5dfd6c179 1 ASDC deployResourceStructure
2022-09-05T06:51:02.115Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-05T06:51:02.116Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-05T06:51:02.116Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:51:02.116Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:02.118Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:02.118Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360662115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:51:02.219Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:51:02.220Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:02.220Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:02.404Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:02.406Z||pool-146-thread-1|||||INFO|500||cambria reply ok (187 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:03.119Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-05T06:51:03.120Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-05T06:51:03.120Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:51:03.120Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:03.122Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:03.122Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360663119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:51:03.223Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-05T06:51:03.224Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:03.224Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:03.497Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:03.497Z||pool-147-thread-1|||||INFO|500||cambria reply ok (274 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:04.123Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-05T06:51:04.124Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-05T06:51:04.124Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:51:04.124Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:04.127Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:04.128Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360664123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:51:04.228Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:51:04.229Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:04.229Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:04.401Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:04.402Z||pool-148-thread-1|||||INFO|500||cambria reply ok (174 ms):{"serverTimeMs":6,"count":1}
2022-09-05T06:51:05.128Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-05T06:51:05.129Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-05T06:51:05.129Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:51:05.129Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:05.139Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:05.140Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360665128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:51:05.233Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-05T06:51:05.239Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:05.240Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:05.521Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:05.522Z||pool-149-thread-1|||||INFO|500||cambria reply ok (289 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:06.144Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:51:06.179Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c
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-09-05T06:51:06.183Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:51:06.183Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:51:06.183Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:51:06.183Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:51:06.183Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:06.184Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:06.184Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:06.184Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:06.184Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:06.184Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:06.184Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:51:06.191Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:51:36.192Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c 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-09-05T06:51:36.229Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c and serviceModelVersionId: 3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4
2022-09-05T06:51:36.230Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dfa498a4-0d9e-4912-928e-cdd9c8897dc4
2022-09-05T06:51:36.231Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dfa498a4-0d9e-4912-928e-cdd9c8897dc4/model-vers/model-ver/3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4?depth=0
2022-09-05T06:51:36.239Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:51:36.313Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfa498a4-0d9e-4912-928e-cdd9c8897dc4/model-vers/model-ver/3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4?depth=0|INFO|500||Invoke
2022-09-05T06:51:36.314Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfa498a4-0d9e-4912-928e-cdd9c8897dc4/model-vers/model-ver/3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfa498a4-0d9e-4912-928e-cdd9c8897dc4/model-vers/model-ver/3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06f62a1f-4dc6-48be-80c3-e5529c2102ae], X-ECOMP-RequestID=[9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c], X-TransactionId=[], X-ONAP-RequestID=[9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c], Content-Type=[application/merge-patch+json]}
2022-09-05T06:51:36.353Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfa498a4-0d9e-4912-928e-cdd9c8897dc4/model-vers/model-ver/3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:51:36.673Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfa498a4-0d9e-4912-928e-cdd9c8897dc4/model-vers/model-ver/3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4?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/dfa498a4-0d9e-4912-928e-cdd9c8897dc4/model-vers/model-ver/3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220905-06:51:36:214-80955], vertex-id=[258176], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:51:36 GMT], Content-Type=[application/json]}
2022-09-05T06:51:36.674Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfa498a4-0d9e-4912-928e-cdd9c8897dc4/model-vers/model-ver/3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:51:36.676Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfa498a4-0d9e-4912-928e-cdd9c8897dc4/model-vers/model-ver/3e6b5b46-11e9-4c5b-8987-fbceb2ae7cb4?depth=0|INFO|500||InvokeReturn
2022-09-05T06:51:36.678Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:51:36.679Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-05T06:51:40.207Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-05T06:51:40.207Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:51:40.208Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:51:40.208Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:40.211Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:40.211Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360700207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:51:40.311Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:51:40.313Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:40.313Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:40.357Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:40.358Z||pool-150-thread-1|||||INFO|500||cambria reply ok (46 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-09-05T06:51:41.272Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:51:41.281Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:51:41.285Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:46.332Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:46.334Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-05T06:51:46.334Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f2e5b51-c663-433e-8a21-5834567706a0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"332ffa73-478d-4cb3-bcf6-55f7588246ee","serviceDescription":"service","serviceInvariantUUID":"63f308ff-19e7-40c0-86bd-d0d370fdfc42","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"161a8094-d11a-4a73-af5f-e5c8b3c446b4","resourceInvariantUUID":"c78ffe44-ee37-4000-b19a-19149c567c58","resourceCustomizationUUID":"b6d3b080-8445-4ccd-8701-2f4a0c8120d8","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":"M2ZmNWU5OTU5MjEzMzExNzliYjhmMGRkNzk0NTU3M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63861911-f097-4e20-9f70-23efc8341a38","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":"3b67eef2-87c0-426e-944e-6fac0fb868d6","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":"8d00d2bb-76da-4429-95ce-f0120e556d53","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":"ODlmZjUwNWNkNWE3YTk3ZTVlYTBhZDQ5MjVhYzlhYTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4d0ba3c4-c17b-457e-b9af-bb52ca58acb2","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":"2f926e31-aeee-409e-ab7d-7f98a3af9215","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":"c13f111a-e728-44b2-a80d-ba808540850f","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":"66857ae8-9584-4206-ab7c-a5fce890f7bd","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":"ZjllNzZkMzcxYmZjYzg3NDMyOGRkZTRjMjExNGNmNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6411e3c-ecb5-48af-a323-3d7b8159c404","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzdlZTdhMjNlZTg0YWZmN2U5NGMxNmQ4MTNhYzRmZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96cf2d42-a378-4476-b002-6c1358e42a4b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-05T06:51:46.337Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:51:46.337Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:46.339Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:46.340Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:51:46.440Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:51:46.441Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:46.441Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:46.548Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:46.549Z||pool-151-thread-1|||||INFO|500||cambria reply ok (109 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:47.340Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:51:47.342Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:47.345Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:47.345Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:51:47.449Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-05T06:51:47.450Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:47.450Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:47.532Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:47.532Z||pool-152-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:51:48.229Z||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-09-05T06:51:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:48.347Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:51:48.348Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:48.352Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:48.353Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:51:48.453Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:51:48.454Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:48.455Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:48.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:48.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-05T06:51:48.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c376cef1-66b4-4cdc-b7e8-ae7cbcc3fd6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360645339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:51:48.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:51:48.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-05T06:51:48.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:51:48.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:51:48.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-05T06:51:48.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-05T06:51:48.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:51:48.665Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:48.666Z||pool-153-thread-1|||||INFO|500||cambria reply ok (213 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:49.355Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:51:49.356Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:49.363Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:49.364Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:51:49.463Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-05T06:51:49.465Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:49.465Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:49.570Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:49.574Z||pool-154-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:50.365Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:51:50.369Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:50.373Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:50.373Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:51:50.473Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:51:50.475Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:50.475Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:50.554Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:50.555Z||pool-155-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:51:51.376Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:51:51.376Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:51.429Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:51.430Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:51:51.485Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 55 ms
2022-09-05T06:51:51.494Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:51.494Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:51.552Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:51.553Z||pool-156-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:51:52.432Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:51:52.433Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:52.436Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:52.437Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:51:52.536Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-05T06:51:52.537Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:52.537Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:52.596Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:52.597Z||pool-157-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:53.443Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:51:53.444Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:53.446Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:53.446Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:51:53.547Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:51:53.548Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:53.548Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:53.722Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:53.723Z||pool-158-thread-1|||||INFO|500||cambria reply ok (176 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:54.447Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-05T06:51:54.448Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:54.450Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:54.450Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:51:54.550Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:51:54.552Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:54.552Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:54.682Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:54.683Z||pool-159-thread-1|||||INFO|500||cambria reply ok (132 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:55.451Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "332ffa73-478d-4cb3-bcf6-55f7588246ee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63f308ff-19e7-40c0-86bd-d0d370fdfc42",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b6d3b080-8445-4ccd-8701-2f4a0c8120d8",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "161a8094-d11a-4a73-af5f-e5c8b3c446b4",
      "resourceInvariantUUID": "c78ffe44-ee37-4000-b19a-19149c567c58",
      "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": "NzdlZTdhMjNlZTg0YWZmN2U5NGMxNmQ4MTNhYzRmZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96cf2d42-a378-4476-b002-6c1358e42a4b"
    }
  ],
  "workloadContext": "Production"
}
2022-09-05T06:51:55.453Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-05T06:51:55.453Z|9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 332ffa73-478d-4cb3-bcf6-55f7588246ee ASDC
2022-09-05T06:51:55.455Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4f2e5b51-c663-433e-8a21-5834567706a0
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:332ffa73-478d-4cb3-bcf6-55f7588246ee
ServiceInvariantUUID:63f308ff-19e7-40c0-86bd-d0d370fdfc42
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:96cf2d42-a378-4476-b002-6c1358e42a4b
ArtifactChecksum:NzdlZTdhMjNlZTg0YWZmN2U5NGMxNmQ4MTNhYzRmZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b6d3b080-8445-4ccd-8701-2f4a0c8120d8
ResourceInvariantUUID:c78ffe44-ee37-4000-b19a-19149c567c58
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:161a8094-d11a-4a73-af5f-e5c8b3c446b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-05T06:51:55.456Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 332ffa73-478d-4cb3-bcf6-55f7588246ee 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-09-05T06:51:55.532Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:51:55.534Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:51:55.534Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:51:55.535Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 96cf2d42-a378-4476-b002-6c1358e42a4b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-05T06:51:55.536Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-05T06:51:55.537Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-05T06:51:55.854Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-05T06:51:55.866Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 96cf2d42-a378-4476-b002-6c1358e42a4b 110791
2022-09-05T06:51:55.866Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-05T06:51:55.866Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-05T06:51:55.866Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-05T06:51:55.867Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:55.870Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:55.870Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360715866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:51:55.974Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-05T06:51:55.975Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:55.975Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:56.185Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:56.185Z||pool-160-thread-1|||||INFO|500||cambria reply ok (211 ms):{"serverTimeMs":0,"count":1}
2022-09-05T06:51:56.871Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-05T06:51:56.873Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-05T06:51:56.873Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 96cf2d42-a378-4476-b002-6c1358e42a4b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:56.873Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-09-05T06:51:56.874Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:56.874Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:57.057Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12064497441124179386/Definitions/service-TestPnfMacro-template.yml
2022-09-05T06:51:58.033Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-05T06:51:58.034Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:51:58.034Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:58.034Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-05T06:51:58.034Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:58.034Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:58.034Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:58.034Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:58.034Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:58.035Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:58.035Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-05T06:51:58.035Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-05T06:51:58.035Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:58.035Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:58.035Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-05T06:51:58.035Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:51:58.036Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:51:58.036Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:58.036Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:58.036Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-05T06:51:58.036Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-05T06:51:58.036Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-05T06:51:58.036Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:58.037Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:58.037Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:58.037Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:58.037Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:58.037Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:58.037Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:58.037Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:58.037Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:58.038Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:58.038Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:332ffa73-478d-4cb3-bcf6-55f7588246ee
Model Version:NULL
Model InvariantUuid:63f308ff-19e7-40c0-86bd-d0d370fdfc42
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-09-05T06:51:58.048Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 161a8094-d11a-4a73-af5f-e5c8b3c446b4
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-09-05T06:51:58.053Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-09-05T06:51:58.053Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 161a8094-d11a-4a73-af5f-e5c8b3c446b4
2022-09-05T06:51:58.053Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 332ffa73-478d-4cb3-bcf6-55f7588246ee
2022-09-05T06:51:58.054Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 332ffa73-478d-4cb3-bcf6-55f7588246ee
2022-09-05T06:51:58.054Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 161a8094-d11a-4a73-af5f-e5c8b3c446b4 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-09-05T06:51:58.059Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f9fa545, org.onap.sdc.toscaparser.api.parameters.Input@51fae920, org.onap.sdc.toscaparser.api.parameters.Input@27ea60da, org.onap.sdc.toscaparser.api.parameters.Input@43fa622, org.onap.sdc.toscaparser.api.parameters.Input@26a88e6d]
2022-09-05T06:51:58.060Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:58.060Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:58.060Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 332ffa73-478d-4cb3-bcf6-55f7588246ee: test-pnf
2022-09-05T06:51:58.060Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||Processing PNF resource: 161a8094-d11a-4a73-af5f-e5c8b3c446b4
2022-09-05T06:51:58.060Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-05T06:51:58.061Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-05T06:51:58.061Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||Resource customization UUID: b6d3b080-8445-4ccd-8701-2f4a0c8120d8 is the same as notified resource customizationUUID: b6d3b080-8445-4ccd-8701-2f4a0c8120d8
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-09-05T06:51:58.197Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 161a8094-d11a-4a73-af5f-e5c8b3c446b4 0 ASDC deployResourceStructure
2022-09-05T06:51:58.198Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-05T06:51:58.198Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-05T06:51:58.198Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-05T06:51:58.198Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:51:58.201Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:51:58.201Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360718198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:51:58.301Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:51:58.302Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:51:58.303Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:51:58.417Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:51:58.418Z||pool-161-thread-1|||||INFO|500||cambria reply ok (117 ms):{"serverTimeMs":1,"count":1}
2022-09-05T06:51:59.202Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f2e5b51-c663-433e-8a21-5834567706a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T06:51:59.244Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f2e5b51-c663-433e-8a21-5834567706a0
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-09-05T06:51:59.255Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-05T06:51:59.255Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-05T06:51:59.256Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-05T06:51:59.256Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-05T06:51:59.257Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:59.257Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:59.257Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:59.257Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:59.258Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:59.258Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:59.258Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-05T06:51:59.258Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-05T06:51:59.299Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-05T06:52:29.300Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f2e5b51-c663-433e-8a21-5834567706a0 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-09-05T06:52:29.310Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f2e5b51-c663-433e-8a21-5834567706a0 and serviceModelVersionId: 332ffa73-478d-4cb3-bcf6-55f7588246ee
2022-09-05T06:52:29.311Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63f308ff-19e7-40c0-86bd-d0d370fdfc42
2022-09-05T06:52:29.313Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63f308ff-19e7-40c0-86bd-d0d370fdfc42/model-vers/model-ver/332ffa73-478d-4cb3-bcf6-55f7588246ee?depth=0
2022-09-05T06:52:29.318Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-05T06:52:29.380Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63f308ff-19e7-40c0-86bd-d0d370fdfc42/model-vers/model-ver/332ffa73-478d-4cb3-bcf6-55f7588246ee?depth=0|INFO|500||Invoke
2022-09-05T06:52:29.380Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63f308ff-19e7-40c0-86bd-d0d370fdfc42/model-vers/model-ver/332ffa73-478d-4cb3-bcf6-55f7588246ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63f308ff-19e7-40c0-86bd-d0d370fdfc42/model-vers/model-ver/332ffa73-478d-4cb3-bcf6-55f7588246ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f2e5b51-c663-433e-8a21-5834567706a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da7cf82d-1475-4976-bdbd-eb2945bdc0fd], X-ECOMP-RequestID=[4f2e5b51-c663-433e-8a21-5834567706a0], X-TransactionId=[], X-ONAP-RequestID=[4f2e5b51-c663-433e-8a21-5834567706a0], Content-Type=[application/merge-patch+json]}
2022-09-05T06:52:29.423Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63f308ff-19e7-40c0-86bd-d0d370fdfc42/model-vers/model-ver/332ffa73-478d-4cb3-bcf6-55f7588246ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-05T06:52:29.550Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63f308ff-19e7-40c0-86bd-d0d370fdfc42/model-vers/model-ver/332ffa73-478d-4cb3-bcf6-55f7588246ee?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/63f308ff-19e7-40c0-86bd-d0d370fdfc42/model-vers/model-ver/332ffa73-478d-4cb3-bcf6-55f7588246ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220905-06:52:29:287-54538], vertex-id=[307208], Content-Length=[0], Date=[Mon, 05 Sep 2022 06:52:29 GMT], Content-Type=[application/json]}
2022-09-05T06:52:29.550Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63f308ff-19e7-40c0-86bd-d0d370fdfc42/model-vers/model-ver/332ffa73-478d-4cb3-bcf6-55f7588246ee?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-05T06:52:29.551Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63f308ff-19e7-40c0-86bd-d0d370fdfc42/model-vers/model-ver/332ffa73-478d-4cb3-bcf6-55f7588246ee?depth=0|INFO|500||InvokeReturn
2022-09-05T06:52:29.552Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-05T06:52:29.552Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-05T06:52:29.573Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-05T06:52:29.573Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f2e5b51-c663-433e-8a21-5834567706a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-05T06:52:29.573Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-05T06:52:29.574Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-05T06:52:29.575Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-05T06:52:29.576Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360749573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:52:29.676Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-05T06:52:29.677Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-05T06:52:29.677Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:52:29.794Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:52:29.794Z||pool-162-thread-1|||||INFO|500||cambria reply ok (117 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-09-05T06:52:30.608Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:52:30.608Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:52:30.608Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:52:40.380Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:52:40.381Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:52:40.381Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:52:40.382Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:52:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:52:48.228Z||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-09-05T06:52:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:52:48.439Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:52:48.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-05T06:52:48.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-05T06:52:48.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:52:50.045Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:52:50.046Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:52:50.046Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:52:50.046Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:52:59.828Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:52:59.829Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:52:59.830Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:52:59.830Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:53:09.531Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:53:09.531Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:53:09.532Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:53:09.532Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:53:19.325Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:53:48.189Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:53:48.190Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:53:48.190Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:53:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:53:48.229Z||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-09-05T06:53:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:53:48.493Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:53:48.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:53:48.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:53:48.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-05T06:53:48.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:53:48.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:53:48.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:53:48.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:53:48.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:53:48.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:53:48.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:53:48.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360654939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:53:48.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:53:48.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360658497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:53:48.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:53:48.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360659627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:53:48.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:53:48.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360660738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:53:48.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:53:48.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360662115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-05T06:53:48.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:53:48.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360663119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-05T06:53:48.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:53:48.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360664123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-05T06:53:48.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:53:48.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360665128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:53:48.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:53:48.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c3447e9-ce0e-4fd9-bd69-9f572f1f2a3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360700207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:53:48.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:53:48.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:53:48.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:53:48.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-05T06:53:48.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:53:48.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:53:58.260Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:54:48.189Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:54:48.191Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:54:48.191Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:54:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:54:48.229Z||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-09-05T06:54:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:54:49.000Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:54:49.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:54:49.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:54:49.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:54:49.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:54:49.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:54:49.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:54:49.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:54:49.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:54:49.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:54:49.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:54:49.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-05T06:54:49.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:54:49.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360701272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-05T06:54:49.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-05T06:54:49.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360715866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-05T06:54:49.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:54:49.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360718198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-05T06:54:49.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:54:49.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-05T06:54:49.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2e5b51-c663-433e-8a21-5834567706a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662360749573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-05T06:54:49.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-05T06:54:58.203Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:55:48.185Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:55:48.188Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:55:48.188Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:55:48.228Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:55:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T06:55:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:55:58.027Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:55:58.140Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:56:48.188Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:56:48.190Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-05T06:56:48.190Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WVhx3WSzNwZvmFmm) ...
2022-09-05T06:56:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:56:48.229Z||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-09-05T06:56:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:56:57.976Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:56:58.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:57:48.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:57:48.186Z||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-09-05T06:57:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:57:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:57:48.229Z||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-09-05T06:57:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:57:57.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:57:57.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:58:48.190Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:58:48.190Z||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-09-05T06:58:48.191Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:58:48.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:58:48.229Z||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-09-05T06:58:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:58:58.034Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:58:58.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:59:48.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:59:48.186Z||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-09-05T06:59:48.186Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:59:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T06:59:48.229Z||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-09-05T06:59:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T06:59:57.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T06:59:58.005Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:00:48.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:00:48.186Z||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-09-05T07:00:48.186Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:00:48.228Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:00:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T07:00:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:00:58.048Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:00:58.192Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:01:48.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:01:48.186Z||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-09-05T07:01:48.186Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:01:48.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:01:48.229Z||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-09-05T07:01:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:01:57.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:01:58.027Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:02:48.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:02:48.186Z||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-09-05T07:02:48.186Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:02:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:02:48.229Z||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-09-05T07:02:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:02:57.948Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:02:57.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:03:48.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:03:48.187Z||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-09-05T07:03:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:03:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:03:48.229Z||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-09-05T07:03:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:03:57.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:03:57.922Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:04:48.185Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:04:48.186Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T07:04:48.187Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:04:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:04:48.229Z||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-09-05T07:04:48.232Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:04:57.923Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:04:57.946Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:05:48.186Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:05:48.190Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T07:05:48.190Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:05:48.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:05:48.229Z||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-09-05T07:05:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:05:57.980Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:05:58.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:06:48.186Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:06:48.187Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T07:06:48.187Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:06:48.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:06:48.230Z||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-09-05T07:06:48.230Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:06:58.101Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:06:58.156Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:07:48.186Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:07:48.187Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T07:07:48.187Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:07:48.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:07:48.231Z||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-09-05T07:07:48.231Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:07:57.956Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:07:58.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:08:48.185Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:08:48.187Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T07:08:48.187Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:08:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:08:48.229Z||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-09-05T07:08:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:08:58.044Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:08:58.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:09:48.185Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:09:48.187Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T07:09:48.187Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:09:48.228Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:09:48.229Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|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-09-05T07:09:48.229Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:09:57.889Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:09:57.992Z|0ad82944-726c-44ab-a265-4d8ec51ed8eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:10:48.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:10:48.187Z||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-09-05T07:10:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:10:48.229Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:10:48.231Z|4f2e5b51-c663-433e-8a21-5834567706a0|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-09-05T07:10:48.231Z|4f2e5b51-c663-433e-8a21-5834567706a0|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:10:58.051Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:10:58.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:11:48.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:11:48.187Z||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-09-05T07:11:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:11:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:11:48.229Z||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-09-05T07:11:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:11:58.067Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:11:58.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:12:48.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:12:48.186Z||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-09-05T07:12:48.186Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:12:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:12:48.228Z||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-09-05T07:12:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:12:57.937Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:12:57.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:13:48.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:13:48.187Z||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-09-05T07:13:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:13:48.229Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:13:48.230Z|95dd3337-4015-4455-9ae0-27b8613fd745|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-09-05T07:13:48.230Z|95dd3337-4015-4455-9ae0-27b8613fd745|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:13:57.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:13:57.914Z|95dd3337-4015-4455-9ae0-27b8613fd745|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:14:48.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:14:48.187Z||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-09-05T07:14:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:14:48.228Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:14:48.229Z||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-09-05T07:14:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:14:58.012Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:14:58.071Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:15:48.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:15:48.188Z||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-09-05T07:15:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:15:48.228Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:15:48.229Z|4f2e5b51-c663-433e-8a21-5834567706a0|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-09-05T07:15:48.229Z|4f2e5b51-c663-433e-8a21-5834567706a0|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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:15:57.861Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:15:57.910Z|4f2e5b51-c663-433e-8a21-5834567706a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:16:48.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:16:48.201Z||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-09-05T07:16:48.201Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:16:48.228Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:16:48.229Z||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-09-05T07:16:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:16:57.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:16:58.046Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:17:48.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:17:48.187Z||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-09-05T07:17:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:17:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:17:48.228Z||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-09-05T07:17:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:17:57.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:17:57.952Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:18:48.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:18:48.189Z||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-09-05T07:18:48.189Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:18:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:18:48.229Z||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-09-05T07:18:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:18:57.927Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:18:57.980Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:19:48.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:19:48.188Z||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-09-05T07:19:48.188Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:19:48.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:19:48.234Z||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-09-05T07:19:48.234Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:19:57.960Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:19:58.045Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:20:48.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:20:48.187Z||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-09-05T07:20:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:20:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:20:48.229Z||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-09-05T07:20:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:20:57.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:20:57.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:21:48.186Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:21:48.187Z||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-09-05T07:21:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:21:48.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:21:48.229Z||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-09-05T07:21:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:21:57.950Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:21:58.004Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:22:48.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:22:48.186Z||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-09-05T07:22:48.187Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:22:48.228Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-05T07:22:48.229Z||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-09-05T07:22:48.229Z||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 WVhx3WSzNwZvmFmm) ...
2022-09-05T07:22:57.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-05T07:22:57.923Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK