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-06-19T05:32:43.665Z||main|||||INFO|500||The following profiles are active: basic
2022-06-19T05:33:09.153Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-19T05:33:09.163Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-19T05:33:09.482Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-19T05:33:17.969Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-19T05:33:18.848Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-19T05:33:20.003Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-19T05:33:20.054Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-19T05:33:20.379Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-19T05:33:21.219Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-19T05:33:22.978Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-19T05:33:27.688Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-19T05:33:32.274Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-19T05:33:32.378Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-19T05:33:33.371Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-19T05:33:33.835Z||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-06-19T05:33:36.319Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-19T05:33:38.525Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-19T05:33:38.587Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-19T05:33:38.589Z||main|||||WARN|500||The sdc end point is not alive
2022-06-19T05:33:44.472Z||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-06-19T05:33:49.925Z||main|||||WARN|500||---
2022-06-19T05:33:49.926Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-19T05:33:49.926Z||main|||||WARN|500||---
2022-06-19T05:33:50.706Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-19T05:34:00.058Z||main|||||INFO|500||Started Application in 82.548 seconds (JVM running for 87.065)
2022-06-19T05:34:00.069Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T05:34:00.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T05:34:00.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T05:34:00.179Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T05:34:00.291Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54b4ef0a-2624-4f98-a065-f48129c39665 url= /sdc/v1/artifactTypes
2022-06-19T05:34:00.292Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T05:34:00.900Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-19T05:34:00.955Z||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-06-19T05:34:00.996Z||scheduling-1|||||DEBUG|500||create keys
2022-06-19T05:34:01.021Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-19T05:34:01.090Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:34:01.131Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8675dd0a-2e88-4025-9763-ab813f1f0b84 url= /sdc/v1/registerForDistribution
2022-06-19T05:34:01.355Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8675dd0a-2e88-4025-9763-ab813f1f0b84 url= /sdc/v1/registerForDistribution
2022-06-19T05:34:01.356Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-19T05:34:01.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:34:01.397Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-19T05:34:01.400Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:34:01.442Z||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-06-19T05:34:01.443Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:34:01.442Z||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-06-19T05:34:01.444Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:34:12.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:34:12.204Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:35:01.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:35:01.371Z||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-06-19T05:35:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:35:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:35:01.389Z||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-06-19T05:35:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:35:11.034Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:35:11.076Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:36:01.369Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:36:01.370Z||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-06-19T05:36:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:36:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:36:01.388Z||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-06-19T05:36:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:36:10.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:36:10.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:37:01.369Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:37:01.374Z||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-06-19T05:37:01.374Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:37:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:37:01.389Z||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-06-19T05:37:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:37:11.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:37:11.005Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:38:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:38:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:38:01.372Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:38:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:38:01.389Z||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-06-19T05:38:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:38:10.938Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:38:10.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:39:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:39:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:39:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:39:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:39:01.389Z||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-06-19T05:39:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:39:10.996Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:39:11.031Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:40:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:40:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:40:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:40:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:40:01.388Z||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-06-19T05:40:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:40:10.982Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:40:11.021Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:41:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:41:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:41:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:41:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:41:01.391Z||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-06-19T05:41:01.392Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:41:10.980Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:41:10.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:42:01.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:42:01.371Z||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-06-19T05:42:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:42:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:42:01.389Z||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-06-19T05:42:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:42:10.953Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:42:10.957Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:42:50.991Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-19T05:43:01.368Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:43:01.370Z||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-06-19T05:43:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:43:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:43:01.389Z||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-06-19T05:43:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:43:10.928Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:43:10.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:44:01.368Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:44:01.370Z||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-06-19T05:44:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:44:01.388Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:44:01.390Z||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-06-19T05:44:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:44:10.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:44:10.959Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:45:01.368Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:45:01.370Z||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-06-19T05:45:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:45:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:45:01.389Z||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-06-19T05:45:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:45:10.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:45:10.973Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:46:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:46:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:46:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:46:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:46:01.389Z||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-06-19T05:46:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:46:10.966Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:46:10.973Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:47:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:47:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:47:01.375Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:47:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:47:01.388Z||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-06-19T05:47:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:47:10.960Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:47:10.989Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:48:01.372Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:48:01.383Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:48:01.384Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:48:01.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:48:01.391Z||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-06-19T05:48:01.392Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:48:10.992Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:48:11.034Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:49:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:49:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:49:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:49:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:49:01.388Z||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-06-19T05:49:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:49:10.983Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:49:11.005Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:50:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:50:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:50:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:50:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:50:01.388Z||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-06-19T05:50:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:50:11.011Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:50:11.014Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:51:01.372Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:51:01.374Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:51:01.375Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:51:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:51:01.389Z||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-06-19T05:51:01.402Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:51:10.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:51:10.981Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:52:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:52:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:52:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:52:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:52:01.389Z||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-06-19T05:52:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:52:10.944Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:52:10.980Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:53:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:53:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:53:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:53:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:53:01.388Z||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-06-19T05:53:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:53:10.939Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:53:10.986Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:54:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:54:01.373Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:54:01.374Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:54:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:54:01.389Z||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-06-19T05:54:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:54:10.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:54:10.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:55:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:55:01.372Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:55:01.373Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:55:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:55:01.389Z||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-06-19T05:55:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:55:10.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:55:10.998Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:56:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:56:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:56:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:56:01.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:56:01.396Z||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-06-19T05:56:01.397Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:56:10.991Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:56:10.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:57:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:57:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:57:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:57:01.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:57:01.391Z||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-06-19T05:57:01.391Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:57:10.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:57:10.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:58:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:58:01.372Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:58:01.372Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:58:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:58:01.388Z||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-06-19T05:58:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:58:10.948Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:58:10.947Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:59:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:59:01.373Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:59:01.374Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:59:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:59:01.389Z||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-06-19T05:59:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:59:10.943Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:59:11.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:00:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:00:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:00:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:00:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:00:01.388Z||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-06-19T06:00:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:00:10.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:00:10.959Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:01:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:01:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:01:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:01:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:01:01.388Z||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-06-19T06:01:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:01:10.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:01:10.958Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:02:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:02:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:02:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:02:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:02:01.388Z||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-06-19T06:02:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:02:10.926Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:02:10.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:03:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:03:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:03:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:03:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:03:01.389Z||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-06-19T06:03:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:03:10.942Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:03:10.973Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:04:01.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:04:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:04:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:04:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:04:01.389Z||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-06-19T06:04:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:04:10.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:04:10.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:05:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:05:01.373Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:05:01.374Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:05:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:05:01.388Z||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-06-19T06:05:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:05:10.937Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:05:10.957Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:06:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:06:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:06:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:06:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:06:01.390Z||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-06-19T06:06:01.391Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:06:10.976Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:06:10.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:07:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:07:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:07:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:07:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:07:01.389Z||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-06-19T06:07:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:07:10.957Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:07:11.003Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:08:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:08:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:08:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:08:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:08:01.388Z||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-06-19T06:08:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:08:10.929Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:08:10.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:09:01.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:09:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:09:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:09:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:09:01.388Z||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-06-19T06:09:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:09:10.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:09:10.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:10:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:10:01.369Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:10:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:10:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:10:01.388Z||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-06-19T06:10:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:10:10.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:10:10.954Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:11:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:11:01.373Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:11:01.374Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:11:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:11:01.388Z||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-06-19T06:11:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:11:10.988Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:11:11.003Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:12:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:12:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:12:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:12:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:12:01.388Z||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-06-19T06:12:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:12:10.955Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:12:10.959Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:13:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:13:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:13:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:13:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:13:01.389Z||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-06-19T06:13:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:13:10.950Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:13:11.003Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:14:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:14:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:14:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:14:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:14:01.388Z||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-06-19T06:14:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:14:10.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:14:10.978Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:15:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:15:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:15:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:15:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:15:01.388Z||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-06-19T06:15:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:15:10.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:15:10.984Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:16:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:16:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:16:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:16:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:16:01.388Z||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-06-19T06:16:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:16:10.990Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:16:10.997Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:17:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:17:01.372Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:17:01.373Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:17:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:17:01.388Z||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-06-19T06:17:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:17:10.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:17:11.038Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:18:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:18:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:18:01.372Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:18:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:18:01.389Z||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-06-19T06:18:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:18:10.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:18:10.978Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:19:01.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:19:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:19:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:19:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:19:01.388Z||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-06-19T06:19:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:19:10.932Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:19:11.027Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:20:01.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:20:01.371Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:20:01.372Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:20:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:20:01.388Z||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-06-19T06:20:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:20:11.010Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:20:11.014Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:21:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:21:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:21:01.370Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:21:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:21:01.388Z||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-06-19T06:21:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:21:10.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:21:10.973Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:22:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:22:01.372Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:22:01.373Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:22:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:22:01.388Z||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-06-19T06:22:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:22:10.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:22:11.072Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:23:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:23:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:23:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:23:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:23:01.388Z||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-06-19T06:23:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:23:11.034Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:23:11.035Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:24:01.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:24:01.371Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:01.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:24:01.390Z||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-06-19T06:24:01.391Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:01.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:01.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619817345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619817345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619817345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:24:01.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619821504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619821263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619817345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "cds",
  "timestamp": 1655619823115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619821504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619821263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619817345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "cds",
  "timestamp": 1655619823115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619821504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619821263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619817345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "cds",
  "timestamp": 1655619823115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619821504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619821263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619817345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:24:01.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "cds",
  "timestamp": 1655619823115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619821504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619821263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619826537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:01.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:01.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "cds",
  "timestamp": 1655619823115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619821504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619821263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619826319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619827552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:24:01.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:01.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "cds",
  "timestamp": 1655619823115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619821504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619821263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:24:01.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619826319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:24:01.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:01.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "policy-id",
  "timestamp": 1655619828558,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T06:24:02.035Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:02.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"88288b81-4e6d-4773-9302-070a0e3b873e","serviceName":"vFW 2022-06-19 06-22-14","serviceVersion":"1.0","serviceUUID":"688b5adb-057b-47a4-9898-56206ae8c9b2","serviceDescription":"catalog service description","serviceInvariantUUID":"73f82dec-fbbb-46c0-ad97-a78e37913efd","resources":[{"resourceInstanceName":"vFW d8649879-39d6 0","resourceName":"vFW d8649879-39d6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e8e089e-da3a-4370-9ea1-c7d58778d753","resourceInvariantUUID":"2dc2df27-f4d7-4fbf-a353-c1edb8092540","resourceCustomizationUUID":"31cb9074-f282-43a9-88fc-f2214a21483c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml","artifactChecksum":"OWVkNjJkZmY0MjI4ZDY1YTQyYTljZmIyODhkOGMzNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba0b91fd-b53c-40af-a3d2-ab20217ecacf","artifactVersion":"1"},{"artifactName":"vfwd864987939d60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json","artifactChecksum":"MzA3ODlhYjRlMzQ1NGY5YjM0NzllYjJiNzA0YTJmZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"620f08ec-4259-436f-95fd-5df0f7b8f745","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1de8a29f-0a93-4a40-9fcf-a383691395ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg0OTViZmRlYzA1NzgzNDYxMjcwMjc5ZGNlNWIwMTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e03f0ae0-61d3-4e34-97d0-dc580fbb4bbc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4c6776ef-2c0f-4947-969d-b7e7966f4ae7","artifactVersion":"2","generatedFromUUID":"1de8a29f-0a93-4a40-9fcf-a383691395ce"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220619062214-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml","artifactChecksum":"YTRkN2FmMGYxYTQ1ZmM3ZGU1N2Y2NWI0YTAwZGY4NjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e839fac6-343c-4f88-bec1-0b8e9d65a257","artifactVersion":"1"},{"artifactName":"service-Vfw20220619062214-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar","artifactChecksum":"Njg5YWVjNzJmYTI5ZTgyMGRhZDA1ZjAxOTQ0MTYwNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"615d1b65-c7bd-4880-a5a8-a87c9077ea52","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:24:02.053Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:02.065Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:02.091Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:02.091Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:24:02.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:24:02.204Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e and ComponentName POLICY
2022-06-19T06:24:02.204Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-19T06:24:02.215Z||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-06-19T06:24:02.216Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:24:02.250Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:02.252Z||pool-3-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:24:02.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "cds",
  "timestamp": 1655619823115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:24:02.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619826319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:24:02.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619829129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "cds",
  "timestamp": 1655619831041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619826319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "cds",
  "timestamp": 1655619832074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-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-06-19T06:24:02.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:24:02.337Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:24:02.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619826319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-19T06:24:02.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619826319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619826319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619832743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619832743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619834229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619832743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619835311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619832743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619836377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619837717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619832743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619837474,
  "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-06-19T06:24:02.381Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:24:02.382Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:24:02.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619837717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:24:02.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619832743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619838479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619837717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619832743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:24:02.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619837717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:24:02.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619840670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:03.105Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:03.106Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:03.114Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:03.114Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:24:03.215Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:24:03.216Z||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-06-19T06:24:03.217Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:03.255Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:03.256Z||pool-4-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:04.118Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:04.119Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:04.130Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:04.130Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:24:04.231Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:04.232Z||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-06-19T06:24:04.233Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:04.250Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:04.252Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:05.131Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:05.133Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:05.136Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:05.136Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:05.238Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:24:05.240Z||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-06-19T06:24:05.240Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:05.293Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:05.295Z||pool-6-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:06.137Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:06.139Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:06.144Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:06.144Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-19T06:24:06.244Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:06.247Z||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-06-19T06:24:06.247Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:06.289Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:06.290Z||pool-7-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:07.145Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:07.147Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:07.152Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:07.152Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:24:07.251Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:07.253Z||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-06-19T06:24:07.254Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:07.273Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:07.274Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:08.158Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:08.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:08.175Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:08.176Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:24:08.275Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:08.277Z||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-06-19T06:24:08.277Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:08.296Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:08.297Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:09.188Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "serviceName": "vFW 2022-06-19 06-22-14",
  "serviceVersion": "1.0",
  "serviceUUID": "688b5adb-057b-47a4-9898-56206ae8c9b2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73f82dec-fbbb-46c0-ad97-a78e37913efd",
  "resources": [
    {
      "resourceInstanceName": "vFW d8649879-39d6 0",
      "resourceCustomizationUUID": "31cb9074-f282-43a9-88fc-f2214a21483c",
      "resourceName": "vFW d8649879-39d6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0e8e089e-da3a-4370-9ea1-c7d58778d753",
      "resourceInvariantUUID": "2dc2df27-f4d7-4fbf-a353-c1edb8092540",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd864987939d60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
          "artifactChecksum": "MzA3ODlhYjRlMzQ1NGY5YjM0NzllYjJiNzA0YTJmZjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "620f08ec-4259-436f-95fd-5df0f7b8f745",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1de8a29f-0a93-4a40-9fcf-a383691395ce",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4c6776ef-2c0f-4947-969d-b7e7966f4ae7",
            "generatedFromUUID": "1de8a29f-0a93-4a40-9fcf-a383691395ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4c6776ef-2c0f-4947-969d-b7e7966f4ae7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220619062214-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
      "artifactChecksum": "Njg5YWVjNzJmYTI5ZTgyMGRhZDA1ZjAxOTQ0MTYwNDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "615d1b65-c7bd-4880-a5a8-a87c9077ea52"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T06:24:09.193Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:24:09.196Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 688b5adb-057b-47a4-9898-56206ae8c9b2 ASDC
2022-06-19T06:24:09.529Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:88288b81-4e6d-4773-9302-070a0e3b873e
ServiceName:vFW 2022-06-19 06-22-14
ServiceVersion:1.0
ServiceUUID:688b5adb-057b-47a4-9898-56206ae8c9b2
ServiceInvariantUUID:73f82dec-fbbb-46c0-ad97-a78e37913efd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220619062214-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
ArtifactUUID:615d1b65-c7bd-4880-a5a8-a87c9077ea52
ArtifactChecksum:Njg5YWVjNzJmYTI5ZTgyMGRhZDA1ZjAxOTQ0MTYwNDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d8649879-39d6 0
ResourceCustomizationUUID:31cb9074-f282-43a9-88fc-f2214a21483c
ResourceInvariantUUID:2dc2df27-f4d7-4fbf-a353-c1edb8092540
ResourceName:vFW d8649879-39d6
ResourceType:VF
ResourceUUID:0e8e089e-da3a-4370-9ea1-c7d58778d753
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd864987939d60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
ArtifactUUID:620f08ec-4259-436f-95fd-5df0f7b8f745
ArtifactChecksum:MzA3ODlhYjRlMzQ1NGY5YjM0NzllYjJiNzA0YTJmZjg=
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/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
ArtifactUUID:1de8a29f-0a93-4a40-9fcf-a383691395ce
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/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
ArtifactUUID:4c6776ef-2c0f-4947-969d-b7e7966f4ae7
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/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
ArtifactUUID:4c6776ef-2c0f-4947-969d-b7e7966f4ae7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T06:24:09.537Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 688b5adb-057b-47a4-9898-56206ae8c9b2 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-06-19T06:24:09.719Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:24:09.723Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:24:09.726Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:24:09.727Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 615d1b65-c7bd-4880-a5a8-a87c9077ea52 from URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:09.728Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:24:09.731Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:09.863Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:24:09.909Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar 615d1b65-c7bd-4880-a5a8-a87c9077ea52 99069
2022-06-19T06:24:09.913Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar ASDC sendASDCNotification
2022-06-19T06:24:09.914Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:09.917Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:24:09.918Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:09.928Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:09.928Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619849911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:10.022Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-19T06:24:10.023Z||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-06-19T06:24:10.024Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:10.050Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:10.051Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:24:10.931Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:24:10.933Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:24:10.934Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 615d1b65-c7bd-4880-a5a8-a87c9077ea52, URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar to file: /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:10.936Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220619062214-csar.csar
2022-06-19T06:24:11.132Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:11.133Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:12.628Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11297510430393782945/Definitions/service-Vfw20220619062214-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-19T06:24:19.669Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:24:19.685Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:24:19.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-19T06:24:19.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d8649879-39d6 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.690Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.690Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.690Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:24:19.704Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.711Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.720Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.721Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:24:19.724Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:24:19.728Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.728Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.729Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.729Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:24:19.729Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:24:19.730Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.730Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.738Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.739Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:19.740Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:19.740Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:19.741Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.741Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.741Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:19.742Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.742Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:19.742Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:19.743Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:19.743Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.743Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.744Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:19.744Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.744Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:19.744Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.745Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T06:24:19.745Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.746Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:24:19.749Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.749Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.750Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:19.750Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.751Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.751Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:19.751Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.752Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.752Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:19.753Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.753Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:19.753Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:19.754Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-19T06:24:19.754Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:19.754Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:19.754Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:19.755Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.755Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.755Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:19.756Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.756Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:19.756Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.757Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a42d02f2-b990-438e-bde2-5d63a3215b42
2022-06-19T06:24:19.757Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.758Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:19.758Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:19.758Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:19.759Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.759Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.759Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:19.760Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.760Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:19.760Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-19T06:24:19.760Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:19.761Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.761Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:19.762Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.762Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6cfc3d68-1183-457e-b0be-993c1d7a0b5e
2022-06-19T06:24:19.763Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.763Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:19.764Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:19.764Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:19.764Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.765Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.765Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:19.765Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.766Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:19.766Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:19.766Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:19.767Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.767Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.767Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-19T06:24:19.768Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5901dd56-ac23-417a-a843-1747deff40cb
2022-06-19T06:24:19.768Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.775Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.775Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.776Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.776Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.776Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.777Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:19.777Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.778Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-19 06-22-14
Description:catalog service description
Model UUID:688b5adb-057b-47a4-9898-56206ae8c9b2
Model Version:NULL
Model InvariantUuid:73f82dec-fbbb-46c0-ad97-a78e37913efd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d8649879-39d6
Model UUID:9ec53a75-34b6-4779-b291-5e67f5a7bd6f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2dc2df27-f4d7-4fbf-a353-c1edb8092540
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:31cb9074-f282-43a9-88fc-f2214a21483c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1aac476-fb5d-47bf-83c5-7d0b2f553790
ModelName:VfwD864987939d6..base_vfw..module-0
ModelUuid:ffa44f05-b38e-49f8-8b78-baff13776458
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a42d02f2-b990-438e-bde2-5d63a3215b42
ModelInvariantUuid:00f9c9e0-fd42-49c0-bdb7-f086109d864a
ModelName:vFW d8649879-39d6-nodes.vfwCvfc
ModelUuid:08507506-201e-4d18-add8-0a5a733b9120
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c3869f61-4c60-48ba-b69d-a843a427bbde
ModelInvariantUuid:19fb5f02-f285-4126-acef-5ec30bbcb5a1
ModelName:VfwD864987939d6.compute.nodes.heat.vfw
ModelUuid:16fb7dca-cf98-4d82-8384-7c3e992cc621
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6cfc3d68-1183-457e-b0be-993c1d7a0b5e
ModelInvariantUuid:a9b65416-9c67-46f7-81fe-bf34eef094e6
ModelName:vFW d8649879-39d6-nodes.vsnCvfc
ModelUuid:6035a52b-6e0e-4cdb-a11f-761aad41494b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:dea15bd2-e0da-4308-9c53-bb7c96ff3747
ModelInvariantUuid:994f5f15-fa67-4a6f-9f69-c1a57d4e692b
ModelName:VfwD864987939d6.compute.nodes.heat.vsn
ModelUuid:8fbb06c3-0ef5-43fa-89c7-386489edeb89
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5901dd56-ac23-417a-a843-1747deff40cb
ModelInvariantUuid:f69302cc-51bd-4fba-8479-dff88a2fb649
ModelName:vFW d8649879-39d6-nodes.vpgCvfc
ModelUuid:d8ff57bd-a798-424f-90d0-0c370fa480cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cd1635d3-0b66-4aaa-bbe0-6834d2b7071c
ModelInvariantUuid:5fd657c2-3162-4277-8d77-9f7906e9ab97
ModelName:VfwD864987939d6.compute.nodes.heat.vpg
ModelUuid:b2805837-1b05-4d5f-bcd3-30309bb0dcc4
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-06-19T06:24:19.797Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e8e089e-da3a-4370-9ea1-c7d58778d753
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-06-19T06:24:19.981Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||vFW d8649879-39d6 0
2022-06-19T06:24:19.993Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e8e089e-da3a-4370-9ea1-c7d58778d753
2022-06-19T06:24:19.994Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 620f08ec-4259-436f-95fd-5df0f7b8f745 from URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
2022-06-19T06:24:19.994Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:24:19.994Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
2022-06-19T06:24:20.079Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:24:20.080Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json 620f08ec-4259-436f-95fd-5df0f7b8f745 785
2022-06-19T06:24:20.080Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json ASDC sendASDCNotification
2022-06-19T06:24:20.080Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
2022-06-19T06:24:20.080Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:24:20.081Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:20.085Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:20.085Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619860080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:20.185Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:24:20.191Z||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-06-19T06:24:20.191Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:20.218Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:20.219Z||pool-11-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:21.091Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD864987939d6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c1aac476-fb5d-47bf-83c5-7d0b2f553790",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffa44f05-b38e-49f8-8b78-baff13776458",
    "vfModuleModelCustomizationUUID": "d6b73ee6-30de-4294-84ce-8df676e6f0a0",
    "isBase": true,
    "artifacts": [
      "1de8a29f-0a93-4a40-9fcf-a383691395ce",
      "4c6776ef-2c0f-4947-969d-b7e7966f4ae7"
    ],
    "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-06-19T06:24:21.116Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD864987939d6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffa44f05-b38e-49f8-8b78-baff13776458
VfModuleModelInvariantUUID:c1aac476-fb5d-47bf-83c5-7d0b2f553790
VfModuleModelDescription:NULL
Artifacts UUID List:{
1de8a29f-0a93-4a40-9fcf-a383691395ce
,
4c6776ef-2c0f-4947-969d-b7e7966f4ae7

}
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-06-19T06:24:21.125Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD864987939d6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c1aac476-fb5d-47bf-83c5-7d0b2f553790",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffa44f05-b38e-49f8-8b78-baff13776458",
    "vfModuleModelCustomizationUUID": "d6b73ee6-30de-4294-84ce-8df676e6f0a0",
    "isBase": true,
    "artifacts": [
      "1de8a29f-0a93-4a40-9fcf-a383691395ce",
      "4c6776ef-2c0f-4947-969d-b7e7966f4ae7"
    ],
    "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-06-19T06:24:21.125Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD864987939d6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffa44f05-b38e-49f8-8b78-baff13776458
VfModuleModelInvariantUUID:c1aac476-fb5d-47bf-83c5-7d0b2f553790
VfModuleModelDescription:NULL
Artifacts UUID List:{
1de8a29f-0a93-4a40-9fcf-a383691395ce
,
4c6776ef-2c0f-4947-969d-b7e7966f4ae7

}
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-06-19T06:24:21.126Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1de8a29f-0a93-4a40-9fcf-a383691395ce from URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
2022-06-19T06:24:21.126Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:24:21.126Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
2022-06-19T06:24:21.211Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:24:21.214Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml 1de8a29f-0a93-4a40-9fcf-a383691395ce 20368
2022-06-19T06:24:21.214Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-19T06:24:21.214Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
2022-06-19T06:24:21.214Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:24:21.215Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:21.218Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:21.218Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619861214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:21.318Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:24:21.320Z||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-06-19T06:24:21.320Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:21.339Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:21.340Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:22.221Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4c6776ef-2c0f-4947-969d-b7e7966f4ae7 from URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
2022-06-19T06:24:22.222Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:24:22.223Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
2022-06-19T06:24:22.435Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:24:22.436Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env 4c6776ef-2c0f-4947-969d-b7e7966f4ae7 2098
2022-06-19T06:24:22.437Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-19T06:24:22.437Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
2022-06-19T06:24:22.438Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:24:22.439Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:22.443Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:22.444Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619862437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:24:22.544Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:24:22.546Z||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-06-19T06:24:22.546Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:22.567Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:22.568Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:23.445Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 688b5adb-057b-47a4-9898-56206ae8c9b2
2022-06-19T06:24:23.446Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d8649879-39d6 0 0e8e089e-da3a-4370-9ea1-c7d58778d753 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-06-19T06:24:23.554Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a493b5, org.onap.sdc.toscaparser.api.parameters.Input@11e7f800, org.onap.sdc.toscaparser.api.parameters.Input@101303b9, org.onap.sdc.toscaparser.api.parameters.Input@45b77126, org.onap.sdc.toscaparser.api.parameters.Input@65ae6b1e]
2022-06-19T06:24:23.568Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.569Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.569Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-19T06:24:23.572Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 31cb9074-f282-43a9-88fc-f2214a21483c
2022-06-19T06:24:23.572Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31cb9074-f282-43a9-88fc-f2214a21483c matches Tosca VF Customization UUID: 31cb9074-f282-43a9-88fc-f2214a21483c
2022-06-19T06:24:23.573Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 31cb9074-f282-43a9-88fc-f2214a21483c  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-06-19T06:24:23.597Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.598Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.601Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 31cb9074-f282-43a9-88fc-f2214a21483c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-19T06:24:23.601Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2717a8d0
2022-06-19T06:24:23.601Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.608Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:24:23.610Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d6b73ee6-30de-4294-84ce-8df676e6f0a0
2022-06-19T06:24:23.613Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d6b73ee6-30de-4294-84ce-8df676e6f0a0
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-06-19T06:24:23.625Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.626Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.627Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.628Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.628Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.629Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.629Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.630Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:23.630Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:23.630Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-19T06:24:23.631Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:23.631Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:23.631Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:23.632Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.632Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.632Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:23.633Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.633Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:23.633Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.634Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a42d02f2-b990-438e-bde2-5d63a3215b42
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-06-19T06:24:23.648Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.649Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.650Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.650Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.651Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:23.651Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:23.651Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:23.652Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.652Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.652Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:23.652Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.653Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:23.653Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-19T06:24:23.653Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:23.654Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.654Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:23.654Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.655Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6cfc3d68-1183-457e-b0be-993c1d7a0b5e
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-06-19T06:24:23.664Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.673Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.673Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.684Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.684Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:23.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:23.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:23.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:23.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:23.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:23.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:23.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-19T06:24:23.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5901dd56-ac23-417a-a843-1747deff40cb
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-06-19T06:24:23.694Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.695Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.695Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.696Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.696Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.696Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=31cb9074-f282-43a9-88fc-f2214a21483c
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-06-19T06:24:23.705Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.706Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.706Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 688b5adb-057b-47a4-9898-56206ae8c9b2: vFW d8649879-39d6
2022-06-19T06:24:23.707Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.707Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.708Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.708Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.708Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.709Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.709Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.709Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.710Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:24:23.710Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.710Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-19 06-22-14 
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-06-19T06:24:24.501Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d8649879-39d6 0e8e089e-da3a-4370-9ea1-c7d58778d753 1 ASDC deployResourceStructure
2022-06-19T06:24:24.503Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json ASDC sendASDCNotification
2022-06-19T06:24:24.503Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
2022-06-19T06:24:24.503Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:24:24.504Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:24.507Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:24.507Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619864503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:24:24.608Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:24.609Z||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-06-19T06:24:24.610Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:24.638Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:24.639Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:25.509Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-19T06:24:25.509Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
2022-06-19T06:24:25.509Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:24:25.510Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:25.515Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:25.515Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619865508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:24:25.613Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T06:24:25.615Z||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-06-19T06:24:25.615Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:25.635Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:25.636Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:26.517Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-19T06:24:26.517Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
2022-06-19T06:24:26.517Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:24:26.518Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:26.521Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:26.521Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619866516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-19T06:24:26.621Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:24:26.623Z||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-06-19T06:24:26.623Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:26.643Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:26.644Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:27.522Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar ASDC sendASDCNotification
2022-06-19T06:24:27.523Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:27.523Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:24:27.524Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:27.527Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:27.528Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619867522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:24:27.627Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:27.629Z||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-06-19T06:24:27.629Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:27.650Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:24:27.651Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:24:28.529Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:24:28.565Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:24:28.570Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:24:28.571Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:24:28.571Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:24:58.572Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:24:58.591Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:24:58.597Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:24:58.598Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:24:58.598Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:25:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:25:01.389Z||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-06-19T06:25:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:25:01.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:25:01.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:25:01.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619837717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:25:01.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:25:28.599Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:25:28.628Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:25:28.634Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:25:28.634Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:25:28.635Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:25:58.635Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:25:58.666Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:25:58.675Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:25:58.675Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:25:58.675Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:26:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:26:01.388Z||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-06-19T06:26:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:26:01.941Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:26:01.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:01.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:01.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619837717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:01.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:01.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:26:01.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:01.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619837717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:26:01.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:01.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:26:01.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:01.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:01.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:01.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-19T06:26:01.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:01.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619846379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:01.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:01.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:01.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:01.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619847384,
  "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-06-19T06:26:01.987Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:26:01.988Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:26:02.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619841368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619849911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619846319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619841505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619846319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619841505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "cds",
  "timestamp": 1655619853115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619846319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619841505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "cds",
  "timestamp": 1655619853115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619855593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619846319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619841505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "cds",
  "timestamp": 1655619853115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619846319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619841505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "cds",
  "timestamp": 1655619853115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619846319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619857639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619841505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "cds",
  "timestamp": 1655619853115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619846319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "clamp",
  "timestamp": 1655619858645,
  "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-06-19T06:26:02.078Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:26:02.078Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:26:02.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655619841505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "cds",
  "timestamp": 1655619853115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619857345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619857942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619858144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "cds",
  "timestamp": 1655619853115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619857345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "aai-ml",
  "timestamp": 1655619858947,
  "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-06-19T06:26:02.148Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:26:02.149Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:26:02.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619859214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619860080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "cds",
  "timestamp": 1655619860961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619857345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619860313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619859950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619861214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "cds",
  "timestamp": 1655619861968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-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-06-19T06:26:02.260Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.260Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619857345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619861349,
  "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-06-19T06:26:02.313Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.314Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619859950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619857345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619862437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655619862353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619859950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619857345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619862743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619859950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619857345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619864503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619862743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619859950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619865508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619865244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619862743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619859950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619866516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619866247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619862743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619859950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619867717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655619867522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "policy-id",
  "timestamp": 1655619867250,
  "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-06-19T06:26:02.392Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.392Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619862743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619867717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619867786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619862743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619867717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619862743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619867717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619870557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619867717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619867717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619872986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619867717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655619873991,
  "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-06-19T06:26:02.467Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.467Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619882643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619881079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "aai-ml",
  "timestamp": 1655619882083,
  "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-06-19T06:26:02.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.533Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619885623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:26:02.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "clamp",
  "timestamp": 1655619886627,
  "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-06-19T06:26:02.598Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.598Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:28.680Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:26:28.720Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:26:28.733Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:26:28.734Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T06:26:28.734Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T06:26:28.734Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T06:26:28.734Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-06-19T06:26:28.769Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T06:26:58.770Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:26:58.799Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88288b81-4e6d-4773-9302-070a0e3b873e and serviceModelVersionId: 688b5adb-057b-47a4-9898-56206ae8c9b2
2022-06-19T06:26:58.800Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73f82dec-fbbb-46c0-ad97-a78e37913efd
2022-06-19T06:27:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:27:01.388Z||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-06-19T06:27:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:11.019Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:27.411Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0
2022-06-19T06:27:27.655Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T06:27:28.729Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|INFO|500||Invoke
2022-06-19T06:27:28.741Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88288b81-4e6d-4773-9302-070a0e3b873e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0604fc7-227a-4608-9360-ade1c06d6ee8], X-ECOMP-RequestID=[88288b81-4e6d-4773-9302-070a0e3b873e], X-TransactionId=[], X-ONAP-RequestID=[88288b81-4e6d-4773-9302-070a0e3b873e], Content-Type=[application/merge-patch+json]}
2022-06-19T06:27:28.967Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T06:27:29.377Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?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/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-06:27:29:908-8739], vertex-id=[196776], Content-Length=[0], Date=[Sun, 19 Jun 2022 06:27:29 GMT], Content-Type=[application/json]}
2022-06-19T06:27:29.381Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T06:27:29.382Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|INFO|500||InvokeReturn
2022-06-19T06:27:29.393Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T06:27:29.395Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-06-19T06:27:29.427Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-06-19T06:27:29.429Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88288b81-4e6d-4773-9302-070a0e3b873e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T06:27:29.431Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T06:27:29.432Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:29.438Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:29.439Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620049429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:27:29.538Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:27:29.540Z||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-06-19T06:27:29.540Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:29.560Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:29.562Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T06:27:30.468Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:27:30.469Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:27:30.470Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:34.970Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:34.971Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T06:27:34.971Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9bc08253-eb11-4d01-92f0-fd5c28071515","serviceName":"basic_onboard_REELPN","serviceVersion":"1.0","serviceUUID":"6ec8be8a-79ab-43a8-bd6d-3a647295b07e","serviceDescription":"service","serviceInvariantUUID":"ff821b4b-cab6-45f5-aa71-5ac01a285fd5","resources":[{"resourceInstanceName":"basic_onboard_REELPN 0","resourceName":"basic_onboard_REELPN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0c33144-68b3-4d17-bcb1-e0b0053aa278","resourceInvariantUUID":"43545188-7bce-42d0-b610-d89da56a2e58","resourceCustomizationUUID":"8ac7a8ae-841b-4283-b9f2-2c2c55a466ae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml","artifactChecksum":"ODM0MzgzYjZlYzI1NzgxODYzZWNkYTM5Y2MzMzEzNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b35228a-fbed-4550-aa35-8ae13a8bdf19","artifactVersion":"1"},{"artifactName":"basic_onboard_reelpn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json","artifactChecksum":"ZWI0NWIxZmI4ZTQxYTQ5ZDA1MjcwY2NiZmE5ZGJlNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08bb08a7-95d4-4453-b5b3-4ed9377c7a72","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0a189f7f-4da5-43a4-8415-9e0f28daa928","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f33a9bc3-3aaf-404f-82ee-0d1396b613ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f274ce83-5be9-4746-9e94-7ab035c6d304","artifactVersion":"2","generatedFromUUID":"0a189f7f-4da5-43a4-8415-9e0f28daa928"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardReelpn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml","artifactChecksum":"NzVhNWJlNDc0ZGI5YzdlNzM0NWE1NWYwN2M4NTE3MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87c06d95-7c6d-434c-aaca-78c94bb05423","artifactVersion":"1"},{"artifactName":"service-BasicOnboardReelpn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar","artifactChecksum":"MjM4ODMzNjljODM4ZmViYTFiOWZkMjg4Nzk2ODBiMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c709a8e6-72eb-4c0b-a0cc-36681aa1e67b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:27:34.976Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:34.976Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:34.980Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:34.980Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:27:35.080Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:27:35.082Z||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-06-19T06:27:35.082Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:35.118Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:35.119Z||pool-19-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:35.981Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:35.982Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:35.989Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:35.989Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:27:36.089Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:27:36.090Z||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-06-19T06:27:36.090Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:36.113Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:36.115Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:36.991Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:36.992Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:36.996Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:36.997Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:27:37.110Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-06-19T06:27:37.111Z||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-06-19T06:27:37.111Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:37.133Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:37.134Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:37.997Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:38.000Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:38.004Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:38.004Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:27:38.105Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:27:38.106Z||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-06-19T06:27:38.106Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:38.130Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:38.131Z||pool-22-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:39.006Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:39.007Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:39.012Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:39.012Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-19T06:27:39.112Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-19T06:27:39.114Z||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-06-19T06:27:39.114Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:39.174Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:39.175Z||pool-23-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:40.018Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:40.019Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:40.024Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:40.025Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:27:40.130Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-19T06:27:40.131Z||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-06-19T06:27:40.131Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:40.158Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:40.159Z||pool-24-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:41.025Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:41.027Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:41.036Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:41.037Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:27:41.135Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-19T06:27:41.136Z||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-06-19T06:27:41.136Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:41.192Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:41.193Z||pool-25-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:42.042Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "serviceName": "basic_onboard_REELPN",
  "serviceVersion": "1.0",
  "serviceUUID": "6ec8be8a-79ab-43a8-bd6d-3a647295b07e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff821b4b-cab6-45f5-aa71-5ac01a285fd5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_REELPN 0",
      "resourceCustomizationUUID": "8ac7a8ae-841b-4283-b9f2-2c2c55a466ae",
      "resourceName": "basic_onboard_REELPN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a0c33144-68b3-4d17-bcb1-e0b0053aa278",
      "resourceInvariantUUID": "43545188-7bce-42d0-b610-d89da56a2e58",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_reelpn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
          "artifactChecksum": "ZWI0NWIxZmI4ZTQxYTQ5ZDA1MjcwY2NiZmE5ZGJlNmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "08bb08a7-95d4-4453-b5b3-4ed9377c7a72",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0a189f7f-4da5-43a4-8415-9e0f28daa928",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f274ce83-5be9-4746-9e94-7ab035c6d304",
            "generatedFromUUID": "0a189f7f-4da5-43a4-8415-9e0f28daa928"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f274ce83-5be9-4746-9e94-7ab035c6d304",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardReelpn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
      "artifactChecksum": "MjM4ODMzNjljODM4ZmViYTFiOWZkMjg4Nzk2ODBiMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c709a8e6-72eb-4c0b-a0cc-36681aa1e67b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T06:27:42.043Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:27:42.043Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ec8be8a-79ab-43a8-bd6d-3a647295b07e ASDC
2022-06-19T06:27:42.045Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9bc08253-eb11-4d01-92f0-fd5c28071515
ServiceName:basic_onboard_REELPN
ServiceVersion:1.0
ServiceUUID:6ec8be8a-79ab-43a8-bd6d-3a647295b07e
ServiceInvariantUUID:ff821b4b-cab6-45f5-aa71-5ac01a285fd5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardReelpn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
ArtifactUUID:c709a8e6-72eb-4c0b-a0cc-36681aa1e67b
ArtifactChecksum:MjM4ODMzNjljODM4ZmViYTFiOWZkMjg4Nzk2ODBiMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_REELPN 0
ResourceCustomizationUUID:8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
ResourceInvariantUUID:43545188-7bce-42d0-b610-d89da56a2e58
ResourceName:basic_onboard_REELPN
ResourceType:VF
ResourceUUID:a0c33144-68b3-4d17-bcb1-e0b0053aa278
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_reelpn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
ArtifactUUID:08bb08a7-95d4-4453-b5b3-4ed9377c7a72
ArtifactChecksum:ZWI0NWIxZmI4ZTQxYTQ5ZDA1MjcwY2NiZmE5ZGJlNmU=
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/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0a189f7f-4da5-43a4-8415-9e0f28daa928
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/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
ArtifactUUID:f274ce83-5be9-4746-9e94-7ab035c6d304
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/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
ArtifactUUID:f274ce83-5be9-4746-9e94-7ab035c6d304
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T06:27:42.046Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ec8be8a-79ab-43a8-bd6d-3a647295b07e 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-06-19T06:27:42.155Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:27:42.156Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:27:42.158Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:27:42.159Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c709a8e6-72eb-4c0b-a0cc-36681aa1e67b from URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:42.159Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:27:42.160Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:42.757Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:27:42.763Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar c709a8e6-72eb-4c0b-a0cc-36681aa1e67b 71586
2022-06-19T06:27:42.763Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar ASDC sendASDCNotification
2022-06-19T06:27:42.764Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:42.764Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:27:42.765Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:42.842Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:42.843Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620062763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:27:42.870Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 26 ms
2022-06-19T06:27:42.871Z||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-06-19T06:27:42.871Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:42.943Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:42.943Z||pool-26-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:43.844Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:27:43.846Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:27:43.847Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c709a8e6-72eb-4c0b-a0cc-36681aa1e67b, URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar to file: /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:43.847Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:43.849Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:43.849Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:44.167Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12713778639805285276/Definitions/service-BasicOnboardReelpn-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-19T06:27:46.802Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_REELPN 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is not matching search criteria
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is not matching search criteria
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=40537ceb-66d1-47d9-bc7c-ba500d516783
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_REELPN
Description:service
Model UUID:6ec8be8a-79ab-43a8-bd6d-3a647295b07e
Model Version:NULL
Model InvariantUuid:ff821b4b-cab6-45f5-aa71-5ac01a285fd5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_REELPN
Model UUID:e61cfb0b-7096-4a12-9e24-93ab230660f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:43545188-7bce-42d0-b610-d89da56a2e58
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ab0101e8-fa4d-4449-b8a7-e9401c1be672
ModelName:BasicOnboardReelpn..base_ubuntu18..module-0
ModelUuid:18c66448-5b06-4116-a8f1-1359b85d6636
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:40537ceb-66d1-47d9-bc7c-ba500d516783
ModelInvariantUuid:204aa7e6-7ba4-41b5-abf1-08a2cf704509
ModelName:basic_onboard_REELPN-nodes.ubuntu18Cvfc
ModelUuid:2689f008-7812-4efb-a9eb-4727f713fd38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6c2925ac-c81e-4c09-92d8-7257a777caf4
ModelInvariantUuid:218a10a2-105c-4247-b86f-40a9a3f3205b
ModelName:BasicOnboardReelpn.compute.nodes.heat.ubuntu18
ModelUuid:b175ec96-7ac8-4dcd-9322-611798be84e6
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-06-19T06:27:46.827Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a0c33144-68b3-4d17-bcb1-e0b0053aa278
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-06-19T06:27:46.839Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||basic_onboard_REELPN 0
2022-06-19T06:27:46.839Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0c33144-68b3-4d17-bcb1-e0b0053aa278
2022-06-19T06:27:46.840Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 08bb08a7-95d4-4453-b5b3-4ed9377c7a72 from URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
2022-06-19T06:27:46.841Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:27:46.842Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
2022-06-19T06:27:46.955Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:27:46.955Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json 08bb08a7-95d4-4453-b5b3-4ed9377c7a72 798
2022-06-19T06:27:46.956Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json ASDC sendASDCNotification
2022-06-19T06:27:46.957Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
2022-06-19T06:27:46.957Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:27:46.957Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:46.961Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:46.966Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620066956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:27:47.062Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-19T06:27:47.064Z||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-06-19T06:27:47.064Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:47.083Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:47.084Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:47.967Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardReelpn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ab0101e8-fa4d-4449-b8a7-e9401c1be672",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18c66448-5b06-4116-a8f1-1359b85d6636",
    "vfModuleModelCustomizationUUID": "671491ab-2a84-4f19-9425-c9ca6301d26e",
    "isBase": true,
    "artifacts": [
      "0a189f7f-4da5-43a4-8415-9e0f28daa928",
      "f274ce83-5be9-4746-9e94-7ab035c6d304"
    ],
    "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-06-19T06:27:47.975Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardReelpn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18c66448-5b06-4116-a8f1-1359b85d6636
VfModuleModelInvariantUUID:ab0101e8-fa4d-4449-b8a7-e9401c1be672
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a189f7f-4da5-43a4-8415-9e0f28daa928
,
f274ce83-5be9-4746-9e94-7ab035c6d304

}
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-06-19T06:27:47.981Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardReelpn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ab0101e8-fa4d-4449-b8a7-e9401c1be672",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18c66448-5b06-4116-a8f1-1359b85d6636",
    "vfModuleModelCustomizationUUID": "671491ab-2a84-4f19-9425-c9ca6301d26e",
    "isBase": true,
    "artifacts": [
      "0a189f7f-4da5-43a4-8415-9e0f28daa928",
      "f274ce83-5be9-4746-9e94-7ab035c6d304"
    ],
    "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-06-19T06:27:47.982Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardReelpn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18c66448-5b06-4116-a8f1-1359b85d6636
VfModuleModelInvariantUUID:ab0101e8-fa4d-4449-b8a7-e9401c1be672
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a189f7f-4da5-43a4-8415-9e0f28daa928
,
f274ce83-5be9-4746-9e94-7ab035c6d304

}
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-06-19T06:27:47.982Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a189f7f-4da5-43a4-8415-9e0f28daa928 from URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
2022-06-19T06:27:47.983Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:27:47.983Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
2022-06-19T06:27:48.087Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:27:48.088Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml 0a189f7f-4da5-43a4-8415-9e0f28daa928 5033
2022-06-19T06:27:48.090Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-19T06:27:48.090Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
2022-06-19T06:27:48.091Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:27:48.091Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:48.095Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:48.095Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620068089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:27:48.195Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:27:48.196Z||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-06-19T06:27:48.196Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:48.230Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:48.232Z||pool-28-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:49.102Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f274ce83-5be9-4746-9e94-7ab035c6d304 from URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
2022-06-19T06:27:49.103Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:27:49.104Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
2022-06-19T06:27:49.176Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:27:49.177Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env f274ce83-5be9-4746-9e94-7ab035c6d304 909
2022-06-19T06:27:49.178Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-19T06:27:49.178Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
2022-06-19T06:27:49.179Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:27:49.179Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:49.184Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:49.184Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620069178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:27:49.284Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:27:49.286Z||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-06-19T06:27:49.286Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:49.314Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:49.315Z||pool-29-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:50.187Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6ec8be8a-79ab-43a8-bd6d-3a647295b07e
2022-06-19T06:27:50.188Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_REELPN 0 a0c33144-68b3-4d17-bcb1-e0b0053aa278 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T06:27:50.230Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47665d87, org.onap.sdc.toscaparser.api.parameters.Input@366f6fad, org.onap.sdc.toscaparser.api.parameters.Input@4168a4cd, org.onap.sdc.toscaparser.api.parameters.Input@50fac77, org.onap.sdc.toscaparser.api.parameters.Input@70705334]
2022-06-19T06:27:50.233Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.234Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.234Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-19T06:27:50.235Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
2022-06-19T06:27:50.235Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae matches Tosca VF Customization UUID: 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
2022-06-19T06:27:50.235Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae  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-06-19T06:27:50.242Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.243Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.245Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-19T06:27:50.246Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4171b27b
2022-06-19T06:27:50.246Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.247Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:27:50.247Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 671491ab-2a84-4f19-9425-c9ca6301d26e
2022-06-19T06:27:50.248Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 671491ab-2a84-4f19-9425-c9ca6301d26e
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-06-19T06:27:50.259Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.264Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:50.269Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:50.271Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.272Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:50.272Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:50.273Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.273Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is not matching search criteria
2022-06-19T06:27:50.274Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-19T06:27:50.274Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T06:27:50.275Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=40537ceb-66d1-47d9-bc7c-ba500d516783
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-06-19T06:27:50.282Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.283Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:50.284Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:50.285Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.285Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:50.286Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
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-06-19T06:27:50.290Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.290Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.291Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6ec8be8a-79ab-43a8-bd6d-3a647295b07e: basic_onboard_REELPN
2022-06-19T06:27:50.291Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.292Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.292Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.292Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.293Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.293Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.294Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.294Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.295Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:27:50.295Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.297Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_REELPN 
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-06-19T06:27:50.680Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_REELPN a0c33144-68b3-4d17-bcb1-e0b0053aa278 1 ASDC deployResourceStructure
2022-06-19T06:27:50.681Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json ASDC sendASDCNotification
2022-06-19T06:27:50.681Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
2022-06-19T06:27:50.681Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:27:50.682Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:50.685Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:50.685Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620070681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:27:50.785Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:27:50.787Z||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-06-19T06:27:50.787Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:50.809Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:50.811Z||pool-30-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:51.694Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-19T06:27:51.695Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
2022-06-19T06:27:51.695Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:27:51.695Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:51.699Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:51.699Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620071694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:27:51.799Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:27:51.801Z||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-06-19T06:27:51.802Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:51.839Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:51.840Z||pool-31-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:52.700Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-19T06:27:52.700Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
2022-06-19T06:27:52.700Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:27:52.701Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:52.708Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:52.708Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620072700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-19T06:27:52.810Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-19T06:27:52.813Z||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-06-19T06:27:52.813Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:52.868Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:52.869Z||pool-32-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:53.710Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar ASDC sendASDCNotification
2022-06-19T06:27:53.710Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:53.710Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:27:53.711Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:53.715Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:53.715Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620073709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:27:53.815Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:27:53.817Z||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-06-19T06:27:53.817Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:53.862Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:27:53.863Z||pool-33-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:54.717Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bc08253-eb11-4d01-92f0-fd5c28071515
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:27:54.752Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bc08253-eb11-4d01-92f0-fd5c28071515
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:27:54.766Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:27:54.769Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T06:27:54.770Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T06:27:54.771Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T06:27:54.771Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:27:54.771Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-06-19T06:27:54.782Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T06:28:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:28:01.390Z||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-06-19T06:28:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:02.038Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:28:02.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620049429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:28:02.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:28:02.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:28:02.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:28:02.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620050468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620062763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620066956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620068089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620069178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620070681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620071694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:28:02.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620072700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-19T06:28:02.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620073709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:28:02.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:24.783Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:28:24.799Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9bc08253-eb11-4d01-92f0-fd5c28071515 and serviceModelVersionId: 6ec8be8a-79ab-43a8-bd6d-3a647295b07e
2022-06-19T06:28:24.800Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff821b4b-cab6-45f5-aa71-5ac01a285fd5
2022-06-19T06:28:24.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0
2022-06-19T06:28:24.819Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T06:28:24.942Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?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-06-19T06:28:24.945Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0|INFO|500||Invoke
2022-06-19T06:28:25.007Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T06:28:25.322Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0|INFO|500||InvokeReturn
2022-06-19T06:28:25.323Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220619-06:28:25:953-74034], vertex-id=[159824], Content-Length=[0], Date=[Sun, 19 Jun 2022 06:28:25 GMT], Content-Type=[application/json]}
2022-06-19T06:28:25.324Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-19T06:28:25.324Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T06:28:25.324Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-06-19T06:28:25.343Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-06-19T06:28:25.344Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9bc08253-eb11-4d01-92f0-fd5c28071515 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T06:28:25.344Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T06:28:25.345Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:28:25.349Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:28:25.349Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620105344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:28:25.450Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:28:25.455Z||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-06-19T06:28:25.455Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:25.531Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:28:25.532Z||pool-34-thread-1|||||INFO|500||cambria reply ok (81 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-06-19T06:28:26.433Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:28:26.435Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:28:26.436Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:36.027Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:28:36.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:28:36.029Z||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-06-19T06:28:36.029Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:45.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:28:45.592Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:28:45.594Z||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-06-19T06:28:45.594Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:55.164Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:29:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:29:01.370Z||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-06-19T06:29:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:29:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:29:01.388Z||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-06-19T06:29:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:29:02.033Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:29:02.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:29:02.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620105344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:29:02.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:29:10.957Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:30:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:30:01.371Z||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-06-19T06:30:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:30:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:30:01.388Z||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-06-19T06:30:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:30:10.944Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:30:10.946Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:31:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:31:01.372Z||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-06-19T06:31:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:31:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:31:01.388Z||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-06-19T06:31:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:31:10.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:31:10.979Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:32:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:32:01.370Z||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-06-19T06:32:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:32:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:32:01.388Z||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-06-19T06:32:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:32:10.995Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:32:10.998Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:33:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:33:01.369Z||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-06-19T06:33:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:33:01.387Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:33:01.388Z|9bc08253-eb11-4d01-92f0-fd5c28071515|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-06-19T06:33:01.389Z|9bc08253-eb11-4d01-92f0-fd5c28071515|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:33:10.931Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:33:10.964Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:34:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:34:01.369Z||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-06-19T06:34:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:34:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:34:01.388Z||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-06-19T06:34:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:34:10.954Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:34:10.994Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:35:01.369Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:35:01.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:35:01.375Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:35:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:35:01.388Z||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-06-19T06:35:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:35:10.955Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:35:10.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:36:01.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:36:01.370Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:36:01.370Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:36:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:36:01.388Z||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-06-19T06:36:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:36:11.000Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:36:11.043Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:37:01.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:37:01.370Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:37:01.370Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:37:01.389Z||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-06-19T06:37:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:02.028Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:37:02.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"89e1f896-c775-47a6-9258-25b3f17b75ec","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3c2de521-49bc-4412-80ee-c16609dca5ae","serviceDescription":"service","serviceInvariantUUID":"f0a828c9-ecc2-4091-8f27-2a4e1964d790","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f141a1d4-1ac3-4fb6-82d8-7c31b883eb06","resourceInvariantUUID":"b67fe4ff-a42d-4905-afd3-723d2157048d","resourceCustomizationUUID":"1bfd54df-5315-4e63-b124-63132313c3a8","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":"NTdhZTE4ZTVhYzUzODg1ZGYzNmVmZTMwM2U1MWQ0Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39e59777-6166-4812-9ee1-6e0d6ac62750","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTI4NjM4MjU5NDIwMmExNDZkN2U5NjFmNjU2YzQ3ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38922a38-5cd3-48b2-b523-29ba82226e48","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:37:02.044Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:37:02.045Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:02.051Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:02.051Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:37:02.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620601505,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "policy-id",
  "timestamp": 1655620597345,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "aai-ml",
  "timestamp": 1655620601263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "cds",
  "timestamp": 1655620603116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620601505,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "policy-id",
  "timestamp": 1655620597345,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "aai-ml",
  "timestamp": 1655620601263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:37:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "cds",
  "timestamp": 1655620603116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:37:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "policy-id",
  "timestamp": 1655620604323,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "aai-ml",
  "timestamp": 1655620604158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "cds",
  "timestamp": 1655620605965,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "policy-id",
  "timestamp": 1655620605332,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:37:02.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "cds",
  "timestamp": 1655620606972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:37:02.111Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89e1f896-c775-47a6-9258-25b3f17b75ec
2022-06-19T06:37:02.112Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e1f896-c775-47a6-9258-25b3f17b75ec 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-06-19T06:37:02.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "policy-id",
  "timestamp": 1655620606335,
  "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-06-19T06:37:02.146Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89e1f896-c775-47a6-9258-25b3f17b75ec
2022-06-19T06:37:02.147Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e1f896-c775-47a6-9258-25b3f17b75ec and ComponentName POLICY
2022-06-19T06:37:02.151Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:37:02.153Z||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-06-19T06:37:02.154Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:37:02.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620606319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620606319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:37:02.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "aai-ml",
  "timestamp": 1655620612135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:37:02.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "aai-ml",
  "timestamp": 1655620613141,
  "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-06-19T06:37:02.187Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89e1f896-c775-47a6-9258-25b3f17b75ec
2022-06-19T06:37:02.187Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e1f896-c775-47a6-9258-25b3f17b75ec and ComponentName AAI
2022-06-19T06:37:02.195Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:37:02.197Z||pool-35-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:37:02.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620612743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620612743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:37:02.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620615716,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:37:02.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "clamp",
  "timestamp": 1655620617717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620617683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "clamp",
  "timestamp": 1655620617717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:37:02.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620618692,
  "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-06-19T06:37:02.283Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89e1f896-c775-47a6-9258-25b3f17b75ec
2022-06-19T06:37:02.283Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e1f896-c775-47a6-9258-25b3f17b75ec 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-06-19T06:37:03.052Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:37:03.053Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:03.057Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:03.057Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:37:03.158Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:37:03.159Z||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-06-19T06:37:03.160Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:03.216Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:37:03.217Z||pool-36-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:37:04.059Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3c2de521-49bc-4412-80ee-c16609dca5ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0a828c9-ecc2-4091-8f27-2a4e1964d790",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1bfd54df-5315-4e63-b124-63132313c3a8",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f141a1d4-1ac3-4fb6-82d8-7c31b883eb06",
      "resourceInvariantUUID": "b67fe4ff-a42d-4905-afd3-723d2157048d",
      "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": "MTI4NjM4MjU5NDIwMmExNDZkN2U5NjFmNjU2YzQ3ZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38922a38-5cd3-48b2-b523-29ba82226e48"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T06:37:04.060Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:37:04.060Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3c2de521-49bc-4412-80ee-c16609dca5ae ASDC
2022-06-19T06:37:04.061Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:89e1f896-c775-47a6-9258-25b3f17b75ec
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3c2de521-49bc-4412-80ee-c16609dca5ae
ServiceInvariantUUID:f0a828c9-ecc2-4091-8f27-2a4e1964d790
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:38922a38-5cd3-48b2-b523-29ba82226e48
ArtifactChecksum:MTI4NjM4MjU5NDIwMmExNDZkN2U5NjFmNjU2YzQ3ZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1bfd54df-5315-4e63-b124-63132313c3a8
ResourceInvariantUUID:b67fe4ff-a42d-4905-afd3-723d2157048d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f141a1d4-1ac3-4fb6-82d8-7c31b883eb06
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-19T06:37:04.062Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c2de521-49bc-4412-80ee-c16609dca5ae 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-06-19T06:37:04.140Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:37:04.141Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-19T06:37:04.141Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-19T06:37:04.142Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38922a38-5cd3-48b2-b523-29ba82226e48 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T06:37:04.142Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-19T06:37:04.143Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T06:37:04.357Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-19T06:37:04.366Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 38922a38-5cd3-48b2-b523-29ba82226e48 52511
2022-06-19T06:37:04.366Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-19T06:37:04.367Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T06:37:04.367Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:37:04.367Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:04.371Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:04.372Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620624366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:37:04.472Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:37:04.473Z||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-06-19T06:37:04.473Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:04.502Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:37:04.503Z||pool-37-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:37:05.373Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:37:05.375Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-19T06:37:05.375Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 38922a38-5cd3-48b2-b523-29ba82226e48, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:05.376Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-19T06:37:05.377Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:05.377Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:05.690Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8365261163802029751/Definitions/service-BasicNetwork-template.yml
2022-06-19T06:37:06.902Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.905Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.905Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.905Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.905Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.906Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.906Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.907Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-19T06:37:06.907Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.907Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.908Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-19T06:37:06.908Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-19T06:37:06.908Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:37:06.909Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.909Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.909Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-19T06:37:06.909Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-19T06:37:06.910Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:37:06.910Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.910Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.911Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.911Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.912Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.912Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.912Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.912Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.913Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.913Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.913Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3c2de521-49bc-4412-80ee-c16609dca5ae
Model Version:NULL
Model InvariantUuid:f0a828c9-ecc2-4091-8f27-2a4e1964d790
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b67fe4ff-a42d-4905-afd3-723d2157048d
Model UUID:50f1b6bd-0bab-43bc-8cee-fd505f9366d8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1bfd54df-5315-4e63-b124-63132313c3a8
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-06-19T06:37:06.928Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: f141a1d4-1ac3-4fb6-82d8-7c31b883eb06
2022-06-19T06:37:06.929Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||No resources found for Service: 3c2de521-49bc-4412-80ee-c16609dca5ae
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-06-19T06:37:06.938Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||
2022-06-19T06:37:06.939Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-19T06:37:06.941Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3c2de521-49bc-4412-80ee-c16609dca5ae
2022-06-19T06:37:06.941Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3c2de521-49bc-4412-80ee-c16609dca5ae
2022-06-19T06:37:06.942Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-19T06:37:06.942Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T06:37:06.952Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1500f059, org.onap.sdc.toscaparser.api.parameters.Input@803d1b2, org.onap.sdc.toscaparser.api.parameters.Input@51d8fbd1, org.onap.sdc.toscaparser.api.parameters.Input@5429372e, org.onap.sdc.toscaparser.api.parameters.Input@463987ca]
2022-06-19T06:37:06.955Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.956Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.956Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.956Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.957Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3c2de521-49bc-4412-80ee-c16609dca5ae: Generic NeutronNet
2022-06-19T06:37:06.957Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.957Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.958Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:06.958Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-19T06:37:07.037Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:07.038Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:07.039Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:07.040Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:07.040Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:37:07.040Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:07.041Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-19T06:37:07.172Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-19T06:37:07.174Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-19T06:37:07.174Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T06:37:07.174Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:37:07.175Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:07.179Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:07.179Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620627174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:37:07.279Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:37:07.280Z||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-06-19T06:37:07.280Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:07.298Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:37:07.299Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:37:08.180Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89e1f896-c775-47a6-9258-25b3f17b75ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:37:08.204Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89e1f896-c775-47a6-9258-25b3f17b75ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:37:08.212Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:37:08.212Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T06:37:08.212Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T06:37:08.228Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T06:37:38.229Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89e1f896-c775-47a6-9258-25b3f17b75ec 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-06-19T06:37:38.267Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89e1f896-c775-47a6-9258-25b3f17b75ec and serviceModelVersionId: 3c2de521-49bc-4412-80ee-c16609dca5ae
2022-06-19T06:37:38.268Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0a828c9-ecc2-4091-8f27-2a4e1964d790
2022-06-19T06:37:38.271Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0
2022-06-19T06:37:38.284Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T06:37:38.406Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?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-06-19T06:37:38.408Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0|INFO|500||Invoke
2022-06-19T06:37:38.466Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T06:37:38.737Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0|INFO|500||InvokeReturn
2022-06-19T06:37:38.738Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-06:37:39:392-63668], vertex-id=[336120], Content-Length=[0], Date=[Sun, 19 Jun 2022 06:37:39 GMT], Content-Type=[application/json]}
2022-06-19T06:37:38.739Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-19T06:37:38.739Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T06:37:38.740Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T06:37:38.749Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T06:37:38.750Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89e1f896-c775-47a6-9258-25b3f17b75ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T06:37:38.751Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T06:37:38.751Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:38.754Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:38.755Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620658750,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:37:38.855Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:37:38.856Z||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-06-19T06:37:38.857Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:38.886Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:37:38.887Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 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-06-19T06:38:01.368Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:38:01.369Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:38:01.370Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:38:01.389Z||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-06-19T06:38:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:01.640Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:01.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:38:01.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:38:01.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:38:02.065Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:02.066Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T06:38:02.066Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"130d75f4-4214-469f-b503-e8c32502d3d9","serviceName":"Demo_pNF_qXl0Xe0mS2ohDKdegyn4","serviceVersion":"1.0","serviceUUID":"81acddc0-fa49-4db9-b011-5cec13528244","serviceDescription":"catalog service description","serviceInvariantUUID":"9257fe5b-eb64-4c7f-ad66-f1a8db7f613d","resources":[{"resourceInstanceName":"pNF 18f5e805-190e 0","resourceName":"pNF 18f5e805-190e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cd4a710e-e6ea-4f0f-995c-ab69f98038f5","resourceInvariantUUID":"3f84a610-781e-4a10-9e9b-22f1d4b0ff80","resourceCustomizationUUID":"0d87bd89-1324-4a40-8ce9-c94ffed819f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml","artifactChecksum":"MjRjOTIyNjIwYzNiNTliNTUxZGFmMTg5OTJlYmE5MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe89492f-fbb7-4489-9d66-2bf2d98863aa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar","artifactChecksum":"MmM0YWU3YmFhNDUyNzc0MGYxODAwYWZhYTI0Y2UxZDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a381c8f-7fcc-47c0-adce-809048bfc783","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a51c676-c7a8-4cc4-abd6-ed1b83e079d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml","artifactChecksum":"MTVmN2UyNDU4Yjc3YmM1YjI0MjhmZjNkMTJjMjBiODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0b39782-f298-4061-b9e6-06cb6a09a2f8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"615beb45-5648-4563-9885-badae1645e8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8167394-7e44-4013-a52e-8f5512f45dcb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml","artifactChecksum":"NTQ5YmI0NDE0NjhmMWVhN2VjOGQ3NmY4OWJhOTkzNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85d669da-f407-4e3f-aa29-a23d192820c2","artifactVersion":"1"},{"artifactName":"service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar","artifactChecksum":"YjEzMWYyOTkzMjlkNTM1YmI2ZTI3ZDRlZTc3NDUyZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba62d4e1-468d-4c13-ba43-36ed76a5b75c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:38:02.070Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:02.071Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:02.077Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:02.078Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:38:02.181Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-19T06:38:02.184Z||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-06-19T06:38:02.184Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:02.304Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:02.306Z||pool-40-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:38:03.082Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:03.083Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:03.106Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:03.106Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:38:03.213Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-19T06:38:03.215Z||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-06-19T06:38:03.216Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:03.304Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:03.307Z||pool-41-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:38:04.107Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:04.108Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:04.111Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:04.112Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:38:04.214Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:38:04.216Z||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-06-19T06:38:04.216Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:04.259Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:04.260Z||pool-42-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:05.117Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:05.118Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:05.129Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:05.130Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:38:05.229Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T06:38:05.232Z||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-06-19T06:38:05.232Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:05.388Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:05.389Z||pool-43-thread-1|||||INFO|500||cambria reply ok (160 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:38:06.131Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:06.134Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:06.140Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:06.140Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:38:06.239Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-19T06:38:06.241Z||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-06-19T06:38:06.242Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:06.312Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:06.314Z||pool-44-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:07.141Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:07.142Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:07.146Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:07.147Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:38:07.256Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-19T06:38:07.258Z||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-06-19T06:38:07.258Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:07.299Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:07.300Z||pool-45-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:38:08.148Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:08.148Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:08.152Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:08.153Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:38:08.267Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-06-19T06:38:08.268Z||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-06-19T06:38:08.268Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:08.306Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:08.307Z||pool-46-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:09.155Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:09.156Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:09.159Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:09.160Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:38:09.260Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:38:09.261Z||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-06-19T06:38:09.262Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:09.288Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:09.289Z||pool-47-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:10.165Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "serviceName": "Demo_pNF_qXl0Xe0mS2ohDKdegyn4",
  "serviceVersion": "1.0",
  "serviceUUID": "81acddc0-fa49-4db9-b011-5cec13528244",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9257fe5b-eb64-4c7f-ad66-f1a8db7f613d",
  "resources": [
    {
      "resourceInstanceName": "pNF 18f5e805-190e 0",
      "resourceCustomizationUUID": "0d87bd89-1324-4a40-8ce9-c94ffed819f7",
      "resourceName": "pNF 18f5e805-190e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cd4a710e-e6ea-4f0f-995c-ab69f98038f5",
      "resourceInvariantUUID": "3f84a610-781e-4a10-9e9b-22f1d4b0ff80",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
      "artifactChecksum": "YjEzMWYyOTkzMjlkNTM1YmI2ZTI3ZDRlZTc3NDUyZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ba62d4e1-468d-4c13-ba43-36ed76a5b75c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T06:38:10.168Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:38:10.168Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81acddc0-fa49-4db9-b011-5cec13528244 ASDC
2022-06-19T06:38:10.169Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:130d75f4-4214-469f-b503-e8c32502d3d9
ServiceName:Demo_pNF_qXl0Xe0mS2ohDKdegyn4
ServiceVersion:1.0
ServiceUUID:81acddc0-fa49-4db9-b011-5cec13528244
ServiceInvariantUUID:9257fe5b-eb64-4c7f-ad66-f1a8db7f613d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
ArtifactUUID:ba62d4e1-468d-4c13-ba43-36ed76a5b75c
ArtifactChecksum:YjEzMWYyOTkzMjlkNTM1YmI2ZTI3ZDRlZTc3NDUyZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 18f5e805-190e 0
ResourceCustomizationUUID:0d87bd89-1324-4a40-8ce9-c94ffed819f7
ResourceInvariantUUID:3f84a610-781e-4a10-9e9b-22f1d4b0ff80
ResourceName:pNF 18f5e805-190e
ResourceType:PNF
ResourceUUID:cd4a710e-e6ea-4f0f-995c-ab69f98038f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-19T06:38:10.169Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81acddc0-fa49-4db9-b011-5cec13528244 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-06-19T06:38:10.252Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:38:10.254Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:38:10.254Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:38:10.255Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ba62d4e1-468d-4c13-ba43-36ed76a5b75c from URL: /sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:10.255Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:38:10.255Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:10.502Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:38:10.507Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar ba62d4e1-468d-4c13-ba43-36ed76a5b75c 82640
2022-06-19T06:38:10.507Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar ASDC sendASDCNotification
2022-06-19T06:38:10.508Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:10.508Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:38:10.508Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:10.513Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:10.515Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620690507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:38:10.614Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:38:10.615Z||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-06-19T06:38:10.615Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:10.635Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:10.636Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:11.516Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:38:11.518Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:38:11.518Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ba62d4e1-468d-4c13-ba43-36ed76a5b75c, URL: /sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar to file: /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:11.523Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:11.525Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:11.525Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:11.891Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2928087524211733937/Definitions/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml
2022-06-19T06:38:13.470Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:38:13.470Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 18f5e805-190e 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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.473Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Node template pNF 18f5e805-190e 0 is matching search criteria
2022-06-19T06:38:13.473Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:38:13.473Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 18f5e805-190e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Node template pNF 18f5e805-190e 0 is matching search criteria
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 18f5e805-190e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.477Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_qXl0Xe0mS2ohDKdegyn4
Description:catalog service description
Model UUID:81acddc0-fa49-4db9-b011-5cec13528244
Model Version:NULL
Model InvariantUuid:9257fe5b-eb64-4c7f-ad66-f1a8db7f613d
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-06-19T06:38:13.492Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: cd4a710e-e6ea-4f0f-995c-ab69f98038f5
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-06-19T06:38:13.499Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||pNF 18f5e805-190e 0
2022-06-19T06:38:13.499Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cd4a710e-e6ea-4f0f-995c-ab69f98038f5
2022-06-19T06:38:13.500Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 81acddc0-fa49-4db9-b011-5cec13528244
2022-06-19T06:38:13.500Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 81acddc0-fa49-4db9-b011-5cec13528244
2022-06-19T06:38:13.500Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 18f5e805-190e 0 cd4a710e-e6ea-4f0f-995c-ab69f98038f5 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-06-19T06:38:13.510Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16431603, org.onap.sdc.toscaparser.api.parameters.Input@1dbdd010, org.onap.sdc.toscaparser.api.parameters.Input@45ea4e66, org.onap.sdc.toscaparser.api.parameters.Input@2ef56a1f, org.onap.sdc.toscaparser.api.parameters.Input@208892cc]
2022-06-19T06:38:13.511Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:38:13.511Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.511Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 81acddc0-fa49-4db9-b011-5cec13528244: pNF 18f5e805-190e
2022-06-19T06:38:13.512Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Processing PNF resource: cd4a710e-e6ea-4f0f-995c-ab69f98038f5
2022-06-19T06:38:13.512Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:38:13.513Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.513Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Resource customization UUID: 0d87bd89-1324-4a40-8ce9-c94ffed819f7 is the same as notified resource customizationUUID: 0d87bd89-1324-4a40-8ce9-c94ffed819f7
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-06-19T06:38:13.612Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 18f5e805-190e cd4a710e-e6ea-4f0f-995c-ab69f98038f5 0 ASDC deployResourceStructure
2022-06-19T06:38:13.612Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar ASDC sendASDCNotification
2022-06-19T06:38:13.613Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.613Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:38:13.614Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:13.617Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:13.617Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620693612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:38:13.718Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:38:13.719Z||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-06-19T06:38:13.719Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:13.741Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:38:13.742Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:38:14.619Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 130d75f4-4214-469f-b503-e8c32502d3d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:38:14.643Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 130d75f4-4214-469f-b503-e8c32502d3d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:38:14.655Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:38:14.656Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:38:14.656Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:38:44.657Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 130d75f4-4214-469f-b503-e8c32502d3d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:38:44.705Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 130d75f4-4214-469f-b503-e8c32502d3d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:38:44.714Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:38:44.715Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:38:44.715Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:39:01.388Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:39:01.392Z||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-06-19T06:39:01.393Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:01.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:01.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "clamp",
  "timestamp": 1655620624014,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:01.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:01.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "clamp",
  "timestamp": 1655620625055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:39:01.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620624366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:01.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "clamp",
  "timestamp": 1655620626060,
  "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-06-19T06:39:01.558Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89e1f896-c775-47a6-9258-25b3f17b75ec
2022-06-19T06:39:01.558Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e1f896-c775-47a6-9258-25b3f17b75ec 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-06-19T06:39:01.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620627174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:39:01.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620631263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620633116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620626319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620631263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620633116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620626319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620633116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620626319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620631263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620633116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620626319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620631263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620631263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620633116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620626319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620631263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620633116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620626319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620641504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620631263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620633116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620626319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620641504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620631263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:01.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620633116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:01.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620626319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:01.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620642743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620641504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620644018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:01.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620645252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:01.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620642743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620641504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:01.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "cds",
  "timestamp": 1655620646258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-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-06-19T06:39:01.645Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 130d75f4-4214-469f-b503-e8c32502d3d9
2022-06-19T06:39:01.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130d75f4-4214-469f-b503-e8c32502d3d9 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-06-19T06:39:01.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620642743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620641504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620646121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:01.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620642743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620641504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:39:01.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620647718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620647127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:39:01.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620642743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620641504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620647718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "policy-id",
  "timestamp": 1655620648133,
  "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-06-19T06:39:01.719Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 130d75f4-4214-469f-b503-e8c32502d3d9
2022-06-19T06:39:01.720Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130d75f4-4214-469f-b503-e8c32502d3d9 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-06-19T06:39:01.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620642743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620641504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620647718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620642743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620647718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620650526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:01.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620642743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:01.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620647718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620651549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:01.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620651966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:39:01.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620647718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620652973,
  "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-06-19T06:39:01.799Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 130d75f4-4214-469f-b503-e8c32502d3d9
2022-06-19T06:39:01.800Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130d75f4-4214-469f-b503-e8c32502d3d9 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-06-19T06:39:01.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620647718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:01.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620653654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:39:01.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620647718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:01.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:01.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620653942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:39:01.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620654660,
  "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-06-19T06:39:01.864Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 130d75f4-4214-469f-b503-e8c32502d3d9
2022-06-19T06:39:01.864Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130d75f4-4214-469f-b503-e8c32502d3d9 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-06-19T06:39:01.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620654945,
  "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-06-19T06:39:01.946Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 130d75f4-4214-469f-b503-e8c32502d3d9
2022-06-19T06:39:01.946Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130d75f4-4214-469f-b503-e8c32502d3d9 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-06-19T06:39:01.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620658750,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:39:01.985Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620660049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:01.987Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620662057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:39:01.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:01.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:01.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "clamp",
  "timestamp": 1655620663060,
  "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-06-19T06:39:02.011Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 130d75f4-4214-469f-b503-e8c32502d3d9
2022-06-19T06:39:02.012Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130d75f4-4214-469f-b503-e8c32502d3d9 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-06-19T06:39:02.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620663115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620666319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620661505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620661263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620666319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-19T06:39:02.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620663115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620661505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620661263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620666319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-19T06:39:02.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620663115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620661505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620661263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620672744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620666319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:39:02.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620663115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620661505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620661263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620672744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620666319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:39:02.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620663115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620661505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620661263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620672744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620666319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620663115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620661263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620661505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620672744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620666319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-19T06:39:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620663115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620661505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620661263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620677718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620672744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620666319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620663115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620661505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620661263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620677718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620677345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620672744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620666319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:02.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620663115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:02.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620661505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620661263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:02.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620677718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620677345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620672744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620679487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:02.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:02.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620680674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:02.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:02.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620679523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:02.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:02.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620677718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:39:02.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620677345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620672744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:02.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:39:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "cds",
  "timestamp": 1655620681706,
  "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-06-19T06:39:02.154Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55c289c3-552e-4490-adec-2498f94312d9
2022-06-19T06:39:02.155Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55c289c3-552e-4490-adec-2498f94312d9 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-06-19T06:39:02.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:39:02.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620680650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:02.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:39:14.716Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 130d75f4-4214-469f-b503-e8c32502d3d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:39:14.756Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 130d75f4-4214-469f-b503-e8c32502d3d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:39:14.765Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:39:14.766Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T06:39:14.766Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T06:39:14.767Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T06:39:14.767Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:39:14.768Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:39:14.768Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:39:14.768Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:39:14.769Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:39:14.770Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:39:14.770Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:39:14.771Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-06-19T06:39:14.791Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T06:39:44.792Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 130d75f4-4214-469f-b503-e8c32502d3d9 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-06-19T06:39:44.804Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 130d75f4-4214-469f-b503-e8c32502d3d9 and serviceModelVersionId: 81acddc0-fa49-4db9-b011-5cec13528244
2022-06-19T06:39:44.804Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9257fe5b-eb64-4c7f-ad66-f1a8db7f613d
2022-06-19T06:39:44.807Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9257fe5b-eb64-4c7f-ad66-f1a8db7f613d/model-vers/model-ver/81acddc0-fa49-4db9-b011-5cec13528244?depth=0
2022-06-19T06:39:44.829Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T06:39:44.968Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9257fe5b-eb64-4c7f-ad66-f1a8db7f613d/model-vers/model-ver/81acddc0-fa49-4db9-b011-5cec13528244?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-06-19T06:39:44.971Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9257fe5b-eb64-4c7f-ad66-f1a8db7f613d/model-vers/model-ver/81acddc0-fa49-4db9-b011-5cec13528244?depth=0|INFO|500||Invoke
2022-06-19T06:39:45.042Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9257fe5b-eb64-4c7f-ad66-f1a8db7f613d/model-vers/model-ver/81acddc0-fa49-4db9-b011-5cec13528244?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T06:39:45.337Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9257fe5b-eb64-4c7f-ad66-f1a8db7f613d/model-vers/model-ver/81acddc0-fa49-4db9-b011-5cec13528244?depth=0|INFO|500||InvokeReturn
2022-06-19T06:39:45.339Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9257fe5b-eb64-4c7f-ad66-f1a8db7f613d/model-vers/model-ver/81acddc0-fa49-4db9-b011-5cec13528244?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-06:39:45:975-91784], vertex-id=[204840], Content-Length=[0], Date=[Sun, 19 Jun 2022 06:39:45 GMT], Content-Type=[application/json]}
2022-06-19T06:39:45.340Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-19T06:39:45.341Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T06:39:45.341Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-06-19T06:39:45.356Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-06-19T06:39:45.357Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 130d75f4-4214-469f-b503-e8c32502d3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T06:39:45.358Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T06:39:45.359Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:45.363Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:45.364Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620785358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:39:45.464Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:39:45.466Z||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-06-19T06:39:45.466Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:45.559Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:45.560Z||pool-50-thread-1|||||INFO|500||cambria reply ok (95 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-06-19T06:39:46.394Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T06:39:46.394Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"55c289c3-552e-4490-adec-2498f94312d9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5f5160d2-ccd6-4eab-9c45-611c39a81b5e","serviceDescription":"service","serviceInvariantUUID":"c20b97a6-cc2b-4483-9e20-a6fd6c46d36d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be334669-f186-45ec-8a55-ade88f96c060","resourceInvariantUUID":"19cfb736-6a7c-4074-aa21-e6d1850dd18e","resourceCustomizationUUID":"432880a6-0075-4a90-b5a4-21f6dc5295c8","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":"ZWIyOTU5NDQyOWNiN2NmYWZiNjZjYzM1ZmY0NDY3NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dba22d1a-a43b-401d-85e8-eb0d15ae1a1d","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":"c668333e-93e8-4191-ab7e-b11932026f55","artifactVersion":"2","generatedFromUUID":"3bc34fb3-00c3-440e-b470-68054e8d4245"},{"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":"3bc34fb3-00c3-440e-b470-68054e8d4245","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":"NzJjN2ZhNGNmMDg3MjkzM2VmNjg3OWY5YjBkYWVlOWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63db6916-678f-48d0-aca9-0c38cbf24c5b","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":"58c5d391-c4f2-4212-9331-3a0988e3c36c","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":"604adce7-e947-4b71-a896-6b172dcad32c","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":"d775fd0f-e105-4fd8-a388-35319eba73ab","artifactVersion":"2","generatedFromUUID":"58c5d391-c4f2-4212-9331-3a0988e3c36c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Mzk0NzA1NWM3Mjg4NWQwZjY5OGU3YzM1NTZiMTM3YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6dbff8b2-7579-4cb6-b9bd-96d44aa6e9f5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTVhYzM2YmI1MzlhNGMzNTk2ZmQ1MDAwNGZmZGI3ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bf8ae19-8d36-4c1d-aad5-f1874865c426","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:39:46.395Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:39:46.396Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:46.401Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:46.402Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:46.500Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T06:39:46.501Z||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-06-19T06:39:46.501Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:46.546Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:46.547Z||pool-51-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:39:47.403Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:39:47.404Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:47.407Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:47.407Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-19T06:39:47.507Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:39:47.509Z||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-06-19T06:39:47.510Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:47.541Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:47.542Z||pool-52-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:39:48.408Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:39:48.411Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:48.425Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:48.426Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-19T06:39:48.527Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:39:48.528Z||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-06-19T06:39:48.529Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:48.552Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:48.553Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:39:49.431Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:39:49.432Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:49.445Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:49.446Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:39:49.545Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:39:49.546Z||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-06-19T06:39:49.547Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:49.574Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:49.575Z||pool-54-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:39:50.447Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:39:50.447Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:50.451Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:50.451Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:39:50.551Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:39:50.552Z||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-06-19T06:39:50.552Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:50.606Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:50.607Z||pool-55-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:39:51.452Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:39:51.454Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:51.458Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:51.458Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:51.558Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:39:51.560Z||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-06-19T06:39:51.560Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:51.579Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:51.580Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:39:52.459Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:39:52.460Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:52.463Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:52.464Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-19T06:39:52.563Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:39:52.565Z||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-06-19T06:39:52.565Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:52.585Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:52.586Z||pool-57-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:39:53.464Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:39:53.465Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:53.468Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:53.469Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:39:53.570Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:39:53.571Z||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-06-19T06:39:53.571Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:53.590Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:53.591Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:39:54.470Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:39:54.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:54.477Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:54.478Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:39:54.577Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:39:54.578Z||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-06-19T06:39:54.578Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:54.595Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:54.596Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:39:55.481Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5f5160d2-ccd6-4eab-9c45-611c39a81b5e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c20b97a6-cc2b-4483-9e20-a6fd6c46d36d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "432880a6-0075-4a90-b5a4-21f6dc5295c8",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "be334669-f186-45ec-8a55-ade88f96c060",
      "resourceInvariantUUID": "19cfb736-6a7c-4074-aa21-e6d1850dd18e",
      "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": "c668333e-93e8-4191-ab7e-b11932026f55",
          "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": "3bc34fb3-00c3-440e-b470-68054e8d4245",
          "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": "NzJjN2ZhNGNmMDg3MjkzM2VmNjg3OWY5YjBkYWVlOWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "63db6916-678f-48d0-aca9-0c38cbf24c5b",
          "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": "58c5d391-c4f2-4212-9331-3a0988e3c36c",
          "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": "d775fd0f-e105-4fd8-a388-35319eba73ab",
            "generatedFromUUID": "58c5d391-c4f2-4212-9331-3a0988e3c36c"
          },
          "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": "d775fd0f-e105-4fd8-a388-35319eba73ab",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTVhYzM2YmI1MzlhNGMzNTk2ZmQ1MDAwNGZmZGI3ZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bf8ae19-8d36-4c1d-aad5-f1874865c426"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T06:39:55.481Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:39:55.481Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5f5160d2-ccd6-4eab-9c45-611c39a81b5e ASDC
2022-06-19T06:39:55.483Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:55c289c3-552e-4490-adec-2498f94312d9
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5f5160d2-ccd6-4eab-9c45-611c39a81b5e
ServiceInvariantUUID:c20b97a6-cc2b-4483-9e20-a6fd6c46d36d
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:9bf8ae19-8d36-4c1d-aad5-f1874865c426
ArtifactChecksum:NTVhYzM2YmI1MzlhNGMzNTk2ZmQ1MDAwNGZmZGI3ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:432880a6-0075-4a90-b5a4-21f6dc5295c8
ResourceInvariantUUID:19cfb736-6a7c-4074-aa21-e6d1850dd18e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:be334669-f186-45ec-8a55-ade88f96c060
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:c668333e-93e8-4191-ab7e-b11932026f55
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:3bc34fb3-00c3-440e-b470-68054e8d4245
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:63db6916-678f-48d0-aca9-0c38cbf24c5b
ArtifactChecksum:NzJjN2ZhNGNmMDg3MjkzM2VmNjg3OWY5YjBkYWVlOWU=
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:58c5d391-c4f2-4212-9331-3a0988e3c36c
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:d775fd0f-e105-4fd8-a388-35319eba73ab
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:d775fd0f-e105-4fd8-a388-35319eba73ab
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T06:39:55.483Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f5160d2-ccd6-4eab-9c45-611c39a81b5e 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-06-19T06:39:55.614Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:39:55.615Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:39:55.615Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:39:55.616Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9bf8ae19-8d36-4c1d-aad5-f1874865c426 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-19T06:39:55.616Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:39:55.616Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-19T06:39:55.711Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:39:55.717Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9bf8ae19-8d36-4c1d-aad5-f1874865c426 68960
2022-06-19T06:39:55.718Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-19T06:39:55.718Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-19T06:39:55.718Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:39:55.719Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:39:55.723Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:39:55.723Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620795718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:39:55.823Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:39:55.824Z||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-06-19T06:39:55.824Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:39:55.841Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:39:55.842Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:39:56.724Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:39:56.726Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:39:56.728Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9bf8ae19-8d36-4c1d-aad5-f1874865c426, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T06:39:56.729Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-19T06:39:56.730Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T06:39:56.731Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T06:39:57.072Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16231430388073554480/Definitions/service-BasicCnf-template.yml
2022-06-19T06:40:00.015Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:40:00.015Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:40:00.016Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T06:40:00.016Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-19T06:40:00.016Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:00.016Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:00.016Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:00.016Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T06:40:00.016Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:40:00.017Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.017Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:00.018Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T06:40:00.019Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:40:00.019Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:40:00.019Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.019Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:00.020Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T06:40:00.020Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:40:00.020Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:40:00.020Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.021Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:00.021Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.021Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-19T06:40:00.021Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-19T06:40:00.022Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-19T06:40:00.022Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T06:40:00.022Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.022Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:40:00.023Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.023Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T06:40:00.023Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:40:00.024Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.024Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T06:40:00.024Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:40:00.025Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.025Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T06:40:00.025Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:40:00.026Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.026Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-19T06:40:00.026Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-19T06:40:00.026Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc1b1598-9163-4bf8-9acd-4ccb29858fb1
2022-06-19T06:40:00.032Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.033Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:00.033Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.034Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:00.034Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.034Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:00.035Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:00.035Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:00.035Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5f5160d2-ccd6-4eab-9c45-611c39a81b5e
Model Version:NULL
Model InvariantUuid:c20b97a6-cc2b-4483-9e20-a6fd6c46d36d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:78b1d7d5-83e8-42af-b4c0-8e6bcf9bd442
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19cfb736-6a7c-4074-aa21-e6d1850dd18e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:432880a6-0075-4a90-b5a4-21f6dc5295c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:867f680c-e65d-4bae-8a72-8ab9aba6bb3e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e9b009b3-d99f-43ec-8a96-315812481045
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc1b1598-9163-4bf8-9acd-4ccb29858fb1
ModelInvariantUuid:6a5b1820-062d-4b70-b107-ca62c0381f12
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:14bb3057-991c-4095-a861-9181a0cf348f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:61e32cf7-968b-4ce5-9184-6c234d93b866
ModelInvariantUuid:c26390ac-9e01-40f9-9152-c41cce651ba2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:1702232f-262b-4d32-b9fe-b352bd9bf65e
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-06-19T06:40:00.057Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: be334669-f186-45ec-8a55-ade88f96c060
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-06-19T06:40:00.062Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-06-19T06:40:00.063Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be334669-f186-45ec-8a55-ade88f96c060
2022-06-19T06:40:00.064Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c668333e-93e8-4191-ab7e-b11932026f55 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-19T06:40:00.064Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:40:00.064Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:00.115Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:40:00.115Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c668333e-93e8-4191-ab7e-b11932026f55 12
2022-06-19T06:40:00.116Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:00.116Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:00.116Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:40:00.116Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:00.119Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:00.119Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620800116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:40:00.219Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:40:00.220Z||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-06-19T06:40:00.221Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:00.247Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:00.251Z||pool-61-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:40:01.120Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3bc34fb3-00c3-440e-b470-68054e8d4245 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-19T06:40:01.121Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:40:01.122Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:01.329Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:40:01.330Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3bc34fb3-00c3-440e-b470-68054e8d4245 2688
2022-06-19T06:40:01.330Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:01.331Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:01.331Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:40:01.331Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:01.334Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:01.334Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620801330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:40:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:40:01.388Z||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-06-19T06:40:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:01.434Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:40:01.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:01.435Z||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-06-19T06:40:01.435Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:01.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:40:01.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620677718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:40:01.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:40:01.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:40:01.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620677345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:40:01.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:40:01.454Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:01.455Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:40:02.336Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63db6916-678f-48d0-aca9-0c38cbf24c5b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-19T06:40:02.336Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:40:02.337Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:02.559Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:40:02.560Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 63db6916-678f-48d0-aca9-0c38cbf24c5b 828
2022-06-19T06:40:02.560Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:02.560Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:02.560Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:40:02.560Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:02.563Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:02.563Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620802560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:40:02.663Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:40:02.665Z||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-06-19T06:40:02.665Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:02.710Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:02.711Z||pool-63-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:40:03.564Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "867f680c-e65d-4bae-8a72-8ab9aba6bb3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9b009b3-d99f-43ec-8a96-315812481045",
    "vfModuleModelCustomizationUUID": "0076d76e-43fd-4719-b786-64d42227a5b5",
    "isBase": true,
    "artifacts": [
      "58c5d391-c4f2-4212-9331-3a0988e3c36c",
      "3bc34fb3-00c3-440e-b470-68054e8d4245",
      "d775fd0f-e105-4fd8-a388-35319eba73ab"
    ],
    "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-06-19T06:40:03.575Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9b009b3-d99f-43ec-8a96-315812481045
VfModuleModelInvariantUUID:867f680c-e65d-4bae-8a72-8ab9aba6bb3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
58c5d391-c4f2-4212-9331-3a0988e3c36c
,
3bc34fb3-00c3-440e-b470-68054e8d4245
,
d775fd0f-e105-4fd8-a388-35319eba73ab

}
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-06-19T06:40:03.582Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "867f680c-e65d-4bae-8a72-8ab9aba6bb3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9b009b3-d99f-43ec-8a96-315812481045",
    "vfModuleModelCustomizationUUID": "0076d76e-43fd-4719-b786-64d42227a5b5",
    "isBase": true,
    "artifacts": [
      "58c5d391-c4f2-4212-9331-3a0988e3c36c",
      "3bc34fb3-00c3-440e-b470-68054e8d4245",
      "d775fd0f-e105-4fd8-a388-35319eba73ab"
    ],
    "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-06-19T06:40:03.582Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9b009b3-d99f-43ec-8a96-315812481045
VfModuleModelInvariantUUID:867f680c-e65d-4bae-8a72-8ab9aba6bb3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
58c5d391-c4f2-4212-9331-3a0988e3c36c
,
3bc34fb3-00c3-440e-b470-68054e8d4245
,
d775fd0f-e105-4fd8-a388-35319eba73ab

}
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-06-19T06:40:03.582Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 58c5d391-c4f2-4212-9331-3a0988e3c36c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-19T06:40:03.582Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:40:03.583Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:03.666Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:40:03.667Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 58c5d391-c4f2-4212-9331-3a0988e3c36c 1164
2022-06-19T06:40:03.668Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:03.668Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:03.668Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:40:03.668Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:03.671Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:03.671Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620803668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:40:03.771Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:40:03.777Z||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-06-19T06:40:03.777Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:03.804Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:03.805Z||pool-64-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:40:04.672Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d775fd0f-e105-4fd8-a388-35319eba73ab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-19T06:40:04.672Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:40:04.672Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:04.839Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:40:04.840Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d775fd0f-e105-4fd8-a388-35319eba73ab 200
2022-06-19T06:40:04.840Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:04.840Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:04.840Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:40:04.841Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:04.844Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:04.844Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620804840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:40:04.944Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:40:04.945Z||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-06-19T06:40:04.946Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:04.968Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:04.969Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:40:05.845Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5f5160d2-ccd6-4eab-9c45-611c39a81b5e
2022-06-19T06:40:05.845Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 be334669-f186-45ec-8a55-ade88f96c060 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-06-19T06:40:05.881Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:05.887Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ab57c05, org.onap.sdc.toscaparser.api.parameters.Input@78b2ce53, org.onap.sdc.toscaparser.api.parameters.Input@c6b9a40, org.onap.sdc.toscaparser.api.parameters.Input@3adb2f13, org.onap.sdc.toscaparser.api.parameters.Input@4b7f3919]
2022-06-19T06:40:05.889Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.893Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:05.894Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-19T06:40:05.895Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 432880a6-0075-4a90-b5a4-21f6dc5295c8
2022-06-19T06:40:05.895Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 432880a6-0075-4a90-b5a4-21f6dc5295c8 matches Tosca VF Customization UUID: 432880a6-0075-4a90-b5a4-21f6dc5295c8
2022-06-19T06:40:05.895Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 432880a6-0075-4a90-b5a4-21f6dc5295c8  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-06-19T06:40:05.902Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.902Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:05.904Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 432880a6-0075-4a90-b5a4-21f6dc5295c8: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-19T06:40:05.904Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16f89b10
2022-06-19T06:40:05.904Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.905Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:40:05.905Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0076d76e-43fd-4719-b786-64d42227a5b5
2022-06-19T06:40:05.905Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0076d76e-43fd-4719-b786-64d42227a5b5
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-06-19T06:40:05.913Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.913Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T06:40:05.914Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:40:05.915Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.915Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T06:40:05.915Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:40:05.916Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.916Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-19T06:40:05.916Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-19T06:40:05.916Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc1b1598-9163-4bf8-9acd-4ccb29858fb1
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-06-19T06:40:05.924Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.925Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T06:40:05.928Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:40:05.929Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.929Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T06:40:05.930Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=432880a6-0075-4a90-b5a4-21f6dc5295c8
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-06-19T06:40:05.934Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.934Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:05.934Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5f5160d2-ccd6-4eab-9c45-611c39a81b5e: basic_cnf
2022-06-19T06:40:05.935Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.935Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:05.935Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.935Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:05.936Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.936Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:05.936Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.936Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:05.937Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:40:05.937Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:40:05.937Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:06.120Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf be334669-f186-45ec-8a55-ade88f96c060 1 ASDC deployResourceStructure
2022-06-19T06:40:06.121Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:06.121Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:06.121Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-19T06:40:06.122Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:06.124Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:06.125Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620806120,
  "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-06-19T06:40:06.225Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:40:06.226Z||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-06-19T06:40:06.227Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:06.244Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:06.245Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:40:07.126Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:07.127Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:07.127Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-19T06:40:07.127Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:07.130Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:07.130Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620807126,
  "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-06-19T06:40:07.230Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:40:07.231Z||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-06-19T06:40:07.231Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:07.258Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:07.259Z||pool-67-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:40:08.132Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:08.132Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:08.133Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:40:08.133Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:08.136Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:08.137Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620808131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:40:08.238Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:40:08.240Z||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-06-19T06:40:08.240Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:08.265Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:08.267Z||pool-68-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:40:09.138Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:09.139Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:09.139Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:40:09.139Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:09.143Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:09.143Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620809138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:40:09.246Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-19T06:40:09.247Z||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-06-19T06:40:09.247Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:09.266Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:09.267Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:40:10.144Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:10.145Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:40:10.145Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:40:10.145Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:10.148Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:10.149Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620810144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-19T06:40:10.249Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:40:10.250Z||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-06-19T06:40:10.250Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:10.275Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:10.276Z||pool-70-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:40:11.151Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-19T06:40:11.151Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-19T06:40:11.151Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:40:11.152Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:40:11.156Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:40:11.156Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620811151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:40:11.256Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:40:11.258Z||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-06-19T06:40:11.258Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:40:11.286Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:40:11.288Z||pool-71-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:40:12.157Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55c289c3-552e-4490-adec-2498f94312d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:40:12.183Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55c289c3-552e-4490-adec-2498f94312d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:40:12.194Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:40:12.194Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:40:12.194Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:40:42.196Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55c289c3-552e-4490-adec-2498f94312d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:40:42.227Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55c289c3-552e-4490-adec-2498f94312d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:40:42.232Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:40:42.232Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:40:42.233Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:41:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:41:01.389Z||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-06-19T06:41:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:01.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:01.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620672744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620677718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620677345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620681785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620682634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.448Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620677718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620677345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620682973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.451Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620677718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620677345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620684051,
  "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-06-19T06:41:01.484Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55c289c3-552e-4490-adec-2498f94312d9
2022-06-19T06:41:01.485Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55c289c3-552e-4490-adec-2498f94312d9 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-06-19T06:41:01.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620684957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620677345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620677718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620685055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620685962,
  "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-06-19T06:41:01.561Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55c289c3-552e-4490-adec-2498f94312d9
2022-06-19T06:41:01.562Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55c289c3-552e-4490-adec-2498f94312d9 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-06-19T06:41:01.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620677345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620687127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620688132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620690062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "policy-id",
  "timestamp": 1655620689135,
  "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-06-19T06:41:01.621Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55c289c3-552e-4490-adec-2498f94312d9
2022-06-19T06:41:01.622Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55c289c3-552e-4490-adec-2498f94312d9 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-06-19T06:41:01.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620690507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620692071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "clamp",
  "timestamp": 1655620693075,
  "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-06-19T06:41:01.654Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55c289c3-552e-4490-adec-2498f94312d9
2022-06-19T06:41:01.654Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55c289c3-552e-4490-adec-2498f94312d9 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-06-19T06:41:01.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620693612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620694760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "aai-ml",
  "timestamp": 1655620695763,
  "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-06-19T06:41:01.683Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55c289c3-552e-4490-adec-2498f94312d9
2022-06-19T06:41:01.684Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55c289c3-552e-4490-adec-2498f94312d9 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-06-19T06:41:01.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620702743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620706319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620707717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "cds",
  "timestamp": 1655620708115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620701506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620707717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620706319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620702743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "cds",
  "timestamp": 1655620708115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620701506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620707717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "cds",
  "timestamp": 1655620708115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620702743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620701506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620706319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620707717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620706319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "cds",
  "timestamp": 1655620708115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620702743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620701506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620706319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620707717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "cds",
  "timestamp": 1655620708115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620702743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620701506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620707717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "cds",
  "timestamp": 1655620708115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620702743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620706319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620701506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620707717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "cds",
  "timestamp": 1655620708115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620706319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620702743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655620701506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "cds",
  "timestamp": 1655620716045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620715117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620714879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "cds",
  "timestamp": 1655620717051,
  "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-06-19T06:41:01.777Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e320b6b3-c007-447b-b09a-c99c5e4e8790
2022-06-19T06:41:01.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e320b6b3-c007-447b-b09a-c99c5e4e8790 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-06-19T06:41:01.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620715956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620717004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620717429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620717345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620718036,
  "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-06-19T06:41:01.832Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e320b6b3-c007-447b-b09a-c99c5e4e8790
2022-06-19T06:41:01.833Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e320b6b3-c007-447b-b09a-c99c5e4e8790 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-06-19T06:41:01.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655620718432,
  "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-06-19T06:41:01.896Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e320b6b3-c007-447b-b09a-c99c5e4e8790
2022-06-19T06:41:01.896Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e320b6b3-c007-447b-b09a-c99c5e4e8790 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-06-19T06:41:01.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620717345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655620719039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620717345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620717345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620717345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620721263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620717345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620721263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620717345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620721263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620721263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620725154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620721263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620726158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620728078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:01.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:01.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620721263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:01.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "policy-id",
  "timestamp": 1655620727161,
  "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-06-19T06:41:01.979Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e320b6b3-c007-447b-b09a-c99c5e4e8790
2022-06-19T06:41:01.979Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e320b6b3-c007-447b-b09a-c99c5e4e8790 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-06-19T06:41:01.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620721263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:01.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:41:01.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:01.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620730091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:41:01.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:02.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:02.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620729008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:02.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:41:02.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:41:02.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "clamp",
  "timestamp": 1655620731096,
  "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-06-19T06:41:02.011Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e320b6b3-c007-447b-b09a-c99c5e4e8790
2022-06-19T06:41:02.011Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e320b6b3-c007-447b-b09a-c99c5e4e8790 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-06-19T06:41:12.233Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55c289c3-552e-4490-adec-2498f94312d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:41:12.258Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55c289c3-552e-4490-adec-2498f94312d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:41:12.266Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:41:12.267Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T06:41:12.268Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T06:41:12.268Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T06:41:12.268Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:41:12.269Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:41:12.269Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:41:12.270Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:41:12.270Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:41:12.271Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:41:12.271Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:41:12.288Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T06:41:42.290Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55c289c3-552e-4490-adec-2498f94312d9 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-06-19T06:41:42.307Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55c289c3-552e-4490-adec-2498f94312d9 and serviceModelVersionId: 5f5160d2-ccd6-4eab-9c45-611c39a81b5e
2022-06-19T06:41:42.307Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c20b97a6-cc2b-4483-9e20-a6fd6c46d36d
2022-06-19T06:41:42.309Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c20b97a6-cc2b-4483-9e20-a6fd6c46d36d/model-vers/model-ver/5f5160d2-ccd6-4eab-9c45-611c39a81b5e?depth=0
2022-06-19T06:41:42.327Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T06:41:42.450Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20b97a6-cc2b-4483-9e20-a6fd6c46d36d/model-vers/model-ver/5f5160d2-ccd6-4eab-9c45-611c39a81b5e?depth=0|INFO|500||Invoke
2022-06-19T06:41:42.451Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20b97a6-cc2b-4483-9e20-a6fd6c46d36d/model-vers/model-ver/5f5160d2-ccd6-4eab-9c45-611c39a81b5e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20b97a6-cc2b-4483-9e20-a6fd6c46d36d/model-vers/model-ver/5f5160d2-ccd6-4eab-9c45-611c39a81b5e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55c289c3-552e-4490-adec-2498f94312d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7eb897f4-cb9a-438e-aa53-5b36b04eab48], X-ECOMP-RequestID=[55c289c3-552e-4490-adec-2498f94312d9], X-TransactionId=[], X-ONAP-RequestID=[55c289c3-552e-4490-adec-2498f94312d9], Content-Type=[application/merge-patch+json]}
2022-06-19T06:41:42.500Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20b97a6-cc2b-4483-9e20-a6fd6c46d36d/model-vers/model-ver/5f5160d2-ccd6-4eab-9c45-611c39a81b5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T06:41:42.805Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20b97a6-cc2b-4483-9e20-a6fd6c46d36d/model-vers/model-ver/5f5160d2-ccd6-4eab-9c45-611c39a81b5e?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/c20b97a6-cc2b-4483-9e20-a6fd6c46d36d/model-vers/model-ver/5f5160d2-ccd6-4eab-9c45-611c39a81b5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-06:41:43:427-95292], vertex-id=[372984], Content-Length=[0], Date=[Sun, 19 Jun 2022 06:41:43 GMT], Content-Type=[application/json]}
2022-06-19T06:41:42.808Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20b97a6-cc2b-4483-9e20-a6fd6c46d36d/model-vers/model-ver/5f5160d2-ccd6-4eab-9c45-611c39a81b5e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T06:41:42.809Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20b97a6-cc2b-4483-9e20-a6fd6c46d36d/model-vers/model-ver/5f5160d2-ccd6-4eab-9c45-611c39a81b5e?depth=0|INFO|500||InvokeReturn
2022-06-19T06:41:42.809Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T06:41:42.812Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:41:42.833Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||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-06-19T06:41:42.837Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55c289c3-552e-4490-adec-2498f94312d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T06:41:42.837Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T06:41:42.838Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:41:42.844Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:41:42.846Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620902837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:41:42.945Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T06:41:42.946Z||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-06-19T06:41:42.947Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:42.993Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:42.994Z||pool-72-thread-1|||||INFO|500||cambria reply ok (49 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-06-19T06:41:43.892Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:41:43.893Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:41:43.893Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:48.506Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:48.507Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T06:41:48.507Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e320b6b3-c007-447b-b09a-c99c5e4e8790","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b4a9cb46-dd66-4209-a6e6-7a600367f1c4","serviceDescription":"service","serviceInvariantUUID":"08979d08-e516-40b8-a02a-bf1e6923a33c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c669705c-bf0f-471a-9ecd-ca65f5ce2762","resourceInvariantUUID":"aac6f21f-8a53-4f08-9d07-a0475ea5dbf7","resourceCustomizationUUID":"b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4","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":"NWEzZGRkNzU5NTNjM2YzMGY5ZWE3ODRhZjRjNTdiYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3968de8b-3355-4686-bb2c-c86bb9e5a148","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":"MjIzM2U5ZDEzY2Q2ZGI2YmI5ZDM3MjlhZWRlNDA4OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff037281-a80c-47e8-a4f9-ae92be43589a","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":"027cc035-715a-410b-91f1-c0bf73d7578a","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":"aaab4dd5-36fd-4d22-a64f-2a12e9e2006d","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":"46811192-9c2b-422b-9d95-1362575b0ef7","artifactVersion":"2","generatedFromUUID":"027cc035-715a-410b-91f1-c0bf73d7578a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzRkNWEzZWU5ZTJlMTI4OGQwNjFmYTNjYjU2Njc5YzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ec3196c-2e63-414e-8592-9fee84f7bd3f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yzk5YzdjNTQwYmUyYmYzZDQ5ZWY0ZmQwODhjNjQxZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec60550e-a9cb-4a13-90c7-94ad24a44b8b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:41:48.512Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:41:48.513Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:41:48.517Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:41:48.517Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:48.616Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:41:48.618Z||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-06-19T06:41:48.618Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:48.642Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:48.643Z||pool-73-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:41:49.521Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:41:49.522Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:41:49.525Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:41:49.526Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:41:49.626Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:41:49.628Z||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-06-19T06:41:49.628Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:49.681Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:49.681Z||pool-74-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:41:50.526Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:41:50.527Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:41:50.533Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:41:50.533Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:41:50.630Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-19T06:41:50.632Z||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-06-19T06:41:50.632Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:50.661Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:50.662Z||pool-75-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:41:51.534Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:41:51.535Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:41:51.537Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:41:51.537Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:51.638Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:41:51.639Z||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-06-19T06:41:51.639Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:51.685Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:51.686Z||pool-76-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:41:52.538Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:41:52.539Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:41:52.542Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:41:52.543Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T06:41:52.650Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-19T06:41:52.651Z||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-06-19T06:41:52.651Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:52.701Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:52.702Z||pool-77-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:41:53.543Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:41:53.544Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:41:53.547Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:41:53.547Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:41:53.647Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:41:53.649Z||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-06-19T06:41:53.649Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:53.669Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:53.670Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:41:54.548Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:41:54.550Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:41:54.553Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:41:54.553Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:41:54.658Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-19T06:41:54.659Z||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-06-19T06:41:54.659Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:54.740Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:54.740Z||pool-79-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:41:55.557Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b4a9cb46-dd66-4209-a6e6-7a600367f1c4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "08979d08-e516-40b8-a02a-bf1e6923a33c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c669705c-bf0f-471a-9ecd-ca65f5ce2762",
      "resourceInvariantUUID": "aac6f21f-8a53-4f08-9d07-a0475ea5dbf7",
      "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": "MjIzM2U5ZDEzY2Q2ZGI2YmI5ZDM3MjlhZWRlNDA4OWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ff037281-a80c-47e8-a4f9-ae92be43589a",
          "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": "027cc035-715a-410b-91f1-c0bf73d7578a",
          "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": "46811192-9c2b-422b-9d95-1362575b0ef7",
            "generatedFromUUID": "027cc035-715a-410b-91f1-c0bf73d7578a"
          },
          "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": "46811192-9c2b-422b-9d95-1362575b0ef7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Yzk5YzdjNTQwYmUyYmYzZDQ5ZWY0ZmQwODhjNjQxZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec60550e-a9cb-4a13-90c7-94ad24a44b8b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T06:41:55.557Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:41:55.557Z|55c289c3-552e-4490-adec-2498f94312d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b4a9cb46-dd66-4209-a6e6-7a600367f1c4 ASDC
2022-06-19T06:41:55.558Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e320b6b3-c007-447b-b09a-c99c5e4e8790
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b4a9cb46-dd66-4209-a6e6-7a600367f1c4
ServiceInvariantUUID:08979d08-e516-40b8-a02a-bf1e6923a33c
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:ec60550e-a9cb-4a13-90c7-94ad24a44b8b
ArtifactChecksum:Yzk5YzdjNTQwYmUyYmYzZDQ5ZWY0ZmQwODhjNjQxZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4
ResourceInvariantUUID:aac6f21f-8a53-4f08-9d07-a0475ea5dbf7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c669705c-bf0f-471a-9ecd-ca65f5ce2762
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:ff037281-a80c-47e8-a4f9-ae92be43589a
ArtifactChecksum:MjIzM2U5ZDEzY2Q2ZGI2YmI5ZDM3MjlhZWRlNDA4OWM=
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:027cc035-715a-410b-91f1-c0bf73d7578a
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:46811192-9c2b-422b-9d95-1362575b0ef7
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:46811192-9c2b-422b-9d95-1362575b0ef7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T06:41:55.558Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4a9cb46-dd66-4209-a6e6-7a600367f1c4 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-06-19T06:41:55.684Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:41:55.685Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:41:55.686Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:41:55.686Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ec60550e-a9cb-4a13-90c7-94ad24a44b8b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-19T06:41:55.686Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:41:55.686Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-19T06:41:55.916Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:41:55.931Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ec60550e-a9cb-4a13-90c7-94ad24a44b8b 71071
2022-06-19T06:41:55.932Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-19T06:41:55.932Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-19T06:41:55.932Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:41:55.933Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:41:55.972Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:41:55.973Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620915932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:41:56.048Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-06-19T06:41:56.050Z||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-06-19T06:41:56.050Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:41:56.117Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:41:56.119Z||pool-80-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:41:56.973Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:41:56.974Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:41:56.975Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ec60550e-a9cb-4a13-90c7-94ad24a44b8b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T06:41:56.975Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-19T06:41:56.984Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T06:41:56.985Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T06:41:57.265Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11551478547070852879/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-19T06:42:00.048Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:42:00.048Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:42:00.048Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:00.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:42:00.050Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.050Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:00.050Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T06:42:00.050Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:42:00.050Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:42:00.051Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.052Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:00.052Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T06:42:00.052Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:42:00.052Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:42:00.052Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.052Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:00.052Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.053Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-19T06:42:00.053Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-19T06:42:00.053Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-19T06:42:00.053Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-19T06:42:00.053Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T06:42:00.053Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T06:42:00.053Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.053Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:42:00.054Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.054Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T06:42:00.054Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:42:00.054Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.054Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T06:42:00.055Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:42:00.055Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.055Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T06:42:00.055Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:42:00.055Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.055Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-19T06:42:00.055Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-19T06:42:00.055Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T06:42:00.056Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=512dcfe2-9a41-4b83-8ec0-88a6f84f56ea
2022-06-19T06:42:00.057Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.057Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:00.057Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.057Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:00.058Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.058Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:00.058Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:00.058Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:00.058Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b4a9cb46-dd66-4209-a6e6-7a600367f1c4
Model Version:NULL
Model InvariantUuid:08979d08-e516-40b8-a02a-bf1e6923a33c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7d08a435-7879-43c1-9648-976c9f09c1c4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aac6f21f-8a53-4f08-9d07-a0475ea5dbf7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:36be2de6-b94f-4795-a454-5307fbca4cf5
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:03c80013-032e-4672-8724-072cece72bc7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:512dcfe2-9a41-4b83-8ec0-88a6f84f56ea
ModelInvariantUuid:41ca6afd-bc0c-4fa4-b3ac-680ddaee4193
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:07b67ca5-c256-47ca-86bc-9fb103b033fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c2ca2237-623a-417f-a2b8-7d977580fb72
ModelInvariantUuid:df56383a-ad0e-491b-be3d-94b058691671
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:39ce1900-0c8b-4fdb-b89c-a3e589c2cfaf
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-06-19T06:42:00.119Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c669705c-bf0f-471a-9ecd-ca65f5ce2762
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-06-19T06:42:00.130Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-06-19T06:42:00.131Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c669705c-bf0f-471a-9ecd-ca65f5ce2762
2022-06-19T06:42:00.131Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ff037281-a80c-47e8-a4f9-ae92be43589a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-19T06:42:00.131Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:42:00.132Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:00.203Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:42:00.203Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ff037281-a80c-47e8-a4f9-ae92be43589a 787
2022-06-19T06:42:00.204Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:00.204Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:00.204Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:42:00.204Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:42:00.209Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:42:00.209Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620920204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:42:00.310Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:42:00.311Z||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-06-19T06:42:00.312Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:00.376Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:00.377Z||pool-81-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:42:01.210Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "36be2de6-b94f-4795-a454-5307fbca4cf5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03c80013-032e-4672-8724-072cece72bc7",
    "vfModuleModelCustomizationUUID": "aa1ac683-8e68-4de6-89ed-7f452277e0da",
    "isBase": true,
    "artifacts": [
      "027cc035-715a-410b-91f1-c0bf73d7578a",
      "46811192-9c2b-422b-9d95-1362575b0ef7"
    ],
    "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-06-19T06:42:01.228Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03c80013-032e-4672-8724-072cece72bc7
VfModuleModelInvariantUUID:36be2de6-b94f-4795-a454-5307fbca4cf5
VfModuleModelDescription:NULL
Artifacts UUID List:{
027cc035-715a-410b-91f1-c0bf73d7578a
,
46811192-9c2b-422b-9d95-1362575b0ef7

}
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-06-19T06:42:01.243Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "36be2de6-b94f-4795-a454-5307fbca4cf5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03c80013-032e-4672-8724-072cece72bc7",
    "vfModuleModelCustomizationUUID": "aa1ac683-8e68-4de6-89ed-7f452277e0da",
    "isBase": true,
    "artifacts": [
      "027cc035-715a-410b-91f1-c0bf73d7578a",
      "46811192-9c2b-422b-9d95-1362575b0ef7"
    ],
    "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-06-19T06:42:01.244Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03c80013-032e-4672-8724-072cece72bc7
VfModuleModelInvariantUUID:36be2de6-b94f-4795-a454-5307fbca4cf5
VfModuleModelDescription:NULL
Artifacts UUID List:{
027cc035-715a-410b-91f1-c0bf73d7578a
,
46811192-9c2b-422b-9d95-1362575b0ef7

}
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-06-19T06:42:01.244Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 027cc035-715a-410b-91f1-c0bf73d7578a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-19T06:42:01.244Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:42:01.245Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:01.388Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:42:01.389Z||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-06-19T06:42:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:01.455Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:42:01.456Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 027cc035-715a-410b-91f1-c0bf73d7578a 5033
2022-06-19T06:42:01.456Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:01.457Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:01.457Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:42:01.457Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:42:01.464Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:42:01.465Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620921456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:42:01.485Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:01.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620744651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:42:01.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:42:01.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "aai-ml",
  "timestamp": 1655620745655,
  "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-06-19T06:42:01.507Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e320b6b3-c007-447b-b09a-c99c5e4e8790
2022-06-19T06:42:01.508Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e320b6b3-c007-447b-b09a-c99c5e4e8790 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-06-19T06:42:01.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620785358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:42:01.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:42:01.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:42:01.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:42:01.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-19T06:42:01.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:42:01.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-19T06:42:01.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:42:01.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:42:01.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:42:01.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:42:01.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:42:01.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:42:01.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:42:01.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-19T06:42:01.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:42:01.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:42:01.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:42:01.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620681368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:42:01.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:42:01.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620795718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:42:01.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:42:01.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:42:01.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620800116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:42:01.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:42:01.566Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:42:01.567Z||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-06-19T06:42:01.568Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:01.605Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:01.606Z||pool-82-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:42:02.472Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 46811192-9c2b-422b-9d95-1362575b0ef7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-19T06:42:02.473Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:42:02.474Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:02.688Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:42:02.689Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 46811192-9c2b-422b-9d95-1362575b0ef7 903
2022-06-19T06:42:02.692Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:02.693Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:02.693Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:42:02.693Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:42:02.700Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:42:02.701Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620922692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:42:02.798Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-19T06:42:02.799Z||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-06-19T06:42:02.800Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:02.863Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:02.864Z||pool-83-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:42:03.702Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b4a9cb46-dd66-4209-a6e6-7a600367f1c4
2022-06-19T06:42:03.703Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c669705c-bf0f-471a-9ecd-ca65f5ce2762 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-06-19T06:42:03.749Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10851fbe, org.onap.sdc.toscaparser.api.parameters.Input@4d03c825, org.onap.sdc.toscaparser.api.parameters.Input@5f8f9624, org.onap.sdc.toscaparser.api.parameters.Input@3996ec33, org.onap.sdc.toscaparser.api.parameters.Input@1d67c50]
2022-06-19T06:42:03.753Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.754Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:03.755Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-19T06:42:03.756Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4
2022-06-19T06:42:03.756Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4 matches Tosca VF Customization UUID: b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4
2022-06-19T06:42:03.756Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4  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-06-19T06:42:03.762Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.763Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:03.764Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-19T06:42:03.765Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f23c109
2022-06-19T06:42:03.765Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.766Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:42:03.766Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa1ac683-8e68-4de6-89ed-7f452277e0da
2022-06-19T06:42:03.767Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa1ac683-8e68-4de6-89ed-7f452277e0da
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-06-19T06:42:03.771Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.772Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T06:42:03.772Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:42:03.774Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.775Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T06:42:03.776Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:42:03.780Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.781Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-19T06:42:03.782Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-19T06:42:03.783Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T06:42:03.784Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=512dcfe2-9a41-4b83-8ec0-88a6f84f56ea
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-06-19T06:42:03.789Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.790Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T06:42:03.791Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:42:03.791Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.791Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T06:42:03.792Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b3a8962f-9cb2-4a40-b344-ef1fdcbcd6a4
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-06-19T06:42:03.805Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.806Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:03.807Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b4a9cb46-dd66-4209-a6e6-7a600367f1c4: basic_vm
2022-06-19T06:42:03.808Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.808Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:03.809Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.809Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:03.814Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.818Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:03.819Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.820Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:03.820Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:42:03.821Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:42:03.821Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:04.030Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c669705c-bf0f-471a-9ecd-ca65f5ce2762 1 ASDC deployResourceStructure
2022-06-19T06:42:04.031Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:04.031Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:04.032Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:42:04.032Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:42:04.036Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:42:04.036Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620924031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:42:04.138Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-19T06:42:04.140Z||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-06-19T06:42:04.140Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:04.173Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:04.174Z||pool-84-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:42:05.037Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:05.038Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:05.039Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:42:05.039Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:42:05.045Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:42:05.046Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620925037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:42:05.145Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T06:42:05.147Z||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-06-19T06:42:05.147Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:05.196Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:05.198Z||pool-85-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:42:06.048Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:06.049Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:06.050Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:42:06.051Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:42:06.054Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:42:06.055Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620926048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-19T06:42:06.158Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-19T06:42:06.159Z||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-06-19T06:42:06.160Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:06.214Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:06.215Z||pool-86-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:42:07.058Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-19T06:42:07.058Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-19T06:42:07.059Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:42:07.059Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:42:07.062Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:42:07.062Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620927058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:42:07.162Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:42:07.163Z||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-06-19T06:42:07.163Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:07.188Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:07.189Z||pool-87-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:42:08.063Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e320b6b3-c007-447b-b09a-c99c5e4e8790
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:42:08.099Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e320b6b3-c007-447b-b09a-c99c5e4e8790
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:42:08.108Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:42:08.108Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T06:42:08.109Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T06:42:08.109Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T06:42:08.109Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:42:08.109Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:42:08.109Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:42:08.109Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:42:08.109Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:42:08.110Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T06:42:08.110Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:08.134Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T06:42:38.136Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e320b6b3-c007-447b-b09a-c99c5e4e8790 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-06-19T06:42:38.168Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e320b6b3-c007-447b-b09a-c99c5e4e8790 and serviceModelVersionId: b4a9cb46-dd66-4209-a6e6-7a600367f1c4
2022-06-19T06:42:38.170Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08979d08-e516-40b8-a02a-bf1e6923a33c
2022-06-19T06:42:38.171Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08979d08-e516-40b8-a02a-bf1e6923a33c/model-vers/model-ver/b4a9cb46-dd66-4209-a6e6-7a600367f1c4?depth=0
2022-06-19T06:42:38.183Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T06:42:38.315Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08979d08-e516-40b8-a02a-bf1e6923a33c/model-vers/model-ver/b4a9cb46-dd66-4209-a6e6-7a600367f1c4?depth=0|INFO|500||Invoke
2022-06-19T06:42:38.316Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08979d08-e516-40b8-a02a-bf1e6923a33c/model-vers/model-ver/b4a9cb46-dd66-4209-a6e6-7a600367f1c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08979d08-e516-40b8-a02a-bf1e6923a33c/model-vers/model-ver/b4a9cb46-dd66-4209-a6e6-7a600367f1c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e320b6b3-c007-447b-b09a-c99c5e4e8790], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a21b0bc0-7cad-47db-afdd-6dc502261b02], X-ECOMP-RequestID=[e320b6b3-c007-447b-b09a-c99c5e4e8790], X-TransactionId=[], X-ONAP-RequestID=[e320b6b3-c007-447b-b09a-c99c5e4e8790], Content-Type=[application/merge-patch+json]}
2022-06-19T06:42:38.375Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08979d08-e516-40b8-a02a-bf1e6923a33c/model-vers/model-ver/b4a9cb46-dd66-4209-a6e6-7a600367f1c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T06:42:38.575Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08979d08-e516-40b8-a02a-bf1e6923a33c/model-vers/model-ver/b4a9cb46-dd66-4209-a6e6-7a600367f1c4?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/08979d08-e516-40b8-a02a-bf1e6923a33c/model-vers/model-ver/b4a9cb46-dd66-4209-a6e6-7a600367f1c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220619-06:42:39:290-93787], vertex-id=[233640], Content-Length=[0], Date=[Sun, 19 Jun 2022 06:42:39 GMT], Content-Type=[application/json]}
2022-06-19T06:42:38.576Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08979d08-e516-40b8-a02a-bf1e6923a33c/model-vers/model-ver/b4a9cb46-dd66-4209-a6e6-7a600367f1c4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T06:42:38.577Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08979d08-e516-40b8-a02a-bf1e6923a33c/model-vers/model-ver/b4a9cb46-dd66-4209-a6e6-7a600367f1c4?depth=0|INFO|500||InvokeReturn
2022-06-19T06:42:38.577Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T06:42:38.577Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:38.598Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:42:38.599Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e320b6b3-c007-447b-b09a-c99c5e4e8790 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T06:42:38.599Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T06:42:38.599Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:42:38.602Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:42:38.602Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620958599,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:42:38.702Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:42:38.703Z||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-06-19T06:42:38.703Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:38.737Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:38.738Z||pool-88-thread-1|||||INFO|500||cambria reply ok (36 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-06-19T06:42:39.638Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:42:39.639Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:42:39.639Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:49.235Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:49.236Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:42:49.236Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:42:49.236Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:42:58.861Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:42:58.862Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:42:58.862Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:42:58.862Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:43:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:43:01.388Z||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-06-19T06:43:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:43:01.474Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:43:01.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620801330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:43:01.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:01.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620802560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:43:01.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:01.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620803668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:43:01.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:01.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620804840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:43:01.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:01.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620806120,
  "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-06-19T06:43:01.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:01.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620807126,
  "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-06-19T06:43:01.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:01.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620808131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:43:01.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:01.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620809138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:43:01.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:01.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620810144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-19T06:43:01.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:01.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:43:01.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620811151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:43:01.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:43:08.496Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:43:08.497Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:43:08.498Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:43:08.498Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:43:18.104Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:44:01.369Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:44:01.372Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:44:01.373Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:44:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:44:01.388Z||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-06-19T06:44:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:44:01.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:44:01.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55c289c3-552e-4490-adec-2498f94312d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620902837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:44:01.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:44:01.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:44:01.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:44:01.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:44:01.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:44:01.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:44:01.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:44:01.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:44:01.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:44:01.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T06:44:01.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:44:01.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:44:01.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:44:01.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620903892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:44:01.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:44:01.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620915932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:44:01.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:44:01.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:44:01.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620920204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:44:01.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:44:10.940Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:45:01.368Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:45:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:45:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:45:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:45:01.388Z||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-06-19T06:45:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:45:01.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:45:01.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T06:45:01.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620921456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:45:01.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:45:01.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T06:45:01.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620922692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:45:01.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:45:01.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T06:45:01.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620924031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:45:01.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:45:01.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T06:45:01.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620925037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:45:01.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:45:01.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T06:45:01.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620926048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-19T06:45:01.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:45:01.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T06:45:01.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620927058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:45:01.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:45:01.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T06:45:01.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e320b6b3-c007-447b-b09a-c99c5e4e8790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655620958599,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:45:01.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:45:10.944Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:46:01.368Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:46:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:46:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:46:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:46:01.388Z||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-06-19T06:46:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:46:10.926Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:46:10.976Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:47:01.368Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:47:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:47:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:47:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:47:01.389Z||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-06-19T06:47:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:47:10.955Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:47:10.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:48:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:48:01.371Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:48:01.372Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:48:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:48:01.388Z||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-06-19T06:48:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:48:10.937Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:48:10.955Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:49:01.368Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:49:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:49:01.371Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:49:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:49:01.388Z||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-06-19T06:49:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:49:10.965Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:49:10.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:50:01.369Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:50:01.374Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:50:01.375Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:50:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:50:01.388Z||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-06-19T06:50:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:50:10.954Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:50:10.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:51:01.368Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:51:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:51:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:51:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:51:01.388Z||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-06-19T06:51:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:51:10.943Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:51:10.978Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:52:01.368Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:52:01.369Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:52:01.369Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:52:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:52:01.388Z||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-06-19T06:52:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:52:10.930Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:52:10.946Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:53:01.368Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:53:01.369Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:53:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:53:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:53:01.403Z||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-06-19T06:53:01.403Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:53:10.953Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:53:10.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:54:01.368Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:54:01.371Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:54:01.371Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:54:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:54:01.389Z||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-06-19T06:54:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:54:10.950Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:54:10.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:55:01.368Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:55:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:55:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:55:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:55:01.388Z||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-06-19T06:55:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:55:10.957Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:55:10.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:56:01.370Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:56:01.373Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:56:01.373Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:56:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:56:01.388Z||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-06-19T06:56:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:56:11.020Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:56:11.032Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:01.371Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:57:01.373Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:57:01.373Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:01.390Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:57:01.391Z||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-06-19T06:57:01.391Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:01.696Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:01.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621801263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621803115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621797346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621801504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621801263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621803115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621797346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621801504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621803115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621801504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621797346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:57:01.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621801263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621801263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621803115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.715Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:01.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621797346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621801504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:57:01.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621801263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621803115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621797346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621801504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:57:01.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621801263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621797346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621803115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621801504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621801263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621803115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621797346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621801504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T06:57:01.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.725Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621801263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:57:01.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621803115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:57:01.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621797346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:57:01.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621801504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621813166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:01.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:57:01.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621814345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:01.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:57:01.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621813436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:01.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:57:01.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:57:01.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621814444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:57:01.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:57:01.737Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed6aa371-87d0-4e3c-8266-926a36522a5e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"16b082df-37b5-4811-b2dd-745536a76c17","serviceDescription":"service","serviceInvariantUUID":"3d55901a-4b65-4a30-934e-9239956f1bfc","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ba250d5-13b6-4a4f-9c4f-39f6fdafe0fb","resourceInvariantUUID":"558d9ef6-7a54-43f6-a4de-5aee87828167","resourceCustomizationUUID":"416d8095-eeaf-4ffe-9f89-ec0f3e70b604","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":"MDIyODE4OTMyNzUyZjFlYmM3MGE3MzQ3MDkzZjM3YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b47c5d75-c093-45f2-af7a-c87ddb74dee7","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":"Njk3NzJkMTkxYWUyNjliNzgyZTVhNDAyZWQ5MjE4Y2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24d76a2c-1e9f-43d0-a615-4a6af69b3e74","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":"bebaa57f-835f-4db9-a1c1-aed016f04f1b","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":"9b207211-a95a-4d88-afb2-c2c8a2fbf13a","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":"6b5a9b37-a457-4645-8c9b-3b581adb705b","artifactVersion":"2","generatedFromUUID":"bebaa57f-835f-4db9-a1c1-aed016f04f1b"},{"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":"Y2VkODllZDBlMjE4OGY5ZDkwYmI1MDkyZmEzMTYzMjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b0988044-2384-40a9-adb1-3969dee3a35e","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":"ZDBjNDQ4ZjU0NzBlNjkxYmIxNzU2ZTYwZGVjMGI3ZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38c81d61-68bd-4175-9eba-396fd43c30b9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjhmZjQ0ZTU5NjM3ZjEwZDE1MWI1NDkyMmE0ZjUzMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36202679-0e43-4184-9321-40aba22ea6d0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:57:01.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "policy-id",
  "timestamp": 1655621815447,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-06-19T06:57:01.757Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:57:01.759Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||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-06-19T06:57:01.779Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:01.780Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_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-06-19T06:57:01.854Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed6aa371-87d0-4e3c-8266-926a36522a5e
2022-06-19T06:57:01.854Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6aa371-87d0-4e3c-8266-926a36522a5e and ComponentName POLICY
2022-06-19T06:57:01.875Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-19T06:57:01.876Z||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-06-19T06:57:01.888Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:57:01.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621815285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:01.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:57:01.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "cds",
  "timestamp": 1655621816792,
  "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=?
2022-06-19T06:57:01.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed6aa371-87d0-4e3c-8266-926a36522a5e
2022-06-19T06:57:01.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6aa371-87d0-4e3c-8266-926a36522a5e 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-06-19T06:57:01.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.990Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:01.991Z||pool-89-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:01.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621816422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:01.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:57:01.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621817569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:01.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:57:01.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:57:01.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:01.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:01.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:01.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:02.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:02.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621818676,
  "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-06-19T06:57:02.028Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed6aa371-87d0-4e3c-8266-926a36522a5e
2022-06-19T06:57:02.028Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6aa371-87d0-4e3c-8266-926a36522a5e 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-06-19T06:57:02.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:02.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:02.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:02.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:02.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621819679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:57:02.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:57:02.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:02.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:57:02.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:57:02.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:57:02.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:02.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:57:02.781Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:57:02.781Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:02.805Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:02.806Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T06:57:02.903Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-19T06:57:02.904Z||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-06-19T06:57:02.904Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:03.077Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:03.078Z||pool-90-thread-1|||||INFO|500||cambria reply ok (175 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:03.807Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:57:03.808Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:03.814Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:03.814Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T06:57:03.927Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-06-19T06:57:03.929Z||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-06-19T06:57:03.929Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:04.020Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:04.020Z||pool-91-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:57:04.816Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:57:04.817Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:04.822Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:04.822Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:04.922Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:57:04.923Z||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-06-19T06:57:04.923Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:05.052Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:05.053Z||pool-92-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:05.823Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:57:05.830Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:05.839Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:05.839Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T06:57:05.940Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:57:05.941Z||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-06-19T06:57:05.941Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:05.968Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:05.968Z||pool-93-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:06.840Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:57:06.841Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:06.852Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:06.853Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:06.953Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:57:06.954Z||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-06-19T06:57:06.955Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:06.982Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:06.983Z||pool-94-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:07.854Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:57:07.855Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:07.860Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:07.861Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:57:07.961Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:57:07.962Z||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-06-19T06:57:07.962Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:08.008Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:08.009Z||pool-95-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:08.861Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:57:08.862Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:08.875Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:08.875Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T06:57:08.973Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T06:57:08.974Z||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-06-19T06:57:08.975Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:09.019Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:09.020Z||pool-96-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:57:09.878Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "16b082df-37b5-4811-b2dd-745536a76c17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3d55901a-4b65-4a30-934e-9239956f1bfc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "416d8095-eeaf-4ffe-9f89-ec0f3e70b604",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ba250d5-13b6-4a4f-9c4f-39f6fdafe0fb",
      "resourceInvariantUUID": "558d9ef6-7a54-43f6-a4de-5aee87828167",
      "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": "Njk3NzJkMTkxYWUyNjliNzgyZTVhNDAyZWQ5MjE4Y2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "24d76a2c-1e9f-43d0-a615-4a6af69b3e74",
          "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": "bebaa57f-835f-4db9-a1c1-aed016f04f1b",
          "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": "6b5a9b37-a457-4645-8c9b-3b581adb705b",
            "generatedFromUUID": "bebaa57f-835f-4db9-a1c1-aed016f04f1b"
          },
          "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": "6b5a9b37-a457-4645-8c9b-3b581adb705b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjhmZjQ0ZTU5NjM3ZjEwZDE1MWI1NDkyMmE0ZjUzMDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "36202679-0e43-4184-9321-40aba22ea6d0"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T06:57:09.878Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:57:09.878Z|e320b6b3-c007-447b-b09a-c99c5e4e8790|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 16b082df-37b5-4811-b2dd-745536a76c17 ASDC
2022-06-19T06:57:09.880Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ed6aa371-87d0-4e3c-8266-926a36522a5e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:16b082df-37b5-4811-b2dd-745536a76c17
ServiceInvariantUUID:3d55901a-4b65-4a30-934e-9239956f1bfc
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:36202679-0e43-4184-9321-40aba22ea6d0
ArtifactChecksum:MjhmZjQ0ZTU5NjM3ZjEwZDE1MWI1NDkyMmE0ZjUzMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:416d8095-eeaf-4ffe-9f89-ec0f3e70b604
ResourceInvariantUUID:558d9ef6-7a54-43f6-a4de-5aee87828167
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2ba250d5-13b6-4a4f-9c4f-39f6fdafe0fb
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:24d76a2c-1e9f-43d0-a615-4a6af69b3e74
ArtifactChecksum:Njk3NzJkMTkxYWUyNjliNzgyZTVhNDAyZWQ5MjE4Y2U=
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:bebaa57f-835f-4db9-a1c1-aed016f04f1b
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:6b5a9b37-a457-4645-8c9b-3b581adb705b
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:6b5a9b37-a457-4645-8c9b-3b581adb705b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T06:57:09.880Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16b082df-37b5-4811-b2dd-745536a76c17 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-06-19T06:57:09.998Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:57:10.000Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:57:10.000Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:57:10.001Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 36202679-0e43-4184-9321-40aba22ea6d0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-19T06:57:10.001Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:57:10.001Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-19T06:57:10.152Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:57:10.170Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 36202679-0e43-4184-9321-40aba22ea6d0 78820
2022-06-19T06:57:10.171Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-19T06:57:10.171Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-19T06:57:10.171Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:57:10.172Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:10.174Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:10.174Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621830171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:10.274Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:57:10.276Z||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-06-19T06:57:10.276Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:10.310Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:10.310Z||pool-97-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:11.175Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:57:11.176Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:57:11.177Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 36202679-0e43-4184-9321-40aba22ea6d0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T06:57:11.177Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-19T06:57:11.178Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T06:57:11.178Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T06:57:11.487Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6587840974147627302/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-19T06:57:13.745Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:57:13.746Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:57:13.747Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T06:57:13.747Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-19T06:57:13.747Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T06:57:13.747Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T06:57:13.747Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:13.748Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T06:57:13.748Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:13.748Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:13.748Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:13.748Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T06:57:13.748Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:13.749Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:57:13.749Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.749Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:13.750Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T06:57:13.750Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:57:13.750Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:57:13.751Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.751Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:13.751Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T06:57:13.751Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:57:13.752Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:57:13.752Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.752Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:13.753Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.753Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-19T06:57:13.753Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-19T06:57:13.753Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-19T06:57:13.754Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-19T06:57:13.754Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T06:57:13.754Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T06:57:13.754Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.754Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:57:13.755Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.755Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T06:57:13.755Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:57:13.756Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.756Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T06:57:13.756Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:57:13.756Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.757Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T06:57:13.757Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:57:13.757Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.757Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-19T06:57:13.761Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-19T06:57:13.762Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T06:57:13.762Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=57cff7ba-76e3-4569-bfc6-e342735df0ea
2022-06-19T06:57:13.762Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.763Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:13.763Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.763Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:13.763Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.764Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:13.764Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:13.764Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:13.764Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:16b082df-37b5-4811-b2dd-745536a76c17
Model Version:NULL
Model InvariantUuid:3d55901a-4b65-4a30-934e-9239956f1bfc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:10672d5a-aee2-44bd-a323-05d48e667877
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:558d9ef6-7a54-43f6-a4de-5aee87828167
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:416d8095-eeaf-4ffe-9f89-ec0f3e70b604
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbb25095-a018-46ec-a711-b35c7f1641b5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:2e1d0555-6002-48c7-84fb-9ef735e28dec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:57cff7ba-76e3-4569-bfc6-e342735df0ea
ModelInvariantUuid:73ac9a3c-4023-4d40-8ff0-d2c410583268
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c6594c72-5da9-47c8-aed4-31774c96e7fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b07101ab-1b99-4bdc-b480-27d6f3ff55de
ModelInvariantUuid:373dd86b-2b6d-47f6-8ee2-a274d03bb6d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:12b9ac5f-b2bb-4975-9d00-1aa866cb0e7b
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-06-19T06:57:13.795Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ba250d5-13b6-4a4f-9c4f-39f6fdafe0fb
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-06-19T06:57:13.802Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-06-19T06:57:13.802Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ba250d5-13b6-4a4f-9c4f-39f6fdafe0fb
2022-06-19T06:57:13.802Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 24d76a2c-1e9f-43d0-a615-4a6af69b3e74 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-19T06:57:13.803Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:57:13.803Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:14.035Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:57:14.036Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 24d76a2c-1e9f-43d0-a615-4a6af69b3e74 792
2022-06-19T06:57:14.036Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:14.036Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:14.037Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:57:14.037Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:14.040Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:14.040Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621834036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:14.142Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-19T06:57:14.143Z||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-06-19T06:57:14.143Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:14.194Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:14.194Z||pool-98-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:15.046Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cbb25095-a018-46ec-a711-b35c7f1641b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e1d0555-6002-48c7-84fb-9ef735e28dec",
    "vfModuleModelCustomizationUUID": "938035d3-f2d7-4052-ad16-4fe530bcb2ff",
    "isBase": true,
    "artifacts": [
      "bebaa57f-835f-4db9-a1c1-aed016f04f1b",
      "6b5a9b37-a457-4645-8c9b-3b581adb705b"
    ],
    "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-06-19T06:57:15.056Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e1d0555-6002-48c7-84fb-9ef735e28dec
VfModuleModelInvariantUUID:cbb25095-a018-46ec-a711-b35c7f1641b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
bebaa57f-835f-4db9-a1c1-aed016f04f1b
,
6b5a9b37-a457-4645-8c9b-3b581adb705b

}
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-06-19T06:57:15.070Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cbb25095-a018-46ec-a711-b35c7f1641b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e1d0555-6002-48c7-84fb-9ef735e28dec",
    "vfModuleModelCustomizationUUID": "938035d3-f2d7-4052-ad16-4fe530bcb2ff",
    "isBase": true,
    "artifacts": [
      "bebaa57f-835f-4db9-a1c1-aed016f04f1b",
      "6b5a9b37-a457-4645-8c9b-3b581adb705b"
    ],
    "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-06-19T06:57:15.076Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e1d0555-6002-48c7-84fb-9ef735e28dec
VfModuleModelInvariantUUID:cbb25095-a018-46ec-a711-b35c7f1641b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
bebaa57f-835f-4db9-a1c1-aed016f04f1b
,
6b5a9b37-a457-4645-8c9b-3b581adb705b

}
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-06-19T06:57:15.076Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bebaa57f-835f-4db9-a1c1-aed016f04f1b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-19T06:57:15.076Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:57:15.077Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:15.289Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:57:15.290Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bebaa57f-835f-4db9-a1c1-aed016f04f1b 5033
2022-06-19T06:57:15.291Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:15.292Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:15.292Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:57:15.293Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:15.297Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:15.299Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621835291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:15.401Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:57:15.403Z||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-06-19T06:57:15.403Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:15.433Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:15.434Z||pool-99-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:16.301Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b5a9b37-a457-4645-8c9b-3b581adb705b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-19T06:57:16.302Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:57:16.302Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:16.410Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:57:16.410Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6b5a9b37-a457-4645-8c9b-3b581adb705b 903
2022-06-19T06:57:16.411Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:16.411Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:16.411Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:57:16.412Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:16.414Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:16.415Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621836411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T06:57:16.515Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:57:16.516Z||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-06-19T06:57:16.516Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:16.537Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:16.538Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:17.418Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 16b082df-37b5-4811-b2dd-745536a76c17
2022-06-19T06:57:17.418Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2ba250d5-13b6-4a4f-9c4f-39f6fdafe0fb 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-06-19T06:57:17.465Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6dcdd7fd, org.onap.sdc.toscaparser.api.parameters.Input@36fc7f9e, org.onap.sdc.toscaparser.api.parameters.Input@1a6a69c8, org.onap.sdc.toscaparser.api.parameters.Input@21127c4b, org.onap.sdc.toscaparser.api.parameters.Input@226335ab]
2022-06-19T06:57:17.469Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.469Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:17.469Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-19T06:57:17.469Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 416d8095-eeaf-4ffe-9f89-ec0f3e70b604
2022-06-19T06:57:17.470Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 416d8095-eeaf-4ffe-9f89-ec0f3e70b604 matches Tosca VF Customization UUID: 416d8095-eeaf-4ffe-9f89-ec0f3e70b604
2022-06-19T06:57:17.470Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 416d8095-eeaf-4ffe-9f89-ec0f3e70b604  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-06-19T06:57:17.474Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.475Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:17.476Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 416d8095-eeaf-4ffe-9f89-ec0f3e70b604: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-19T06:57:17.476Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c196e55
2022-06-19T06:57:17.479Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.479Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:57:17.480Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 938035d3-f2d7-4052-ad16-4fe530bcb2ff
2022-06-19T06:57:17.480Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 938035d3-f2d7-4052-ad16-4fe530bcb2ff
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-06-19T06:57:17.486Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.487Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T06:57:17.487Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:57:17.487Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.487Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T06:57:17.487Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:57:17.488Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.488Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-19T06:57:17.488Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-19T06:57:17.488Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T06:57:17.488Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=57cff7ba-76e3-4569-bfc6-e342735df0ea
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-06-19T06:57:17.500Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.500Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T06:57:17.501Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:57:17.502Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.502Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T06:57:17.502Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=416d8095-eeaf-4ffe-9f89-ec0f3e70b604
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-06-19T06:57:17.513Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.514Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:17.515Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 16b082df-37b5-4811-b2dd-745536a76c17: basic_vm_macro
2022-06-19T06:57:17.515Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.516Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:17.516Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.517Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:17.517Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.517Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:17.518Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.518Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:17.518Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T06:57:17.518Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:57:17.519Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:17.741Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2ba250d5-13b6-4a4f-9c4f-39f6fdafe0fb 1 ASDC deployResourceStructure
2022-06-19T06:57:17.741Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:17.741Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:17.741Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:57:17.743Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:17.746Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:17.747Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621837741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T06:57:17.846Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:57:17.847Z||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-06-19T06:57:17.847Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:17.880Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:17.881Z||pool-101-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:57:18.748Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:18.749Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:18.749Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:57:18.750Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:18.753Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:18.753Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621838747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T06:57:18.854Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:57:18.856Z||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-06-19T06:57:18.856Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:18.909Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:18.910Z||pool-102-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:19.755Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:19.755Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T06:57:19.756Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:57:19.756Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:19.759Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:19.759Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621839754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-19T06:57:19.862Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-19T06:57:19.863Z||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-06-19T06:57:19.863Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:19.916Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:19.917Z||pool-103-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:57:20.760Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-19T06:57:20.761Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-19T06:57:20.762Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:57:20.762Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:57:20.771Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:57:20.771Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621840760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T06:57:20.871Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T06:57:20.872Z||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-06-19T06:57:20.874Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:57:20.908Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:57:20.909Z||pool-104-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:57:21.773Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:57:21.818Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:57:21.826Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:57:21.827Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:57:21.827Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:57:51.827Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:57:51.850Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:57:51.860Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:57:51.862Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:57:51.862Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:58:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:58:01.388Z||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-06-19T06:58:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:58:01.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:58:01.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T06:58:01.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:58:01.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:58:21.863Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:58:21.889Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:58:21.900Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:58:21.900Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:58:21.900Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:58:51.901Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:58:51.927Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:58:51.947Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:58:51.948Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:58:51.948Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:59:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:59:01.389Z||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-06-19T06:59:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:59:01.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T06:59:01.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:59:01.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:59:01.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:59:01.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:59:01.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T06:59:01.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T06:59:21.949Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:59:21.977Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:59:21.984Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:59:21.984Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:59:21.984Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:59:51.985Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T06:59:52.012Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T06:59:52.018Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:59:52.018Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:59:52.019Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T07:00:01.390Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:00:01.391Z||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-06-19T07:00:01.391Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:00:01.431Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:00:01.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621821645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621824153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621825158,
  "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-06-19T07:00:01.601Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed6aa371-87d0-4e3c-8266-926a36522a5e
2022-06-19T07:00:01.602Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6aa371-87d0-4e3c-8266-926a36522a5e 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-06-19T07:00:01.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621818116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621817345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621829028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621828198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621828087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621829210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "aai-ml",
  "timestamp": 1655621829092,
  "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-06-19T07:00:01.688Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed6aa371-87d0-4e3c-8266-926a36522a5e
2022-06-19T07:00:01.689Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6aa371-87d0-4e3c-8266-926a36522a5e 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-06-19T07:00:01.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "cds",
  "timestamp": 1655621830364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T07:00:01.744Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68d4e283-0b46-40a7-9a82-332f0f5135c2
2022-06-19T07:00:01.744Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d4e283-0b46-40a7-9a82-332f0f5135c2 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-06-19T07:00:01.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621830171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621806319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "policy-id",
  "timestamp": 1655621830213,
  "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-06-19T07:00:01.795Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68d4e283-0b46-40a7-9a82-332f0f5135c2
2022-06-19T07:00:01.795Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d4e283-0b46-40a7-9a82-332f0f5135c2 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-06-19T07:00:01.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621821506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621830889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.815Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621832255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621833116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621833412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621834036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621833116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621835469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621834584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621833116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621835291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621833116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621835660,
  "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-06-19T07:00:01.852Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68d4e283-0b46-40a7-9a82-332f0f5135c2
2022-06-19T07:00:01.852Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d4e283-0b46-40a7-9a82-332f0f5135c2 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-06-19T07:00:01.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621836411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621836296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:01.872Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621833116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621836664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621837741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621838861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621833116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621837345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621838747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "clamp",
  "timestamp": 1655621839868,
  "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-06-19T07:00:01.893Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed6aa371-87d0-4e3c-8266-926a36522a5e
2022-06-19T07:00:01.893Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6aa371-87d0-4e3c-8266-926a36522a5e 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-06-19T07:00:01.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621838558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621837667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621833116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621837345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621839754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621839564,
  "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-06-19T07:00:01.932Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68d4e283-0b46-40a7-9a82-332f0f5135c2
2022-06-19T07:00:01.932Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d4e283-0b46-40a7-9a82-332f0f5135c2 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-06-19T07:00:01.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621837667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621833116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621837345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621840760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:01.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:01.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T07:00:01.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:01.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:01.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621837667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:01.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621833116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:02.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621837345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:02.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621837667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621841505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621837345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621842210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:02.009Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621843413,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:02.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621837667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621841505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621837345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621842744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621837667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621841505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "cds",
  "timestamp": 1655621844641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T07:00:02.074Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of daa763d1-3166-4d86-a8e3-2e7e694f1445
2022-06-19T07:00:02.074Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa763d1-3166-4d86-a8e3-2e7e694f1445 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-06-19T07:00:02.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621837345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621842744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621837667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621841505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621837345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621842744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621837667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621841505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621837345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:02.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621842744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655621837667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:02.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621841505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621847203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:02.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621842744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621841505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-19T07:00:02.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621848206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:02.151Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621842744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621817718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:02.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621841505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "policy-id",
  "timestamp": 1655621849209,
  "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-06-19T07:00:02.186Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daa763d1-3166-4d86-a8e3-2e7e694f1445
2022-06-19T07:00:02.187Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa763d1-3166-4d86-a8e3-2e7e694f1445 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-06-19T07:00:02.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621842744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621841505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621842744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621851340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:02.218Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621842744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:02.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621852384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:02.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621852788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:02.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655621853388,
  "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-06-19T07:00:02.256Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of daa763d1-3166-4d86-a8e3-2e7e694f1445
2022-06-19T07:00:02.256Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa763d1-3166-4d86-a8e3-2e7e694f1445 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-06-19T07:00:02.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621854591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:02.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621854805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:02.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655621855811,
  "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-06-19T07:00:02.325Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of daa763d1-3166-4d86-a8e3-2e7e694f1445
2022-06-19T07:00:02.326Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa763d1-3166-4d86-a8e3-2e7e694f1445 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-06-19T07:00:02.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621857977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:02.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621856291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:02.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "clamp",
  "timestamp": 1655621858982,
  "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-06-19T07:00:02.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68d4e283-0b46-40a7-9a82-332f0f5135c2
2022-06-19T07:00:02.405Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d4e283-0b46-40a7-9a82-332f0f5135c2 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-06-19T07:00:02.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "aai-ml",
  "timestamp": 1655621857295,
  "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-06-19T07:00:02.472Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68d4e283-0b46-40a7-9a82-332f0f5135c2
2022-06-19T07:00:02.473Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d4e283-0b46-40a7-9a82-332f0f5135c2 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-06-19T07:00:02.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621859986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621859986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621859986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621859986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621859986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621859986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621859986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621859986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:02.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621831263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:02.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621859986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:00:02.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:00:02.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621867406,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:02.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621875490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:00:02.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:02.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "aai-ml",
  "timestamp": 1655621876493,
  "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-06-19T07:00:02.573Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of daa763d1-3166-4d86-a8e3-2e7e694f1445
2022-06-19T07:00:02.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa763d1-3166-4d86-a8e3-2e7e694f1445 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-06-19T07:00:02.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:00:02.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621880907,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:00:02.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:00:22.019Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T07:00:22.051Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T07:00:22.059Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T07:00:22.059Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T07:00:22.059Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T07:00:22.059Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T07:00:22.060Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:00:22.060Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:00:22.060Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:00:22.060Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:00:22.061Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:00:22.061Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:00:22.061Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T07:00:22.073Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T07:00:52.073Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed6aa371-87d0-4e3c-8266-926a36522a5e 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-06-19T07:00:52.085Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed6aa371-87d0-4e3c-8266-926a36522a5e and serviceModelVersionId: 16b082df-37b5-4811-b2dd-745536a76c17
2022-06-19T07:00:52.085Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d55901a-4b65-4a30-934e-9239956f1bfc
2022-06-19T07:00:52.089Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d55901a-4b65-4a30-934e-9239956f1bfc/model-vers/model-ver/16b082df-37b5-4811-b2dd-745536a76c17?depth=0
2022-06-19T07:00:52.106Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T07:00:52.195Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d55901a-4b65-4a30-934e-9239956f1bfc/model-vers/model-ver/16b082df-37b5-4811-b2dd-745536a76c17?depth=0|INFO|500||Invoke
2022-06-19T07:00:52.196Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d55901a-4b65-4a30-934e-9239956f1bfc/model-vers/model-ver/16b082df-37b5-4811-b2dd-745536a76c17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d55901a-4b65-4a30-934e-9239956f1bfc/model-vers/model-ver/16b082df-37b5-4811-b2dd-745536a76c17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed6aa371-87d0-4e3c-8266-926a36522a5e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9db8ec1-b90b-4617-b822-df0728c98517], X-ECOMP-RequestID=[ed6aa371-87d0-4e3c-8266-926a36522a5e], X-TransactionId=[], X-ONAP-RequestID=[ed6aa371-87d0-4e3c-8266-926a36522a5e], Content-Type=[application/merge-patch+json]}
2022-06-19T07:00:52.231Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d55901a-4b65-4a30-934e-9239956f1bfc/model-vers/model-ver/16b082df-37b5-4811-b2dd-745536a76c17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T07:00:52.899Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d55901a-4b65-4a30-934e-9239956f1bfc/model-vers/model-ver/16b082df-37b5-4811-b2dd-745536a76c17?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/3d55901a-4b65-4a30-934e-9239956f1bfc/model-vers/model-ver/16b082df-37b5-4811-b2dd-745536a76c17?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220619-07:00:53:142-30720], vertex-id=[245800], Content-Length=[0], Date=[Sun, 19 Jun 2022 07:00:53 GMT], Content-Type=[application/json]}
2022-06-19T07:00:52.900Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d55901a-4b65-4a30-934e-9239956f1bfc/model-vers/model-ver/16b082df-37b5-4811-b2dd-745536a76c17?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T07:00:52.901Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d55901a-4b65-4a30-934e-9239956f1bfc/model-vers/model-ver/16b082df-37b5-4811-b2dd-745536a76c17?depth=0|INFO|500||InvokeReturn
2022-06-19T07:00:52.902Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T07:00:52.906Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T07:00:52.918Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||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-06-19T07:00:52.919Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed6aa371-87d0-4e3c-8266-926a36522a5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T07:00:52.922Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T07:00:52.923Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:00:52.926Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:00:52.926Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622052919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T07:00:53.027Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T07:00:53.028Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T07:00:53.029Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:00:53.057Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:00:53.058Z||pool-105-thread-1|||||INFO|500||cambria reply ok (31 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-06-19T07:00:53.968Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T07:00:53.969Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"68d4e283-0b46-40a7-9a82-332f0f5135c2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"127fadb5-215e-4a39-aa01-6ba41cbe9b65","serviceDescription":"service","serviceInvariantUUID":"3173318c-9c6a-4e9e-a1ca-4529a572775e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c3e992b7-8d5c-4481-a056-7ac5dd6bf290","resourceInvariantUUID":"26959165-29ce-486e-bb96-dc0fb2d812d0","resourceCustomizationUUID":"4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e","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":"ZDM1OTNhNjg1MDEyNDAyZjMyZTA0Y2Y4YmQ1M2NkYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e63714f0-0bc1-4e6a-b7fc-d00adec0de42","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":"YjY1MTczNzIzYWUyZTFkNDk1YjkyYmYzYWE3MTFhOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d6eeb4c-48d0-4cc5-82cb-c7bb2a6c21f8","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":"7da1097c-585c-48b0-b2cd-da796571b32c","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":"7536b17c-51f5-4897-90f4-daf38849eb5a","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":"43f94d10-03db-4809-8e32-dfa309f718a2","artifactVersion":"2","generatedFromUUID":"c3cfaa69-b28a-427d-a85b-00013c4a5338"},{"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":"a0830623-7936-476c-b66d-90780b5b9a39","artifactVersion":"2","generatedFromUUID":"7da1097c-585c-48b0-b2cd-da796571b32c"},{"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":"c3cfaa69-b28a-427d-a85b-00013c4a5338","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":"7061fc37-ac31-4326-a0e2-80c780bc05f4","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":"M2U5ZTYxYmEzOTBlMWJiOTE1OGRiOWY2ZjI5M2Y2MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"481b6be3-d8c5-4914-aa2e-5a9ac94b7695","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTIyN2E5MTZiYzJlOWFkYmMxMzJkMmFhMDMwZTRlYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd05e9fd-02f2-40bb-bc86-7b21afba5a24","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T07:00:53.970Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:00:53.970Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:00:53.978Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:00:53.978Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:54.074Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-19T07:00:54.075Z||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-06-19T07:00:54.075Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:00:54.095Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:00:54.096Z||pool-106-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:00:54.979Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:00:54.979Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:00:54.984Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:00:54.984Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T07:00:55.084Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T07:00:55.085Z||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-06-19T07:00:55.086Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:00:55.115Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:00:55.116Z||pool-107-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:00:55.985Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:00:55.986Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:00:55.989Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:00:55.989Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-19T07:00:56.089Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T07:00:56.090Z||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-06-19T07:00:56.091Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:00:56.128Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:00:56.129Z||pool-108-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:00:56.990Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:00:56.991Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:00:56.995Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:00:56.995Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:00:57.097Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-19T07:00:57.099Z||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-06-19T07:00:57.099Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:00:57.141Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:00:57.142Z||pool-109-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:00:57.996Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:00:57.997Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:00:58.001Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:00:58.001Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-19T07:00:58.103Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T07:00:58.105Z||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-06-19T07:00:58.105Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:00:58.143Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:00:58.145Z||pool-110-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:00:59.002Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:00:59.003Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:00:59.008Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:00:59.008Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-19T07:00:59.107Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T07:00:59.109Z||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-06-19T07:00:59.109Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:00:59.129Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:00:59.130Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-19T07:01:00.010Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:01:00.012Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:00.016Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:00.017Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-19T07:01:00.118Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T07:01:00.119Z||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-06-19T07:01:00.120Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:00.140Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:00.141Z||pool-112-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:01.018Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:01:01.019Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:01.022Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:01.022Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:01:01.122Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T07:01:01.124Z||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-06-19T07:01:01.124Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:01.154Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:01.155Z||pool-113-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:01:01.388Z||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-06-19T07:01:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:01.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:01.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:01:01.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621883907,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:01:01.436Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:01:01.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T07:01:01.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa763d1-3166-4d86-a8e3-2e7e694f1445",
  "consumerID": "clamp",
  "timestamp": 1655621884912,
  "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-06-19T07:01:01.456Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of daa763d1-3166-4d86-a8e3-2e7e694f1445
2022-06-19T07:01:01.456Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa763d1-3166-4d86-a8e3-2e7e694f1445 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-06-19T07:01:02.023Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:01:02.023Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:02.028Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:02.034Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:01:02.128Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-19T07:01:02.129Z||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-06-19T07:01:02.129Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:02.165Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:02.166Z||pool-114-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:03.038Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T07:01:03.038Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:03.042Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:03.042Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:01:03.142Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T07:01:03.143Z||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-06-19T07:01:03.143Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:03.185Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:03.187Z||pool-115-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-06-19T07:01:04.044Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "127fadb5-215e-4a39-aa01-6ba41cbe9b65",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3173318c-9c6a-4e9e-a1ca-4529a572775e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c3e992b7-8d5c-4481-a056-7ac5dd6bf290",
      "resourceInvariantUUID": "26959165-29ce-486e-bb96-dc0fb2d812d0",
      "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": "YjY1MTczNzIzYWUyZTFkNDk1YjkyYmYzYWE3MTFhOWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0d6eeb4c-48d0-4cc5-82cb-c7bb2a6c21f8",
          "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": "7da1097c-585c-48b0-b2cd-da796571b32c",
          "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": "a0830623-7936-476c-b66d-90780b5b9a39",
            "generatedFromUUID": "7da1097c-585c-48b0-b2cd-da796571b32c"
          },
          "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": "43f94d10-03db-4809-8e32-dfa309f718a2",
          "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": "a0830623-7936-476c-b66d-90780b5b9a39",
          "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": "c3cfaa69-b28a-427d-a85b-00013c4a5338",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTIyN2E5MTZiYzJlOWFkYmMxMzJkMmFhMDMwZTRlYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd05e9fd-02f2-40bb-bc86-7b21afba5a24"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T07:01:04.045Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T07:01:04.045Z|ed6aa371-87d0-4e3c-8266-926a36522a5e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 127fadb5-215e-4a39-aa01-6ba41cbe9b65 ASDC
2022-06-19T07:01:04.046Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:68d4e283-0b46-40a7-9a82-332f0f5135c2
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:127fadb5-215e-4a39-aa01-6ba41cbe9b65
ServiceInvariantUUID:3173318c-9c6a-4e9e-a1ca-4529a572775e
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:dd05e9fd-02f2-40bb-bc86-7b21afba5a24
ArtifactChecksum:ZTIyN2E5MTZiYzJlOWFkYmMxMzJkMmFhMDMwZTRlYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e
ResourceInvariantUUID:26959165-29ce-486e-bb96-dc0fb2d812d0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c3e992b7-8d5c-4481-a056-7ac5dd6bf290
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:0d6eeb4c-48d0-4cc5-82cb-c7bb2a6c21f8
ArtifactChecksum:YjY1MTczNzIzYWUyZTFkNDk1YjkyYmYzYWE3MTFhOWY=
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:7da1097c-585c-48b0-b2cd-da796571b32c
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:a0830623-7936-476c-b66d-90780b5b9a39
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:43f94d10-03db-4809-8e32-dfa309f718a2
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:a0830623-7936-476c-b66d-90780b5b9a39
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:c3cfaa69-b28a-427d-a85b-00013c4a5338
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T07:01:04.046Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 127fadb5-215e-4a39-aa01-6ba41cbe9b65 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-06-19T07:01:04.132Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T07:01:04.134Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T07:01:04.134Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T07:01:04.135Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dd05e9fd-02f2-40bb-bc86-7b21afba5a24 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-19T07:01:04.135Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T07:01:04.135Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-19T07:01:04.677Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T07:01:04.685Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar dd05e9fd-02f2-40bb-bc86-7b21afba5a24 158214
2022-06-19T07:01:04.685Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-19T07:01:04.686Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-19T07:01:04.686Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T07:01:04.686Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:04.689Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:04.689Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622064685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:01:04.791Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-19T07:01:04.793Z||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-06-19T07:01:04.793Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:04.816Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:04.817Z||pool-116-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-19T07:01:05.690Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T07:01:05.693Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T07:01:05.693Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: dd05e9fd-02f2-40bb-bc86-7b21afba5a24, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T07:01:05.694Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-19T07:01:05.696Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T07:01:05.696Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T07:01:05.930Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5238447904415597514/Definitions/service-BasicCnfMacro-template.yml
2022-06-19T07:01:08.321Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T07:01:08.323Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T07:01:08.323Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T07:01:08.323Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-19T07:01:08.324Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:08.324Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:08.324Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:08.325Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T07:01:08.325Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T07:01:08.325Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.326Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:08.326Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T07:01:08.327Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T07:01:08.327Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T07:01:08.328Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.328Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:08.329Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T07:01:08.329Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T07:01:08.329Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T07:01:08.330Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.330Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:08.331Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.331Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-19T07:01:08.331Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-19T07:01:08.332Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-19T07:01:08.332Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T07:01:08.333Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.333Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T07:01:08.333Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.334Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T07:01:08.334Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T07:01:08.335Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.335Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T07:01:08.335Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T07:01:08.336Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.336Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T07:01:08.337Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T07:01:08.337Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.338Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T07:01:08.338Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T07:01:08.338Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.339Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-19T07:01:08.339Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-19T07:01:08.339Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4f5e1a06-a07b-4a48-a2ab-a08d48876458
2022-06-19T07:01:08.340Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.340Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:08.340Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.340Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:08.341Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.341Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:08.341Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:08.341Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:08.342Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:127fadb5-215e-4a39-aa01-6ba41cbe9b65
Model Version:NULL
Model InvariantUuid:3173318c-9c6a-4e9e-a1ca-4529a572775e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8be1e78e-de77-4984-8b27-8e1bdcd36184
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26959165-29ce-486e-bb96-dc0fb2d812d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:74006cdc-6621-4d73-9ec1-193f34a26f7d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:be9ef320-6c50-42cd-9806-f6e62ec1561d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d0b77325-dfc4-4ad8-a1c6-0645cb5912ab
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:89045270-fd05-4169-91b5-efd17b3259ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4f5e1a06-a07b-4a48-a2ab-a08d48876458
ModelInvariantUuid:a88321dd-f73a-4b1b-aa92-6acc4e550897
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c78abe1-187e-4570-b4fd-924409437c60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f9dcae6b-3bac-4a21-a169-5d1401d9f68b
ModelInvariantUuid:d286910b-18fe-4bb8-8b76-647dce05ade5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ee67341a-aee4-41c5-b729-c6fd71b89aad
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-06-19T07:01:08.360Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c3e992b7-8d5c-4481-a056-7ac5dd6bf290
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-06-19T07:01:08.365Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-06-19T07:01:08.365Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c3e992b7-8d5c-4481-a056-7ac5dd6bf290
2022-06-19T07:01:08.365Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d6eeb4c-48d0-4cc5-82cb-c7bb2a6c21f8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-19T07:01:08.365Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T07:01:08.366Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:08.494Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T07:01:08.495Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0d6eeb4c-48d0-4cc5-82cb-c7bb2a6c21f8 1565
2022-06-19T07:01:08.496Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:08.496Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:08.496Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T07:01:08.497Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:08.500Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:08.501Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622068496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:01:08.601Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T07:01:08.602Z||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-06-19T07:01:08.602Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:08.620Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:08.621Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:09.502Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d0b77325-dfc4-4ad8-a1c6-0645cb5912ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89045270-fd05-4169-91b5-efd17b3259ed",
    "vfModuleModelCustomizationUUID": "85e10351-b5b5-4b8f-adce-1318d2b1b98a",
    "isBase": true,
    "artifacts": [
      "7da1097c-585c-48b0-b2cd-da796571b32c",
      "a0830623-7936-476c-b66d-90780b5b9a39"
    ],
    "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": "74006cdc-6621-4d73-9ec1-193f34a26f7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be9ef320-6c50-42cd-9806-f6e62ec1561d",
    "vfModuleModelCustomizationUUID": "895969e6-9d4a-4628-a701-ef96cc3dc848",
    "isBase": false,
    "artifacts": [
      "c3cfaa69-b28a-427d-a85b-00013c4a5338"
    ],
    "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-06-19T07:01:09.513Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89045270-fd05-4169-91b5-efd17b3259ed
VfModuleModelInvariantUUID:d0b77325-dfc4-4ad8-a1c6-0645cb5912ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
7da1097c-585c-48b0-b2cd-da796571b32c
,
a0830623-7936-476c-b66d-90780b5b9a39

}
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:be9ef320-6c50-42cd-9806-f6e62ec1561d
VfModuleModelInvariantUUID:74006cdc-6621-4d73-9ec1-193f34a26f7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3cfaa69-b28a-427d-a85b-00013c4a5338

}
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-06-19T07:01:09.516Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d0b77325-dfc4-4ad8-a1c6-0645cb5912ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89045270-fd05-4169-91b5-efd17b3259ed",
    "vfModuleModelCustomizationUUID": "85e10351-b5b5-4b8f-adce-1318d2b1b98a",
    "isBase": true,
    "artifacts": [
      "7da1097c-585c-48b0-b2cd-da796571b32c",
      "a0830623-7936-476c-b66d-90780b5b9a39"
    ],
    "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": "74006cdc-6621-4d73-9ec1-193f34a26f7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be9ef320-6c50-42cd-9806-f6e62ec1561d",
    "vfModuleModelCustomizationUUID": "895969e6-9d4a-4628-a701-ef96cc3dc848",
    "isBase": false,
    "artifacts": [
      "c3cfaa69-b28a-427d-a85b-00013c4a5338"
    ],
    "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-06-19T07:01:09.517Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89045270-fd05-4169-91b5-efd17b3259ed
VfModuleModelInvariantUUID:d0b77325-dfc4-4ad8-a1c6-0645cb5912ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
7da1097c-585c-48b0-b2cd-da796571b32c
,
a0830623-7936-476c-b66d-90780b5b9a39

}
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:be9ef320-6c50-42cd-9806-f6e62ec1561d
VfModuleModelInvariantUUID:74006cdc-6621-4d73-9ec1-193f34a26f7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3cfaa69-b28a-427d-a85b-00013c4a5338

}
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-06-19T07:01:09.517Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7da1097c-585c-48b0-b2cd-da796571b32c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-19T07:01:09.517Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T07:01:09.518Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:09.586Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T07:01:09.587Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7da1097c-585c-48b0-b2cd-da796571b32c 914
2022-06-19T07:01:09.588Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:09.588Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:09.589Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T07:01:09.589Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:09.592Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:09.592Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622069587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:01:09.692Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T07:01:09.693Z||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-06-19T07:01:09.694Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:09.722Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:09.723Z||pool-118-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:10.593Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 43f94d10-03db-4809-8e32-dfa309f718a2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-19T07:01:10.594Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T07:01:10.595Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:10.772Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T07:01:10.773Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 43f94d10-03db-4809-8e32-dfa309f718a2 12
2022-06-19T07:01:10.773Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:10.773Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:10.774Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T07:01:10.774Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:10.777Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:10.777Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622070773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:01:10.877Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T07:01:10.879Z||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-06-19T07:01:10.879Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:10.944Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:10.945Z||pool-119-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:11.778Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a0830623-7936-476c-b66d-90780b5b9a39 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-19T07:01:11.778Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T07:01:11.779Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:11.872Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T07:01:11.873Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a0830623-7936-476c-b66d-90780b5b9a39 96
2022-06-19T07:01:11.873Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:11.874Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:11.874Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T07:01:11.874Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:11.879Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:11.879Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622071873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:01:11.978Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T07:01:11.979Z||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-06-19T07:01:11.979Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:12.011Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:12.011Z||pool-120-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-19T07:01:12.880Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c3cfaa69-b28a-427d-a85b-00013c4a5338 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-19T07:01:12.880Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T07:01:12.880Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:12.996Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T07:01:12.998Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz c3cfaa69-b28a-427d-a85b-00013c4a5338 20206
2022-06-19T07:01:12.998Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:12.998Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:12.999Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T07:01:12.999Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:13.002Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:13.003Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622072998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:01:13.103Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T07:01:13.104Z||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-06-19T07:01:13.104Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:13.125Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:13.126Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:14.009Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 127fadb5-215e-4a39-aa01-6ba41cbe9b65
2022-06-19T07:01:14.009Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c3e992b7-8d5c-4481-a056-7ac5dd6bf290 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-06-19T07:01:14.029Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ccdd1d3, org.onap.sdc.toscaparser.api.parameters.Input@ca33efa, org.onap.sdc.toscaparser.api.parameters.Input@63aaf749, org.onap.sdc.toscaparser.api.parameters.Input@16d7ff0a, org.onap.sdc.toscaparser.api.parameters.Input@4446f74a]
2022-06-19T07:01:14.032Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.032Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:14.033Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-19T07:01:14.033Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e
2022-06-19T07:01:14.033Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e matches Tosca VF Customization UUID: 4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e
2022-06-19T07:01:14.033Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e  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-06-19T07:01:14.037Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.037Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:14.039Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-19T07:01:14.039Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ca56c11
2022-06-19T07:01:14.039Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.040Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T07:01:14.040Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 895969e6-9d4a-4628-a701-ef96cc3dc848
2022-06-19T07:01:14.040Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 895969e6-9d4a-4628-a701-ef96cc3dc848
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-06-19T07:01:14.044Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.045Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T07:01:14.046Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T07:01:14.046Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.046Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T07:01:14.047Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T07:01:14.047Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.047Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T07:01:14.048Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4e161d27-ac7d-4d1d-a5e1-1fa92373ad3e
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-06-19T07:01:14.051Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.052Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:14.052Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 127fadb5-215e-4a39-aa01-6ba41cbe9b65: basic_cnf_macro
2022-06-19T07:01:14.053Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.053Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:14.053Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.054Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:14.054Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.055Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:14.055Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.056Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:14.056Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T07:01:14.056Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T07:01:14.057Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:14.132Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c3e992b7-8d5c-4481-a056-7ac5dd6bf290 2 ASDC deployResourceStructure
2022-06-19T07:01:14.132Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:14.133Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:14.133Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T07:01:14.134Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:14.137Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:14.138Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622074132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T07:01:14.237Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T07:01:14.239Z||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-06-19T07:01:14.239Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:14.259Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:14.260Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:15.140Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:15.140Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:15.140Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T07:01:15.140Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:15.145Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:15.145Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622075139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T07:01:15.245Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T07:01:15.247Z||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-06-19T07:01:15.248Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:15.272Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:15.273Z||pool-123-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:16.149Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:16.150Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:16.150Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-19T07:01:16.151Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:16.156Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:16.156Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622076149,
  "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-06-19T07:01:16.257Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T07:01:16.259Z||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-06-19T07:01:16.259Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:16.279Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:16.280Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:17.158Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:17.158Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:17.159Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T07:01:17.161Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:17.167Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:17.167Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622077158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-19T07:01:17.265Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T07:01:17.266Z||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-06-19T07:01:17.269Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:17.290Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:17.290Z||pool-125-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:18.168Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:18.168Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:18.168Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-19T07:01:18.169Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:18.174Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:18.175Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622078168,
  "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-06-19T07:01:18.275Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T07:01:18.278Z||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-06-19T07:01:18.279Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:18.320Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:18.322Z||pool-126-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:19.176Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-19T07:01:19.177Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-19T07:01:19.177Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T07:01:19.177Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:19.181Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:19.181Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622079176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:01:19.281Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T07:01:19.283Z||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-06-19T07:01:19.284Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:19.328Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:19.329Z||pool-127-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-19T07:01:20.183Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d4e283-0b46-40a7-9a82-332f0f5135c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-19T07:01:20.221Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d4e283-0b46-40a7-9a82-332f0f5135c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T07:01:20.227Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T07:01:20.227Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T07:01:20.227Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T07:01:20.227Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T07:01:20.227Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:01:20.227Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:01:20.227Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:01:20.228Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:01:20.228Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:01:20.228Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T07:01:20.228Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:20.252Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T07:01:50.254Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68d4e283-0b46-40a7-9a82-332f0f5135c2 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-06-19T07:01:50.267Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68d4e283-0b46-40a7-9a82-332f0f5135c2 and serviceModelVersionId: 127fadb5-215e-4a39-aa01-6ba41cbe9b65
2022-06-19T07:01:50.267Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3173318c-9c6a-4e9e-a1ca-4529a572775e
2022-06-19T07:01:50.269Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3173318c-9c6a-4e9e-a1ca-4529a572775e/model-vers/model-ver/127fadb5-215e-4a39-aa01-6ba41cbe9b65?depth=0
2022-06-19T07:01:50.280Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T07:01:50.359Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3173318c-9c6a-4e9e-a1ca-4529a572775e/model-vers/model-ver/127fadb5-215e-4a39-aa01-6ba41cbe9b65?depth=0|INFO|500||Invoke
2022-06-19T07:01:50.360Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3173318c-9c6a-4e9e-a1ca-4529a572775e/model-vers/model-ver/127fadb5-215e-4a39-aa01-6ba41cbe9b65?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3173318c-9c6a-4e9e-a1ca-4529a572775e/model-vers/model-ver/127fadb5-215e-4a39-aa01-6ba41cbe9b65?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[68d4e283-0b46-40a7-9a82-332f0f5135c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4a1c543-c92c-48ad-bb09-79ea8506cb28], X-ECOMP-RequestID=[68d4e283-0b46-40a7-9a82-332f0f5135c2], X-TransactionId=[], X-ONAP-RequestID=[68d4e283-0b46-40a7-9a82-332f0f5135c2], Content-Type=[application/merge-patch+json]}
2022-06-19T07:01:50.400Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3173318c-9c6a-4e9e-a1ca-4529a572775e/model-vers/model-ver/127fadb5-215e-4a39-aa01-6ba41cbe9b65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T07:01:50.678Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3173318c-9c6a-4e9e-a1ca-4529a572775e/model-vers/model-ver/127fadb5-215e-4a39-aa01-6ba41cbe9b65?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/3173318c-9c6a-4e9e-a1ca-4529a572775e/model-vers/model-ver/127fadb5-215e-4a39-aa01-6ba41cbe9b65?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-07:01:51:289-14266], vertex-id=[253976], Content-Length=[0], Date=[Sun, 19 Jun 2022 07:01:51 GMT], Content-Type=[application/json]}
2022-06-19T07:01:50.678Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3173318c-9c6a-4e9e-a1ca-4529a572775e/model-vers/model-ver/127fadb5-215e-4a39-aa01-6ba41cbe9b65?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T07:01:50.679Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3173318c-9c6a-4e9e-a1ca-4529a572775e/model-vers/model-ver/127fadb5-215e-4a39-aa01-6ba41cbe9b65?depth=0|INFO|500||InvokeReturn
2022-06-19T07:01:50.680Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T07:01:50.681Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:50.710Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||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-06-19T07:01:50.711Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68d4e283-0b46-40a7-9a82-332f0f5135c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T07:01:50.711Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T07:01:50.712Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T07:01:50.716Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T07:01:50.717Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622110711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T07:01:50.817Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T07:01:50.819Z||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-06-19T07:01:50.819Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:01:50.847Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:01:50.848Z||pool-128-thread-1|||||INFO|500||cambria reply ok (30 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-06-19T07:01:51.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:01:51.759Z||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-06-19T07:01:51.759Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:02:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:02:01.390Z||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-06-19T07:02:01.396Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:02:01.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:02:01.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:02:01.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6aa371-87d0-4e3c-8266-926a36522a5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622052919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T07:02:01.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:02:01.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:02:01.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:02:01.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:02:01.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:02:01.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T07:02:01.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:02:01.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:02:01.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-19T07:02:01.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:02:01.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:02:01.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:02:01.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:02:01.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:02:01.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-19T07:02:01.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:02:01.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:02:01.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-19T07:02:01.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:02:01.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:02:01.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-19T07:02:01.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:02:01.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:02:01.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:02:01.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:02:02.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:02:02.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:02:02.120Z||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-06-19T07:02:02.120Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:02:11.714Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:02:11.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:02:11.716Z||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-06-19T07:02:11.716Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:02:21.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:02:21.308Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:02:21.309Z||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-06-19T07:02:21.309Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:02:30.871Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:02:30.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:02:30.874Z||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-06-19T07:02:30.875Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:02:40.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:03:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:03:01.369Z||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-06-19T07:03:01.369Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:03:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:03:01.388Z||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-06-19T07:03:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:03:01.933Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:03:01.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T07:03:01.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:03:01.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655621821371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T07:03:01.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T07:03:01.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622064685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:03:01.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622068496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:03:01.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622069587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:03:01.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622070773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:03:01.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622071873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:03:01.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622072998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T07:03:01.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622074132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T07:03:01.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622075139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T07:03:01.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622076149,
  "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-06-19T07:03:01.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622077158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-19T07:03:01.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622078168,
  "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-06-19T07:03:01.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622079176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T07:03:01.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:01.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T07:03:01.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68d4e283-0b46-40a7-9a82-332f0f5135c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655622110711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T07:03:01.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T07:03:10.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:04:01.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:04:01.370Z||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-06-19T07:04:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:04:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:04:01.388Z||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-06-19T07:04:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:04:10.956Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:04:10.978Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:05:01.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:05:01.374Z||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-06-19T07:05:01.375Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:05:01.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:05:01.390Z||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-06-19T07:05:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:05:10.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:05:10.975Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:06:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:06:01.369Z||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-06-19T07:06:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:06:01.387Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:06:01.388Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T07:06:01.389Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:06:10.936Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:06:10.953Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:07:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:07:01.370Z||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-06-19T07:07:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:07:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:07:01.388Z||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-06-19T07:07:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:07:10.961Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:07:10.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:08:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:08:01.369Z||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-06-19T07:08:01.369Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:08:01.387Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:08:01.388Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|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-06-19T07:08:01.388Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:08:10.995Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:08:11.025Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:09:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:09:01.370Z||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-06-19T07:09:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:09:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:09:01.389Z||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-06-19T07:09:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:09:10.928Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:09:10.978Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:10:01.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:10:01.372Z||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-06-19T07:10:01.373Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:10:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:10:01.395Z||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-06-19T07:10:01.395Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:10:10.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:10:10.974Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:11:01.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:11:01.371Z||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-06-19T07:11:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:11:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:11:01.388Z||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-06-19T07:11:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:11:10.944Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:11:10.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:12:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:12:01.369Z||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-06-19T07:12:01.369Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:12:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:12:01.388Z||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-06-19T07:12:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:12:10.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:12:10.976Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:13:01.374Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:13:01.375Z||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-06-19T07:13:01.375Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:13:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:13:01.388Z||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-06-19T07:13:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:13:11.014Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:13:11.090Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:14:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:14:01.369Z||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-06-19T07:14:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:14:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:14:01.388Z||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-06-19T07:14:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:14:10.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:14:10.976Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:15:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:15:01.370Z||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-06-19T07:15:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:15:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:15:01.388Z||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-06-19T07:15:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:15:10.927Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:15:10.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:16:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:16:01.370Z||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-06-19T07:16:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:16:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:16:01.388Z||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-06-19T07:16:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:16:10.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:16:10.953Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:17:01.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:17:01.372Z||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-06-19T07:17:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:17:01.388Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:17:01.389Z||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-06-19T07:17:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:17:10.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:17:10.946Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:18:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:18:01.371Z||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-06-19T07:18:01.375Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:18:01.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:18:01.389Z||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-06-19T07:18:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:18:10.958Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:18:10.959Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:19:01.370Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:19:01.382Z||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-06-19T07:19:01.383Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:19:01.390Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:19:01.391Z||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-06-19T07:19:01.391Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:19:10.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:19:10.995Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:20:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:20:01.370Z||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-06-19T07:20:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:20:01.387Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:20:01.388Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|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-06-19T07:20:01.388Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:20:10.945Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:20:10.978Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:21:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:21:01.369Z||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-06-19T07:21:01.369Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:21:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:21:01.388Z||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-06-19T07:21:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:21:11.011Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:21:11.040Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:22:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:22:01.369Z||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-06-19T07:22:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:22:01.387Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:22:01.388Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T07:22:01.389Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:22:10.943Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:22:10.951Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:23:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:23:01.369Z||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-06-19T07:23:01.369Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:23:01.387Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:23:01.388Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T07:23:01.388Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:23:10.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:23:10.966Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:24:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:24:01.370Z||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-06-19T07:24:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:24:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:24:01.389Z||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-06-19T07:24:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:24:10.933Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:24:10.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:25:01.369Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:25:01.371Z||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-06-19T07:25:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:25:01.389Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:25:01.390Z||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-06-19T07:25:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:25:10.955Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:25:10.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:26:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:26:01.370Z||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-06-19T07:26:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:26:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:26:01.388Z||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-06-19T07:26:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:26:10.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:26:10.959Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:27:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:27:01.369Z||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-06-19T07:27:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:27:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:27:01.388Z||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-06-19T07:27:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:27:10.954Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:27:10.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:28:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:28:01.369Z||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-06-19T07:28:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:28:01.388Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:28:01.391Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|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-06-19T07:28:01.391Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:28:10.951Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:28:10.992Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:29:01.369Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:29:01.370Z||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-06-19T07:29:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:29:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:29:01.388Z||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-06-19T07:29:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:29:10.957Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:29:10.989Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:30:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:30:01.370Z||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-06-19T07:30:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:30:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:30:01.388Z||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-06-19T07:30:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:30:10.946Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:30:10.951Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:31:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:31:01.369Z||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-06-19T07:31:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:31:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:31:01.388Z||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-06-19T07:31:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:31:10.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:31:10.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:32:01.369Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:32:01.370Z||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-06-19T07:32:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:32:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:32:01.388Z||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-06-19T07:32:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:32:10.957Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:32:10.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:33:01.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:33:01.371Z||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-06-19T07:33:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:33:01.387Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:33:01.388Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|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-06-19T07:33:01.388Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:33:10.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:33:10.972Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:34:01.368Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:34:01.371Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T07:34:01.372Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:34:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T07:34:01.388Z||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-06-19T07:34:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T07:34:10.940Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T07:34:10.940Z|68d4e283-0b46-40a7-9a82-332f0f5135c2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK