Results

By type

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

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

2022-10-29T05:26:56.198Z||main|||||INFO|500||The following profiles are active: basic
2022-10-29T05:27:08.228Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-29T05:27:08.229Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-29T05:27:08.397Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-29T05:27:13.528Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-29T05:27:14.079Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-29T05:27:14.598Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-29T05:27:14.617Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-29T05:27:14.754Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-29T05:27:15.095Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-29T05:27:15.943Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-29T05:27:18.583Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-29T05:27:21.103Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-29T05:27:21.173Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-29T05:27:21.861Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-29T05:27:22.219Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-29T05:27:23.416Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-29T05:27:24.540Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-29T05:27:24.565Z||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$$12b57ff2.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-29T05:27:24.567Z||main|||||WARN|500||The sdc end point is not alive
2022-10-29T05:27:27.742Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-29T05:27:30.671Z||main|||||WARN|500||---
2022-10-29T05:27:30.671Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-29T05:27:30.672Z||main|||||WARN|500||---
2022-10-29T05:27:31.128Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-29T05:27:36.141Z||main|||||INFO|500||Started Application in 43.178 seconds (JVM running for 45.316)
2022-10-29T05:27:36.166Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-29T05:27:36.170Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-29T05:27:36.184Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-29T05:27:36.207Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-29T05:27:36.253Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 948349c8-d817-4192-b75f-167d23fe84b9 url= /sdc/v1/artifactTypes
2022-10-29T05:27:36.254Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-29T05:27:36.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-29T05:27:36.590Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-29T05:27:36.660Z||scheduling-1|||||DEBUG|500||create keys
2022-10-29T05:27:36.668Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-29T05:27:36.739Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:27:36.765Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9abf25d9-feda-430f-9c63-f57989474558 url= /sdc/v1/registerForDistribution
2022-10-29T05:27:36.872Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9abf25d9-feda-430f-9c63-f57989474558 url= /sdc/v1/registerForDistribution
2022-10-29T05:27:36.873Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-29T05:27:36.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:27:36.888Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-29T05:27:36.894Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:27:36.894Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:27:36.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:27:36.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:27:36.904Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:27:47.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:27:47.240Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:28:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:28:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:28:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:28:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:28:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:28:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:28:46.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:28:46.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:29:36.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:29:36.881Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:29:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:29:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:29:36.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:29:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:29:46.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:29:46.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:30:36.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:30:36.881Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:30:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:30:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:30:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:30:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:30:46.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:30:46.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:31:36.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:31:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:31:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:31:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:31:36.883Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:31:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:31:46.429Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:31:46.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:32:36.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:32:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:32:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:32:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:32:36.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:32:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:32:46.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:32:46.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:33:36.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:33:36.881Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:33:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:33:36.882Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:33:36.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:33:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:33:46.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:33:46.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:34:36.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:34:36.881Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:34:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:34:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:34:36.884Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:34:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:34:46.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:34:46.475Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:35:36.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:35:36.881Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:35:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:35:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:35:36.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:35:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:35:46.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:35:46.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:36:36.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:36:36.881Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:36:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:36:36.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:36:36.883Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:36:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:36:46.439Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:36:46.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:37:36.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:37:36.881Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:37:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:37:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:37:36.883Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:37:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:37:46.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:37:46.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:37:47.128Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-29T05:38:36.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:38:36.881Z||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-10-29T05:38:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:38:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:38:36.883Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:38:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:38:46.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:38:46.469Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:39:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:39:36.880Z||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-10-29T05:39:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:39:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:39:36.883Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:39:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:39:46.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:39:46.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:40:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:40:36.881Z||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-10-29T05:40:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:40:36.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:40:36.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:40:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:40:46.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:40:46.452Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:41:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:41:36.880Z||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-10-29T05:41:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:41:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:41:36.883Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:41:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:41:46.445Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:41:46.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:42:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:42:36.881Z||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-10-29T05:42:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:42:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:42:36.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:42:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:42:46.432Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:42:46.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:43:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:43:36.881Z||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-10-29T05:43:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:43:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:43:36.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:43:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:43:46.443Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:43:46.444Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:44:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:44:36.881Z||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-10-29T05:44:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:44:36.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:44:36.885Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:44:36.885Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:44:46.432Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:44:46.433Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:45:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:45:36.881Z||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-10-29T05:45:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:45:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:45:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:45:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:45:46.431Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:45:46.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:46:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:46:36.881Z||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-10-29T05:46:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:46:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:46:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:46:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:46:46.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:46:46.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:47:36.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:47:36.881Z||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-10-29T05:47:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:47:36.882Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:47:36.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:47:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:47:46.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:47:46.427Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:48:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:48:36.881Z||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-10-29T05:48:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:48:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:48:36.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:48:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:48:46.444Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:48:46.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:49:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:49:36.881Z||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-10-29T05:49:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:49:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:49:36.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:49:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:49:46.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:49:46.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:50:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:50:36.881Z||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-10-29T05:50:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:50:36.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:50:36.884Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:50:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:50:46.431Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:50:46.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:51:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:51:36.881Z||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-10-29T05:51:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:51:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:51:36.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:51:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:51:46.429Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:51:46.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:52:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:52:36.881Z||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-10-29T05:52:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:52:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:52:36.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:52:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:52:46.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:52:46.443Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:53:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:53:36.881Z||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-10-29T05:53:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:53:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:53:36.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:53:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:53:46.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:53:46.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:54:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:54:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:54:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:54:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:54:36.884Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:54:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:54:46.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:54:46.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:55:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:55:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:55:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:55:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:55:36.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:55:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:55:46.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:55:46.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:56:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:56:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:56:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:56:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:56:36.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:56:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:56:46.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:56:46.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:57:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:57:36.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:57:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:57:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:57:36.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:57:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:57:46.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:57:46.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:58:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:58:36.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:58:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:58:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:58:36.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:58:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:58:46.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:58:46.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:59:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:59:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:59:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:59:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:59:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T05:59:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:59:46.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T05:59:46.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:00:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:00:36.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:00:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:00:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:00:36.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:00:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:00:46.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:00:46.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:01:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:01:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:01:36.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:01:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:01:36.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:01:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:01:46.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:01:46.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:02:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:02:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:02:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:02:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:02:36.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:02:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:02:46.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:02:46.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:03:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:03:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:03:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:03:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:03:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:03:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:03:46.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:03:46.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:04:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:04:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:04:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:04:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:04:36.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:04:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:04:46.434Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:04:46.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:05:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:05:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:05:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:05:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:05:36.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:05:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:05:46.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:05:46.442Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:06:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:06:36.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:06:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:06:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:06:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:06:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:06:46.426Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:06:46.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:07:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:07:36.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:07:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:07:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:07:36.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:07:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:07:46.429Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:07:46.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:08:36.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:08:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:08:36.883Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:08:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:37.202Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:37.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023699348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023707597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023699348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023707597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "cds",
  "timestamp": 1667023708793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023699348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023707597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "cds",
  "timestamp": 1667023708793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023699348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023707597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "cds",
  "timestamp": 1667023708793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023699348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023707597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "cds",
  "timestamp": 1667023708793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023699348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023707597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "cds",
  "timestamp": 1667023708793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023699348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023707597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:08:37.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023714503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "cds",
  "timestamp": 1667023708793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023715512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:08:37.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:08:37.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023714503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:08:37.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "cds",
  "timestamp": 1667023708793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:08:37.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023714503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:08:37.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:08:37.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "cds",
  "timestamp": 1667023716635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:08:37.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:08:37.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:37.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"57fa1150-f11e-4de3-8715-43430ccef86e","serviceName":"vFW 2022-10-29 06-07-40","serviceVersion":"1.0","serviceUUID":"39d41061-6ecd-45cb-9bac-d629651926d7","serviceDescription":"catalog service description","serviceInvariantUUID":"41fbeb8d-1c5e-4897-a5a5-e7073679771c","resources":[{"resourceInstanceName":"vFW e529c968-a29e 0","resourceName":"vFW e529c968-a29e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18","resourceInvariantUUID":"6328ec09-1a9e-4d4e-9bbd-a19297495c5c","resourceCustomizationUUID":"94213047-6d39-4c56-a3ce-f5a5aaa64bfe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml","artifactChecksum":"ODkyOGI1NjVkYmMwZGE1Y2U4YjkwNWE2ZmEzODQxNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0cdd8597-32a9-4664-ab49-1f0c0ea52c81","artifactVersion":"1"},{"artifactName":"vfwe529c968a29e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json","artifactChecksum":"MTA2ZDc5NzEzY2E4NDIyNDg0NjMzYmQ5NTEzZDNlNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"312c03ff-0185-4e4d-8458-b244dd1ff3d0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"679492b6-d1a6-4987-b829-24a77fe29bb5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmE0YmZlNDEwZDQxMzhkMzllZTVjMWMzODFkNmQxZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1773b02-7590-424a-b8c8-89256abc564c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b","artifactVersion":"2","generatedFromUUID":"679492b6-d1a6-4987-b829-24a77fe29bb5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221029060740-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml","artifactChecksum":"ODg3NGIwMmQwMDVmZDRjMGVjNDE0MzM5NDk2MDJlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cfbfa15-cdf0-4203-a467-23002bb3f4cd","artifactVersion":"1"},{"artifactName":"service-Vfw20221029060740-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar","artifactChecksum":"YTc5NmVkOTcxMGQyNmYwOTM5MWI2NjQzMGY4MGE5M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7f24201-032f-4e5b-b268-80bb6e2e0e57","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:08:37.565Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:37.572Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:37.582Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:37.583Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.683Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-29T06:08:37.688Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:37.688Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:37.699Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:37.700Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:38.591Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:38.592Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:38.594Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:38.594Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:08:38.694Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:38.696Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:38.696Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:38.708Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:38.709Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:39.595Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:39.596Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:39.598Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:39.598Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:08:39.698Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:39.700Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:39.700Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:39.712Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:39.713Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:40.599Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:40.600Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:40.602Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:40.602Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:40.702Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:40.703Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:40.704Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:40.722Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:40.722Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:41.603Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:41.604Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:41.606Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:41.606Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-29T06:08:41.706Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:41.707Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:41.708Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:41.719Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:41.719Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:08:42.607Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:42.608Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:42.610Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:42.610Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:08:42.710Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:42.711Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:42.712Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:42.728Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:42.729Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:43.611Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:43.612Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:43.614Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:43.614Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:08:43.714Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:43.716Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:43.716Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:43.727Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:43.727Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:44.616Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "serviceName": "vFW 2022-10-29 06-07-40",
  "serviceVersion": "1.0",
  "serviceUUID": "39d41061-6ecd-45cb-9bac-d629651926d7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "41fbeb8d-1c5e-4897-a5a5-e7073679771c",
  "resources": [
    {
      "resourceInstanceName": "vFW e529c968-a29e 0",
      "resourceCustomizationUUID": "94213047-6d39-4c56-a3ce-f5a5aaa64bfe",
      "resourceName": "vFW e529c968-a29e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18",
      "resourceInvariantUUID": "6328ec09-1a9e-4d4e-9bbd-a19297495c5c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe529c968a29e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
          "artifactChecksum": "MTA2ZDc5NzEzY2E4NDIyNDg0NjMzYmQ5NTEzZDNlNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "312c03ff-0185-4e4d-8458-b244dd1ff3d0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "679492b6-d1a6-4987-b829-24a77fe29bb5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b",
            "generatedFromUUID": "679492b6-d1a6-4987-b829-24a77fe29bb5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221029060740-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
      "artifactChecksum": "YTc5NmVkOTcxMGQyNmYwOTM5MWI2NjQzMGY4MGE5M2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a7f24201-032f-4e5b-b268-80bb6e2e0e57"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:08:44.618Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:08:44.618Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39d41061-6ecd-45cb-9bac-d629651926d7 ASDC
2022-10-29T06:08:44.763Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:57fa1150-f11e-4de3-8715-43430ccef86e
ServiceName:vFW 2022-10-29 06-07-40
ServiceVersion:1.0
ServiceUUID:39d41061-6ecd-45cb-9bac-d629651926d7
ServiceInvariantUUID:41fbeb8d-1c5e-4897-a5a5-e7073679771c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221029060740-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
ArtifactUUID:a7f24201-032f-4e5b-b268-80bb6e2e0e57
ArtifactChecksum:YTc5NmVkOTcxMGQyNmYwOTM5MWI2NjQzMGY4MGE5M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e529c968-a29e 0
ResourceCustomizationUUID:94213047-6d39-4c56-a3ce-f5a5aaa64bfe
ResourceInvariantUUID:6328ec09-1a9e-4d4e-9bbd-a19297495c5c
ResourceName:vFW e529c968-a29e
ResourceType:VF
ResourceUUID:e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe529c968a29e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
ArtifactUUID:312c03ff-0185-4e4d-8458-b244dd1ff3d0
ArtifactChecksum:MTA2ZDc5NzEzY2E4NDIyNDg0NjMzYmQ5NTEzZDNlNWU=
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/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
ArtifactUUID:679492b6-d1a6-4987-b829-24a77fe29bb5
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/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
ArtifactUUID:d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b
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/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
ArtifactUUID:d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-29T06:08:44.763Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39d41061-6ecd-45cb-9bac-d629651926d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:08:45.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:08:45.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:08:45.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:08:45.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a7f24201-032f-4e5b-b268-80bb6e2e0e57 from URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:45.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:08:45.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:45.168Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:08:45.188Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar a7f24201-032f-4e5b-b268-80bb6e2e0e57 100724
2022-10-29T06:08:45.190Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar ASDC sendASDCNotification
2022-10-29T06:08:45.190Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:45.214Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:08:45.216Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:45.218Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:45.218Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023725189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:08:45.318Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:45.319Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:45.319Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:45.335Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:45.335Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:08:46.219Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:08:46.220Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:08:46.220Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a7f24201-032f-4e5b-b268-80bb6e2e0e57, URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar to file: /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:46.221Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221029060740-csar.csar
2022-10-29T06:08:46.316Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:46.316Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:47.059Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12996676174422456239/Definitions/service-Vfw20221029060740-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-10-29T06:08:49.997Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:08:50.003Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-29T06:08:50.003Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e529c968-a29e 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.006Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-29T06:08:50.012Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.014Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.018Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.018Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-29T06:08:50.020Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:08:50.022Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.022Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.023Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.023Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-29T06:08:50.023Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:08:50.023Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.024Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:50.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:50.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:50.028Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.028Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.028Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:50.028Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.031Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:08:50.032Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.032Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.032Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:50.033Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.033Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.033Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:50.033Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.037Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee14cadc-6c3e-4f52-a1ef-bbebe661a40d
2022-10-29T06:08:50.037Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.037Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:50.037Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0f68dddc-d345-4857-8e0f-639b70512909
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:50.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:50.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3023ae61-014d-40f0-bf1a-9fd09b0aff44
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.044Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.044Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.044Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.044Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:50.045Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.045Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-29 06-07-40
Description:catalog service description
Model UUID:39d41061-6ecd-45cb-9bac-d629651926d7
Model Version:NULL
Model InvariantUuid:41fbeb8d-1c5e-4897-a5a5-e7073679771c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e529c968-a29e
Model UUID:b6f425f7-3669-4954-8663-e3d1fecc3c87
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6328ec09-1a9e-4d4e-9bbd-a19297495c5c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:94213047-6d39-4c56-a3ce-f5a5aaa64bfe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a0701b28-7dc0-4f6f-a52d-5427babaa22b
ModelName:VfwE529c968A29e..base_vfw..module-0
ModelUuid:5a56aeef-1dad-403f-8250-99c05caa63d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ee14cadc-6c3e-4f52-a1ef-bbebe661a40d
ModelInvariantUuid:961335d0-c902-41be-92d1-bcaadf4d8dda
ModelName:vFW e529c968-a29e-nodes.vfwCvfc
ModelUuid:8fa3c9f6-aee2-43dc-b7ae-6b6e7717e477
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:61f8fbbd-d34c-43e0-9891-e6ec5c8ddec9
ModelInvariantUuid:0a36788c-5cc4-43c9-9c1e-9bbf5132bb63
ModelName:VfwE529c968A29e.compute.nodes.heat.vfw
ModelUuid:10286d58-9b37-4e47-bf5d-f5beab0993d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0f68dddc-d345-4857-8e0f-639b70512909
ModelInvariantUuid:a143779e-c036-478c-a27d-f470195052ba
ModelName:vFW e529c968-a29e-nodes.vsnCvfc
ModelUuid:c70830e9-0a55-44ee-8e74-b617b4af5807
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:90f9aaeb-d456-42cf-b0b6-d1666b4d6e2a
ModelInvariantUuid:6c0e0c8c-c852-4249-a31c-674f0c421dce
ModelName:VfwE529c968A29e.compute.nodes.heat.vsn
ModelUuid:8806717d-9abf-4771-ac0d-ac9f92cb39b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3023ae61-014d-40f0-bf1a-9fd09b0aff44
ModelInvariantUuid:33f4760a-edd3-47b5-96c2-fb84d5b7cfb3
ModelName:vFW e529c968-a29e-nodes.vpgCvfc
ModelUuid:59a9efc6-90c1-4c55-9f42-7cb8364ffd7e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6a27471f-de3d-4d4a-a8ce-e701f6084171
ModelInvariantUuid:e1ba683d-348d-4fe1-82d9-8c8d8586c56f
ModelName:VfwE529c968A29e.compute.nodes.heat.vpg
ModelUuid:e4db3df9-44a2-4217-b0ed-17a1d3fcbc11
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:08:50.067Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:08:50.267Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||vFW e529c968-a29e 0
2022-10-29T06:08:50.274Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18
2022-10-29T06:08:50.274Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 312c03ff-0185-4e4d-8458-b244dd1ff3d0 from URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
2022-10-29T06:08:50.275Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:08:50.275Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
2022-10-29T06:08:50.331Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:08:50.332Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json 312c03ff-0185-4e4d-8458-b244dd1ff3d0 785
2022-10-29T06:08:50.332Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json ASDC sendASDCNotification
2022-10-29T06:08:50.332Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
2022-10-29T06:08:50.332Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:08:50.333Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:50.335Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:50.335Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023730332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:08:50.435Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:50.436Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:50.437Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:50.447Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:50.448Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:51.337Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE529c968A29e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a0701b28-7dc0-4f6f-a52d-5427babaa22b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a56aeef-1dad-403f-8250-99c05caa63d8",
    "vfModuleModelCustomizationUUID": "d350b993-a00f-4346-890e-a8e977ed4123",
    "isBase": true,
    "artifacts": [
      "679492b6-d1a6-4987-b829-24a77fe29bb5",
      "d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b"
    ],
    "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-10-29T06:08:51.354Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE529c968A29e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a56aeef-1dad-403f-8250-99c05caa63d8
VfModuleModelInvariantUUID:a0701b28-7dc0-4f6f-a52d-5427babaa22b
VfModuleModelDescription:NULL
Artifacts UUID List:{
679492b6-d1a6-4987-b829-24a77fe29bb5
,
d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b

}
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-10-29T06:08:51.357Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE529c968A29e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a0701b28-7dc0-4f6f-a52d-5427babaa22b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a56aeef-1dad-403f-8250-99c05caa63d8",
    "vfModuleModelCustomizationUUID": "d350b993-a00f-4346-890e-a8e977ed4123",
    "isBase": true,
    "artifacts": [
      "679492b6-d1a6-4987-b829-24a77fe29bb5",
      "d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b"
    ],
    "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-10-29T06:08:51.357Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE529c968A29e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a56aeef-1dad-403f-8250-99c05caa63d8
VfModuleModelInvariantUUID:a0701b28-7dc0-4f6f-a52d-5427babaa22b
VfModuleModelDescription:NULL
Artifacts UUID List:{
679492b6-d1a6-4987-b829-24a77fe29bb5
,
d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b

}
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-10-29T06:08:51.357Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 679492b6-d1a6-4987-b829-24a77fe29bb5 from URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
2022-10-29T06:08:51.358Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:08:51.358Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
2022-10-29T06:08:51.424Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:08:51.426Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml 679492b6-d1a6-4987-b829-24a77fe29bb5 20368
2022-10-29T06:08:51.426Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-29T06:08:51.426Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
2022-10-29T06:08:51.427Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:08:51.427Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:51.430Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:51.430Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023731426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:08:51.530Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:51.531Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:51.531Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:51.541Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:51.541Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:08:52.431Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b from URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
2022-10-29T06:08:52.432Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:08:52.432Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
2022-10-29T06:08:52.494Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:08:52.494Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b 2098
2022-10-29T06:08:52.494Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-29T06:08:52.495Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
2022-10-29T06:08:52.495Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:08:52.495Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:52.498Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:52.499Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023732494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:08:52.602Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-29T06:08:52.603Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:52.603Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:52.618Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:52.619Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:08:53.499Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 39d41061-6ecd-45cb-9bac-d629651926d7
2022-10-29T06:08:53.500Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e529c968-a29e 0 e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:08:53.562Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2685d9, org.onap.sdc.toscaparser.api.parameters.Input@6701bc37, org.onap.sdc.toscaparser.api.parameters.Input@691d123, org.onap.sdc.toscaparser.api.parameters.Input@28dc86c5, org.onap.sdc.toscaparser.api.parameters.Input@1ce0d64a]
2022-10-29T06:08:53.566Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.566Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.567Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-10-29T06:08:53.567Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 94213047-6d39-4c56-a3ce-f5a5aaa64bfe
2022-10-29T06:08:53.567Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 94213047-6d39-4c56-a3ce-f5a5aaa64bfe matches Tosca VF Customization UUID: 94213047-6d39-4c56-a3ce-f5a5aaa64bfe
2022-10-29T06:08:53.567Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 94213047-6d39-4c56-a3ce-f5a5aaa64bfe  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-29T06:08:53.573Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.574Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.574Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 94213047-6d39-4c56-a3ce-f5a5aaa64bfe: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-29T06:08:53.575Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75b6b854
2022-10-29T06:08:53.575Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.575Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:08:53.575Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d350b993-a00f-4346-890e-a8e977ed4123
2022-10-29T06:08:53.576Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d350b993-a00f-4346-890e-a8e977ed4123
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-29T06:08:53.582Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.582Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.582Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:53.586Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.586Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee14cadc-6c3e-4f52-a1ef-bbebe661a40d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-29T06:08:53.592Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.593Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.593Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.593Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.593Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:53.596Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.596Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0f68dddc-d345-4857-8e0f-639b70512909
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-29T06:08:53.598Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.598Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.598Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.600Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.600Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.603Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-29T06:08:53.603Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3023ae61-014d-40f0-bf1a-9fd09b0aff44
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-29T06:08:53.604Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.605Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.605Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.605Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.605Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.606Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=94213047-6d39-4c56-a3ce-f5a5aaa64bfe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:08:53.607Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.608Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.608Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 39d41061-6ecd-45cb-9bac-d629651926d7: vFW e529c968-a29e
2022-10-29T06:08:53.608Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.608Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.610Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:08:53.610Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.610Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-10-29 06-07-40 
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-10-29T06:08:53.890Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e529c968-a29e e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18 1 ASDC deployResourceStructure
2022-10-29T06:08:53.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json ASDC sendASDCNotification
2022-10-29T06:08:53.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
2022-10-29T06:08:53.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:08:53.892Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:53.894Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:53.894Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023733891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:08:53.994Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:53.995Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:53.995Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:54.008Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:54.008Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:54.896Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-29T06:08:54.896Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
2022-10-29T06:08:54.897Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:08:54.897Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:54.899Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:54.900Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023734896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:08:55.000Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:55.001Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:55.001Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:55.018Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:55.018Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:55.902Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-29T06:08:55.902Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
2022-10-29T06:08:55.902Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:08:55.902Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:55.904Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:55.904Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023735902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:08:56.005Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:56.005Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:56.006Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:56.020Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:56.021Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:56.905Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar ASDC sendASDCNotification
2022-10-29T06:08:56.906Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:56.906Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:08:56.907Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:56.909Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:56.909Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023736905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:08:57.009Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:57.010Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:08:57.010Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:57.025Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:08:57.025Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:57.910Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:08:57.938Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:08:57.941Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:08:57.941Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:08:57.941Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:09:27.942Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:09:27.955Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:09:27.962Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:09:27.962Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:09:27.962Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:09:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:09:36.883Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:09:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:09:36.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:09:36.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:09:36.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023714503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:09:36.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:09:57.962Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:09:57.978Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:09:57.981Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:09:57.981Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:09:57.981Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:10:27.981Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:10:27.992Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:10:27.995Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:10:27.995Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:10:27.995Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:10:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:10:36.883Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:10:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:10:36.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:10:36.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:10:36.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "cds",
  "timestamp": 1667023717656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:10:36.919Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57fa1150-f11e-4de3-8715-43430ccef86e
2022-10-29T06:10:36.919Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fa1150-f11e-4de3-8715-43430ccef86e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:10:57.995Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:10:58.009Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:10:58.012Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:10:58.012Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:10:58.012Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:11:28.013Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:11:28.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:11:28.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:11:28.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:11:28.031Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:11:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:11:36.883Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:11:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:11:37.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:11:37.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023714503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023718575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023714503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023718575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023714503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023718575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023722329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023718575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023723467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023718575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023724540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023716879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023718575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023725639,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:11:37.434Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57fa1150-f11e-4de3-8715-43430ccef86e
2022-10-29T06:11:37.435Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fa1150-f11e-4de3-8715-43430ccef86e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:11:37.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023718575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023725189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "cds",
  "timestamp": 1667023723793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023719345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023726644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023726460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023719345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "cds",
  "timestamp": 1667023723793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "cds",
  "timestamp": 1667023723793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023719345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023719345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "cds",
  "timestamp": 1667023723793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023729604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "cds",
  "timestamp": 1667023723793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023719345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "aai-ml",
  "timestamp": 1667023730610,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:11:37.458Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 57fa1150-f11e-4de3-8715-43430ccef86e
2022-10-29T06:11:37.458Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fa1150-f11e-4de3-8715-43430ccef86e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:11:37.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023730332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "cds",
  "timestamp": 1667023723793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023719345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "cds",
  "timestamp": 1667023723793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667023719345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023731426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023732494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "cds",
  "timestamp": 1667023732838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023733390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "cds",
  "timestamp": 1667023733844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:11:37.486Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
2022-10-29T06:11:37.486Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:11:37.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023733891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023734503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023734396,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:11:37.504Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57fa1150-f11e-4de3-8715-43430ccef86e
2022-10-29T06:11:37.504Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fa1150-f11e-4de3-8715-43430ccef86e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:11:37.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023734896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023734503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023735902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023734503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023736905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023734503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023737597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023734503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023737597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023734503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023737597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023734503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023737597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023742230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023737597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023737597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023743288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023737597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023744349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023745312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023745375,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:11:37.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
2022-10-29T06:11:37.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:11:37.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667023746379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023748575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023748575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023748575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023752373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023748575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "aai-ml",
  "timestamp": 1667023753379,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:11:37.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
2022-10-29T06:11:37.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:11:37.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023748575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023748575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023748575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023756367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023758930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:11:37.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667023759934,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:11:37.564Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
2022-10-29T06:11:37.564Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:11:58.031Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:11:58.046Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:11:58.049Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:11:58.049Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:11:58.049Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:11:58.051Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:11:58.056Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:12:28.057Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:12:28.068Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 57fa1150-f11e-4de3-8715-43430ccef86e and serviceModelVersionId: 39d41061-6ecd-45cb-9bac-d629651926d7
2022-10-29T06:12:28.068Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41fbeb8d-1c5e-4897-a5a5-e7073679771c
2022-10-29T06:12:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:12:36.883Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:12:36.903Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:44.514Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0
2022-10-29T06:12:44.621Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:12:45.107Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|INFO|500||Invoke
2022-10-29T06:12:45.115Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[57fa1150-f11e-4de3-8715-43430ccef86e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c113e47-2360-4e1c-ad7c-c991ee48cbd0], X-ECOMP-RequestID=[57fa1150-f11e-4de3-8715-43430ccef86e], X-TransactionId=[], X-ONAP-RequestID=[57fa1150-f11e-4de3-8715-43430ccef86e], Content-Type=[application/merge-patch+json]}
2022-10-29T06:12:45.226Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:12:45.430Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?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/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221029-06:12:45:186-89727], vertex-id=[356504], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:12:45 GMT], Content-Type=[application/json]}
2022-10-29T06:12:45.431Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:12:45.432Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|INFO|500||InvokeReturn
2022-10-29T06:12:45.435Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:12:45.436Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:12:45.443Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-29T06:12:45.444Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 57fa1150-f11e-4de3-8715-43430ccef86e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:12:45.445Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:12:45.445Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:45.447Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:45.448Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023965444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:12:45.548Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:12:45.550Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:12:45.550Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:45.561Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:45.562Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:46.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:46.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:12:46.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023965444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:12:46.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:12:46.460Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:12:46.461Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:12:46.461Z|57fa1150-f11e-4de3-8715-43430ccef86e|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:50.875Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:50.876Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-29T06:12:50.877Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f32e548e-7b3c-44ee-a9d0-1eb76e97ae04","serviceName":"basic_onboard_ZJuGui","serviceVersion":"1.0","serviceUUID":"389bd2af-8e97-46b2-98a6-39965af87afa","serviceDescription":"service","serviceInvariantUUID":"659daa9b-eb10-4337-899d-7283b42f43a4","resources":[{"resourceInstanceName":"basic_onboard_ZJuGui 0","resourceName":"basic_onboard_ZJuGui","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da83e92a-2dee-4c17-8c29-42c4ad440fb7","resourceInvariantUUID":"5e1bd628-74dc-4ce8-9610-09af973e583b","resourceCustomizationUUID":"b3daf747-79a2-49f6-baad-378a726e6609","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml","artifactChecksum":"MDZkN2YyZjJhMGVhMGY4YmM3NWE3Yjg3ODBkNjJhYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"644268b2-2d68-492d-8631-7e8d96981a32","artifactVersion":"1"},{"artifactName":"basic_onboard_zjugui0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json","artifactChecksum":"NTRmM2M0NTU4ZDgxOTkxMjY4YmI3MzhjMzc1OTRjNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc789404-aa9f-49e7-afec-26810ec01e29","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23ea6926-0170-4a90-a155-5a15a98723ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd108890-46db-4f47-acdc-6ecb7238e40d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6645274-3525-47ca-a572-eb5f196659e1","artifactVersion":"2","generatedFromUUID":"23ea6926-0170-4a90-a155-5a15a98723ff"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZjugui-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml","artifactChecksum":"MmExYzRmNjc0YmFlYTEwZTNjY2IyODJjOWY1YzYzYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83dbc19d-02b4-43a8-94f0-38c25ae3e0d1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZjugui-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar","artifactChecksum":"MTA2YzkyNmNjMTM2ZDdkYWZiN2Q4ZTkxMDQyZjFlNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b5f8505-839e-4bde-b1fa-4cfa0ba94915","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:12:50.880Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:50.880Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:50.883Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:50.883Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:12:50.983Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:50.984Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:12:50.984Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:51.000Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:51.001Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:51.884Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:51.885Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:51.887Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:51.887Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:12:51.987Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:51.988Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:12:51.988Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:52.001Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:52.001Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:52.888Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:52.889Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:52.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:52.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:12:52.991Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:52.992Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:12:52.992Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:53.007Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:53.008Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:53.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:53.893Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:53.895Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:53.896Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:12:53.996Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:53.998Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:12:53.998Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:54.012Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:54.012Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:54.896Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:54.897Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:54.899Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:54.900Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-29T06:12:55.000Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:55.001Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:12:55.001Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:55.014Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:55.014Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:55.900Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:55.901Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:55.903Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:55.903Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:12:56.003Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:56.004Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:12:56.004Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:56.016Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:56.016Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:12:56.904Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:56.905Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:56.907Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:56.907Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:12:57.007Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:57.008Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:12:57.008Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:57.031Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:57.031Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:57.908Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "serviceName": "basic_onboard_ZJuGui",
  "serviceVersion": "1.0",
  "serviceUUID": "389bd2af-8e97-46b2-98a6-39965af87afa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "659daa9b-eb10-4337-899d-7283b42f43a4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZJuGui 0",
      "resourceCustomizationUUID": "b3daf747-79a2-49f6-baad-378a726e6609",
      "resourceName": "basic_onboard_ZJuGui",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "da83e92a-2dee-4c17-8c29-42c4ad440fb7",
      "resourceInvariantUUID": "5e1bd628-74dc-4ce8-9610-09af973e583b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zjugui0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
          "artifactChecksum": "NTRmM2M0NTU4ZDgxOTkxMjY4YmI3MzhjMzc1OTRjNGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fc789404-aa9f-49e7-afec-26810ec01e29",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "23ea6926-0170-4a90-a155-5a15a98723ff",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d6645274-3525-47ca-a572-eb5f196659e1",
            "generatedFromUUID": "23ea6926-0170-4a90-a155-5a15a98723ff"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d6645274-3525-47ca-a572-eb5f196659e1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZjugui-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
      "artifactChecksum": "MTA2YzkyNmNjMTM2ZDdkYWZiN2Q4ZTkxMDQyZjFlNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5b5f8505-839e-4bde-b1fa-4cfa0ba94915"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:12:57.909Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:12:57.909Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 389bd2af-8e97-46b2-98a6-39965af87afa ASDC
2022-10-29T06:12:57.910Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
ServiceName:basic_onboard_ZJuGui
ServiceVersion:1.0
ServiceUUID:389bd2af-8e97-46b2-98a6-39965af87afa
ServiceInvariantUUID:659daa9b-eb10-4337-899d-7283b42f43a4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZjugui-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
ArtifactUUID:5b5f8505-839e-4bde-b1fa-4cfa0ba94915
ArtifactChecksum:MTA2YzkyNmNjMTM2ZDdkYWZiN2Q4ZTkxMDQyZjFlNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZJuGui 0
ResourceCustomizationUUID:b3daf747-79a2-49f6-baad-378a726e6609
ResourceInvariantUUID:5e1bd628-74dc-4ce8-9610-09af973e583b
ResourceName:basic_onboard_ZJuGui
ResourceType:VF
ResourceUUID:da83e92a-2dee-4c17-8c29-42c4ad440fb7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zjugui0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
ArtifactUUID:fc789404-aa9f-49e7-afec-26810ec01e29
ArtifactChecksum:NTRmM2M0NTU4ZDgxOTkxMjY4YmI3MzhjMzc1OTRjNGM=
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/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
ArtifactUUID:23ea6926-0170-4a90-a155-5a15a98723ff
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/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
ArtifactUUID:d6645274-3525-47ca-a572-eb5f196659e1
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/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
ArtifactUUID:d6645274-3525-47ca-a572-eb5f196659e1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-29T06:12:57.911Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 389bd2af-8e97-46b2-98a6-39965af87afa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:12:57.945Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:12:57.946Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:12:57.946Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:12:57.946Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5b5f8505-839e-4bde-b1fa-4cfa0ba94915 from URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:57.946Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:12:57.947Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:58.112Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:12:58.115Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar 5b5f8505-839e-4bde-b1fa-4cfa0ba94915 75303
2022-10-29T06:12:58.116Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar ASDC sendASDCNotification
2022-10-29T06:12:58.116Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:58.116Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:12:58.117Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:58.119Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:58.119Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023978116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:12:58.220Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:58.221Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:12:58.221Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:58.233Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:12:58.234Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:59.120Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:12:59.121Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:12:59.121Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5b5f8505-839e-4bde-b1fa-4cfa0ba94915, URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar to file: /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:59.122Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:59.122Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:59.123Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:59.305Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10612821832064483837/Definitions/service-BasicOnboardZjugui-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-29T06:13:00.504Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:13:00.505Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-29T06:13:00.505Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||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-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||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-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||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-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.507Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZJuGui 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.507Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||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-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.507Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-29T06:13:00.507Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.508Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.508Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.508Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-29T06:13:00.510Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:13:00.510Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.510Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.511Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.511Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is not matching search criteria
2022-10-29T06:13:00.511Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-29T06:13:00.511Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-29T06:13:00.512Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-29T06:13:00.512Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-29T06:13:00.512Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-29T06:13:00.512Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.513Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:13:00.513Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.513Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.513Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:00.514Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.514Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.514Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:00.515Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.515Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.515Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:00.515Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.516Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is not matching search criteria
2022-10-29T06:13:00.516Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-29T06:13:00.516Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-29T06:13:00.516Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dcaf1c6e-a895-4bf6-89f0-e2b191a3e296
2022-10-29T06:13:00.517Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.517Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.517Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.517Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZJuGui
Description:service
Model UUID:389bd2af-8e97-46b2-98a6-39965af87afa
Model Version:NULL
Model InvariantUuid:659daa9b-eb10-4337-899d-7283b42f43a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZJuGui
Model UUID:59945c71-acad-4893-8f44-c858ce4a1df0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e1bd628-74dc-4ce8-9610-09af973e583b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b3daf747-79a2-49f6-baad-378a726e6609
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:75ab9f65-c329-460d-a946-9b68fda5304e
ModelName:BasicOnboardZjugui..base_ubuntu18..module-0
ModelUuid:3fbb6f57-66b3-4fad-b01b-eda0ac62a237
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dcaf1c6e-a895-4bf6-89f0-e2b191a3e296
ModelInvariantUuid:e0fc0f9e-3cfa-4c30-a5d2-8461e196438f
ModelName:basic_onboard_ZJuGui-nodes.ubuntu18Cvfc
ModelUuid:0d0a5d47-5940-4806-82a8-d9021ffc2175
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:79fd407a-97d8-4ef1-ba08-33824718447c
ModelInvariantUuid:0ef48639-3a2c-4b91-9b2b-debf547d84ab
ModelName:BasicOnboardZjugui.compute.nodes.heat.ubuntu18
ModelUuid:e4608df7-029a-4ef0-bef1-24ae2235bf45
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:13:00.526Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: da83e92a-2dee-4c17-8c29-42c4ad440fb7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:13:00.529Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||basic_onboard_ZJuGui 0
2022-10-29T06:13:00.530Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da83e92a-2dee-4c17-8c29-42c4ad440fb7
2022-10-29T06:13:00.530Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc789404-aa9f-49e7-afec-26810ec01e29 from URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
2022-10-29T06:13:00.530Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:13:00.530Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
2022-10-29T06:13:00.580Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:13:00.580Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json fc789404-aa9f-49e7-afec-26810ec01e29 798
2022-10-29T06:13:00.581Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json ASDC sendASDCNotification
2022-10-29T06:13:00.581Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
2022-10-29T06:13:00.581Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:13:00.581Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:00.583Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:00.583Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023980581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:13:00.683Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:00.684Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:13:00.685Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:00.697Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:00.697Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:01.584Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZjugui..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "75ab9f65-c329-460d-a946-9b68fda5304e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3fbb6f57-66b3-4fad-b01b-eda0ac62a237",
    "vfModuleModelCustomizationUUID": "b37280e3-5562-4271-81cc-3896e37f9c71",
    "isBase": true,
    "artifacts": [
      "23ea6926-0170-4a90-a155-5a15a98723ff",
      "d6645274-3525-47ca-a572-eb5f196659e1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:13:01.589Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjugui..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3fbb6f57-66b3-4fad-b01b-eda0ac62a237
VfModuleModelInvariantUUID:75ab9f65-c329-460d-a946-9b68fda5304e
VfModuleModelDescription:NULL
Artifacts UUID List:{
23ea6926-0170-4a90-a155-5a15a98723ff
,
d6645274-3525-47ca-a572-eb5f196659e1

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

isBase:true


}

2022-10-29T06:13:01.591Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZjugui..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "75ab9f65-c329-460d-a946-9b68fda5304e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3fbb6f57-66b3-4fad-b01b-eda0ac62a237",
    "vfModuleModelCustomizationUUID": "b37280e3-5562-4271-81cc-3896e37f9c71",
    "isBase": true,
    "artifacts": [
      "23ea6926-0170-4a90-a155-5a15a98723ff",
      "d6645274-3525-47ca-a572-eb5f196659e1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:13:01.591Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjugui..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3fbb6f57-66b3-4fad-b01b-eda0ac62a237
VfModuleModelInvariantUUID:75ab9f65-c329-460d-a946-9b68fda5304e
VfModuleModelDescription:NULL
Artifacts UUID List:{
23ea6926-0170-4a90-a155-5a15a98723ff
,
d6645274-3525-47ca-a572-eb5f196659e1

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

isBase:true


}

2022-10-29T06:13:01.591Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 23ea6926-0170-4a90-a155-5a15a98723ff from URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
2022-10-29T06:13:01.591Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:13:01.592Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
2022-10-29T06:13:01.643Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:13:01.644Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml 23ea6926-0170-4a90-a155-5a15a98723ff 5033
2022-10-29T06:13:01.644Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-29T06:13:01.644Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
2022-10-29T06:13:01.644Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:13:01.645Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:01.647Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:01.647Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023981644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:13:01.747Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:01.748Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:13:01.748Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:01.760Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:01.760Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:13:02.647Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6645274-3525-47ca-a572-eb5f196659e1 from URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
2022-10-29T06:13:02.648Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:13:02.648Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
2022-10-29T06:13:02.700Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:13:02.701Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env d6645274-3525-47ca-a572-eb5f196659e1 909
2022-10-29T06:13:02.701Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-29T06:13:02.701Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
2022-10-29T06:13:02.702Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:13:02.702Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:02.704Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:02.704Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023982701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:13:02.804Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:02.805Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:13:02.805Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:02.823Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:02.823Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:03.705Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 389bd2af-8e97-46b2-98a6-39965af87afa
2022-10-29T06:13:03.705Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZJuGui 0 da83e92a-2dee-4c17-8c29-42c4ad440fb7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:13:03.719Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31cd6519, org.onap.sdc.toscaparser.api.parameters.Input@163dcc2f, org.onap.sdc.toscaparser.api.parameters.Input@2cf089ba, org.onap.sdc.toscaparser.api.parameters.Input@705113d6, org.onap.sdc.toscaparser.api.parameters.Input@2aee5568]
2022-10-29T06:13:03.720Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b3daf747-79a2-49f6-baad-378a726e6609
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3daf747-79a2-49f6-baad-378a726e6609 matches Tosca VF Customization UUID: b3daf747-79a2-49f6-baad-378a726e6609
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b3daf747-79a2-49f6-baad-378a726e6609  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-29T06:13:03.723Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.723Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.724Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b3daf747-79a2-49f6-baad-378a726e6609: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-29T06:13:03.724Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@268352a
2022-10-29T06:13:03.724Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.724Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:13:03.725Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b37280e3-5562-4271-81cc-3896e37f9c71
2022-10-29T06:13:03.725Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b37280e3-5562-4271-81cc-3896e37f9c71
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is not matching search criteria
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-29T06:13:03.729Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dcaf1c6e-a895-4bf6-89f0-e2b191a3e296
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:03.732Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=b3daf747-79a2-49f6-baad-378a726e6609
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:13:03.733Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.736Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.736Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 389bd2af-8e97-46b2-98a6-39965af87afa: basic_onboard_ZJuGui
2022-10-29T06:13:03.736Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_ZJuGui 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:13:03.817Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZJuGui da83e92a-2dee-4c17-8c29-42c4ad440fb7 1 ASDC deployResourceStructure
2022-10-29T06:13:03.818Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json ASDC sendASDCNotification
2022-10-29T06:13:03.818Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
2022-10-29T06:13:03.818Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:13:03.818Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:03.820Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:03.820Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023983818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:13:03.921Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:03.922Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:13:03.922Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:03.934Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:03.934Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:04.822Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-29T06:13:04.822Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
2022-10-29T06:13:04.822Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:13:04.822Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:04.824Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:04.824Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023984821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:13:04.925Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:04.926Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:13:04.926Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:04.938Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:04.938Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:05.826Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-29T06:13:05.826Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
2022-10-29T06:13:05.826Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:13:05.827Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:05.829Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:05.829Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023985825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:13:05.929Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:05.930Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:13:05.930Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:05.948Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:05.949Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:06.830Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar ASDC sendASDCNotification
2022-10-29T06:13:06.830Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:06.830Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:13:06.831Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:06.833Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:06.833Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023986830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:13:06.933Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:06.933Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:13:06.933Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:06.948Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:06.949Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:13:07.833Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:13:07.847Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:13:07.850Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:13:07.850Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:13:07.850Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:13:07.850Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:13:07.857Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:13:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:13:36.884Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:13:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:37.512Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:37.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023966460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023978116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023980581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023981644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023982701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023983818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023984821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023985825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667023986830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.857Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:13:37.872Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 and serviceModelVersionId: 389bd2af-8e97-46b2-98a6-39965af87afa
2022-10-29T06:13:37.873Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 659daa9b-eb10-4337-899d-7283b42f43a4
2022-10-29T06:13:37.874Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0
2022-10-29T06:13:37.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:13:37.933Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-29T06:13:37.935Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0|INFO|500||Invoke
2022-10-29T06:13:37.962Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:13:38.058Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0|INFO|500||InvokeReturn
2022-10-29T06:13:38.059Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221029-06:13:37:922-70416], vertex-id=[180440], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:13:37 GMT], Content-Type=[application/json]}
2022-10-29T06:13:38.059Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:13:38.060Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:13:38.060Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:13:38.066Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-29T06:13:38.067Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:13:38.067Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:13:38.067Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:38.070Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:38.070Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024018067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:13:38.170Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:38.171Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:13:38.171Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:38.186Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:38.187Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:13:39.093Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:13:39.129Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:13:39.135Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:48.696Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:48.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:13:48.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:13:48.698Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:58.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:13:58.237Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:13:58.237Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:13:58.238Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:14:07.782Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:14:07.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:14:07.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:14:07.784Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:14:17.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:14:36.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:14:36.881Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:14:36.881Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:14:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:14:36.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:14:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:14:37.512Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:14:37.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:14:37.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024018067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:14:37.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:14:46.426Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:15:36.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:15:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:15:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:15:36.883Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:15:36.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:15:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:15:46.428Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:15:46.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:16:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:16:36.881Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:16:36.881Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:16:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:16:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:16:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:16:46.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:16:46.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:17:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:17:36.880Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:17:36.881Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:17:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:17:36.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:17:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:17:46.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:17:46.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:18:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:18:36.880Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:18:36.881Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:18:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:18:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:18:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:18:46.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:18:46.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:19:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:19:36.881Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:19:36.881Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:19:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:19:36.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:19:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:19:46.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:19:46.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:20:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:20:36.881Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:20:36.881Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:20:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:20:36.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:20:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:20:46.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:20:46.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:21:36.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:21:36.880Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:21:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:21:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:21:36.883Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:21:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:21:46.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:21:46.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:22:36.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:22:36.881Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:22:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:22:36.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:22:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:37.519Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:22:37.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:22:37.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024539345,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"297e2029-e534-48a5-98d5-b46f2dda2f7a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d3c0d186-427b-4feb-a42b-9255f0bc0763","serviceDescription":"service","serviceInvariantUUID":"c268f78a-abd4-4eff-88d7-75401da6fa63","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bc45cf75-eec9-4d93-8fe9-9de4b14488a5","resourceInvariantUUID":"ee2619a9-b8e4-4ef5-95e2-d04953f420de","resourceCustomizationUUID":"76688918-2cd3-410b-8b2a-0e5b6abf27af","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":"ZDdmMTU5MGZhYzc0NjM4ZjMzNjVkMjdmMWRhOWM1ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03806cd0-32fa-446a-a50e-4527b0961525","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjQ4YWFhNTA2NjhhOWRkZTExMWVlM2JlZWU3MjhkOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df3d2c9e-7cae-429d-9c58-2dff99d04fb7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "aai-ml",
  "timestamp": 1667024547597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024539345,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "aai-ml",
  "timestamp": 1667024547597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "cds",
  "timestamp": 1667024548793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "aai-ml",
  "timestamp": 1667024550373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "cds",
  "timestamp": 1667024548793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "cds",
  "timestamp": 1667024551582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:22:37.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "cds",
  "timestamp": 1667024552589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-10-29T06:22:37.527Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:22:37.528Z||pool-2-thread-5|||||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-10-29T06:22:37.532Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:22:37.532Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024556879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "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-10-29T06:22:37.545Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 297e2029-e534-48a5-98d5-b46f2dda2f7a
2022-10-29T06:22:37.545Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e2029-e534-48a5-98d5-b46f2dda2f7a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:22:37.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "aai-ml",
  "timestamp": 1667024554764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:22:37.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:22:37.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024554506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:22:37.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "aai-ml",
  "timestamp": 1667024555769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:22:37.559Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 297e2029-e534-48a5-98d5-b46f2dda2f7a
2022-10-29T06:22:37.559Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e2029-e534-48a5-98d5-b46f2dda2f7a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:22:37.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024554506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:22:37.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:22:37.632Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:22:37.633Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:22:37.634Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:37.663Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:22:37.663Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:22:38.533Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:22:38.534Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:22:38.537Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:22:38.537Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024556879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:22:38.638Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:22:38.639Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:22:38.639Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:38.651Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:22:38.652Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:22:39.539Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d3c0d186-427b-4feb-a42b-9255f0bc0763",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c268f78a-abd4-4eff-88d7-75401da6fa63",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "76688918-2cd3-410b-8b2a-0e5b6abf27af",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "bc45cf75-eec9-4d93-8fe9-9de4b14488a5",
      "resourceInvariantUUID": "ee2619a9-b8e4-4ef5-95e2-d04953f420de",
      "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": "NjQ4YWFhNTA2NjhhOWRkZTExMWVlM2JlZWU3MjhkOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "df3d2c9e-7cae-429d-9c58-2dff99d04fb7"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:22:39.539Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:22:39.540Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d3c0d186-427b-4feb-a42b-9255f0bc0763 ASDC
2022-10-29T06:22:39.540Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:297e2029-e534-48a5-98d5-b46f2dda2f7a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d3c0d186-427b-4feb-a42b-9255f0bc0763
ServiceInvariantUUID:c268f78a-abd4-4eff-88d7-75401da6fa63
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:df3d2c9e-7cae-429d-9c58-2dff99d04fb7
ArtifactChecksum:NjQ4YWFhNTA2NjhhOWRkZTExMWVlM2JlZWU3MjhkOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:76688918-2cd3-410b-8b2a-0e5b6abf27af
ResourceInvariantUUID:ee2619a9-b8e4-4ef5-95e2-d04953f420de
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bc45cf75-eec9-4d93-8fe9-9de4b14488a5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-29T06:22:39.540Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3c0d186-427b-4feb-a42b-9255f0bc0763 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:22:39.570Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:22:39.572Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:22:39.572Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:22:39.572Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: df3d2c9e-7cae-429d-9c58-2dff99d04fb7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-29T06:22:39.572Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:22:39.573Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-29T06:22:39.655Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:22:39.658Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar df3d2c9e-7cae-429d-9c58-2dff99d04fb7 57656
2022-10-29T06:22:39.659Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-29T06:22:39.659Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-29T06:22:39.659Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:22:39.660Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:22:39.662Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:22:39.663Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024559659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:22:39.763Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:22:39.764Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:22:39.764Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:39.779Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:22:39.779Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:22:40.663Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:22:40.665Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:22:40.666Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: df3d2c9e-7cae-429d-9c58-2dff99d04fb7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:40.671Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-29T06:22:40.672Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:40.672Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:40.837Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6159907557295633236/Definitions/service-BasicNetwork-template.yml
2022-10-29T06:22:41.450Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:22:41.451Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:22:41.451Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.451Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.455Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.455Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.455Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.455Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d3c0d186-427b-4feb-a42b-9255f0bc0763
Model Version:NULL
Model InvariantUuid:c268f78a-abd4-4eff-88d7-75401da6fa63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ee2619a9-b8e4-4ef5-95e2-d04953f420de
Model UUID:a06abd53-1c39-480a-9ad4-910beb0ca796
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:76688918-2cd3-410b-8b2a-0e5b6abf27af
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:22:41.464Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: bc45cf75-eec9-4d93-8fe9-9de4b14488a5
2022-10-29T06:22:41.464Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||No resources found for Service: d3c0d186-427b-4feb-a42b-9255f0bc0763
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:22:41.470Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||
2022-10-29T06:22:41.471Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-29T06:22:41.472Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d3c0d186-427b-4feb-a42b-9255f0bc0763
2022-10-29T06:22:41.472Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d3c0d186-427b-4feb-a42b-9255f0bc0763
2022-10-29T06:22:41.472Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-29T06:22:41.473Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:22:41.477Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c3a0202, org.onap.sdc.toscaparser.api.parameters.Input@a5b1e4e, org.onap.sdc.toscaparser.api.parameters.Input@32e892dd, org.onap.sdc.toscaparser.api.parameters.Input@50496276, org.onap.sdc.toscaparser.api.parameters.Input@2c1f406f]
2022-10-29T06:22:41.479Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.479Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.480Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.480Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.480Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d3c0d186-427b-4feb-a42b-9255f0bc0763: Generic NeutronNet
2022-10-29T06:22:41.481Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.481Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.481Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.481Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-29T06:22:41.520Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.520Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.520Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.521Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.521Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:22:41.521Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.522Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-29T06:22:41.578Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-29T06:22:41.578Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-29T06:22:41.578Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.579Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:22:41.579Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:22:41.581Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:22:41.581Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024561578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:22:41.681Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:22:41.682Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:22:41.682Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:41.695Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:22:41.696Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:22:42.583Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:22:42.594Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:22:42.597Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:22:42.597Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:22:42.597Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:22:42.598Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:23:12.598Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:23:12.611Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:23:12.614Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:23:12.614Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:23:12.615Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:23:12.615Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:23:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:23:36.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:23:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:23:37.008Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:23:37.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:23:37.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024556879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:23:37.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:23:42.616Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:23:42.629Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:23:42.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:23:42.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:23:42.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:23:42.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:24:12.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:24:12.649Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:24:12.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:24:12.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:24:12.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:24:12.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:24:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:24:36.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:24:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:24:36.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:24:36.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024556879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:24:36.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024558575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024559659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024558575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:24:36.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024561368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024561578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024563260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:24:36.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024564264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:24:36.931Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 297e2029-e534-48a5-98d5-b46f2dda2f7a
2022-10-29T06:24:36.931Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e2029-e534-48a5-98d5-b46f2dda2f7a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:24:36.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024588575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024594503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "cds",
  "timestamp": 1667024593793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024588575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024594503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "cds",
  "timestamp": 1667024593793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024588575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024594503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "cds",
  "timestamp": 1667024593793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024588575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024594503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "cds",
  "timestamp": 1667024593793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024588575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024594503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "cds",
  "timestamp": 1667024593793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024588575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024594503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "cds",
  "timestamp": 1667024593793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024599345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024588575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024594503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "cds",
  "timestamp": 1667024593793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024599345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024601273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024602260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "cds",
  "timestamp": 1667024601586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024599345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024603345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "cds",
  "timestamp": 1667024602592,
  "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-10-29T06:24:36.968Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d510bcca-3157-4220-8e72-1a5f353d3360
2022-10-29T06:24:36.968Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d510bcca-3157-4220-8e72-1a5f353d3360 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:24:36.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024599345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024604423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024599345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024604070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024605451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:24:36.984Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d510bcca-3157-4220-8e72-1a5f353d3360
2022-10-29T06:24:36.984Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d510bcca-3157-4220-8e72-1a5f353d3360 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:24:36.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024599345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:36.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024605073,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:24:36.999Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d510bcca-3157-4220-8e72-1a5f353d3360
2022-10-29T06:24:37.000Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d510bcca-3157-4220-8e72-1a5f353d3360 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:24:37.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024606455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:24:37.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:37.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024599345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024607597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024607597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024607597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024607597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024607597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024607597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024607597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024615357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:24:42.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:24:42.664Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:24:42.667Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:24:42.667Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:24:42.667Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:24:42.667Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:24:42.674Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:25:12.674Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:25:12.682Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a and serviceModelVersionId: d3c0d186-427b-4feb-a42b-9255f0bc0763
2022-10-29T06:25:12.682Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c268f78a-abd4-4eff-88d7-75401da6fa63
2022-10-29T06:25:12.683Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0
2022-10-29T06:25:12.690Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:25:12.754Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|INFO|500||Invoke
2022-10-29T06:25:12.755Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[297e2029-e534-48a5-98d5-b46f2dda2f7a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae4e72ba-4bec-4fca-9ea8-2b54680aa59b], X-ECOMP-RequestID=[297e2029-e534-48a5-98d5-b46f2dda2f7a], X-TransactionId=[], X-ONAP-RequestID=[297e2029-e534-48a5-98d5-b46f2dda2f7a], Content-Type=[application/merge-patch+json]}
2022-10-29T06:25:12.780Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:25:12.871Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?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/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221029-06:25:12:737-967], vertex-id=[368792], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:25:12 GMT], Content-Type=[application/json]}
2022-10-29T06:25:12.872Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:25:12.873Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|INFO|500||InvokeReturn
2022-10-29T06:25:12.875Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:25:12.875Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:25:12.882Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-29T06:25:12.882Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 297e2029-e534-48a5-98d5-b46f2dda2f7a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:25:12.883Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:25:12.884Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:12.886Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:12.887Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024712883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:25:12.987Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:12.989Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:12.989Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:13.019Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:13.020Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:25:13.900Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:25:13.901Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:25:13.901Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:18.316Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:18.317Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:25:18.318Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d510bcca-3157-4220-8e72-1a5f353d3360","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e91bb8d6-2c76-41ca-8787-4c4f186081a4","serviceDescription":"service","serviceInvariantUUID":"3cb9cd17-efe5-443f-b8d7-10a8124dc5cb","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"53631a99-c038-424f-beb7-b86835ec2bff","resourceInvariantUUID":"848b1e06-77d8-4ba0-84eb-7a97ab3b0d8b","resourceCustomizationUUID":"87e82b75-f0cd-4da2-9167-5de891b5b1c7","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":"MjM0YTZjZjhlYmNhNjNhYjY0ZjBjOTA5ZjcwOWE2YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7ebcef4-94f2-47cc-842b-127e0c84a634","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":"NDI3ZjQ0NWI2NzQ1N2U1MjRmYTUxMzRjZDVhNmVhNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d68bffb-eb28-48da-81af-7f434b182a5b","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":"52823819-0052-4b57-8465-d2c484e49231","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":"0aa001c2-2638-4eaf-a263-01cbe9993865","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":"70443ddc-f5ff-43b1-b0b8-65740367de49","artifactVersion":"2","generatedFromUUID":"52823819-0052-4b57-8465-d2c484e49231"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmVkODRmMTkwNDJiMmJkMDQyZmI0MzAxNzYzY2IxNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3568b33-a20e-49c4-8355-d4d7244c4f39","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTVlMDdjMzUyZmJkMzg5N2I3ZjZhMTZhNTM2MzA4ZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:25:18.320Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:18.320Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:18.322Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:18.323Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:25:18.423Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:18.424Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:18.424Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:18.442Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:18.444Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:25:19.323Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:19.325Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:19.327Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:19.327Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:25:19.434Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-10-29T06:25:19.435Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:19.435Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:19.447Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:19.448Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:20.328Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:20.329Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:20.331Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:20.332Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:25:20.432Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:20.433Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:20.433Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:20.446Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:20.447Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:25:21.333Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:21.334Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:21.338Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:21.338Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:25:21.437Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:25:21.438Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:21.438Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:21.450Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:21.450Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:22.339Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:22.340Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:22.342Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:22.342Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-29T06:25:22.442Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:22.443Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:22.443Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:22.494Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:22.494Z||pool-44-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:23.343Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:23.344Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:23.346Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:23.346Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:25:23.447Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:25:23.447Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:23.448Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:23.458Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:23.459Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:25:24.347Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:24.349Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:24.352Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:24.352Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:25:24.452Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:24.453Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:24.453Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:24.464Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:24.465Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:25.354Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e91bb8d6-2c76-41ca-8787-4c4f186081a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3cb9cd17-efe5-443f-b8d7-10a8124dc5cb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "87e82b75-f0cd-4da2-9167-5de891b5b1c7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "53631a99-c038-424f-beb7-b86835ec2bff",
      "resourceInvariantUUID": "848b1e06-77d8-4ba0-84eb-7a97ab3b0d8b",
      "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": "NDI3ZjQ0NWI2NzQ1N2U1MjRmYTUxMzRjZDVhNmVhNDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6d68bffb-eb28-48da-81af-7f434b182a5b",
          "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": "52823819-0052-4b57-8465-d2c484e49231",
          "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": "70443ddc-f5ff-43b1-b0b8-65740367de49",
            "generatedFromUUID": "52823819-0052-4b57-8465-d2c484e49231"
          },
          "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": "70443ddc-f5ff-43b1-b0b8-65740367de49",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTVlMDdjMzUyZmJkMzg5N2I3ZjZhMTZhNTM2MzA4ZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:25:25.354Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:25:25.355Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e91bb8d6-2c76-41ca-8787-4c4f186081a4 ASDC
2022-10-29T06:25:25.355Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d510bcca-3157-4220-8e72-1a5f353d3360
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e91bb8d6-2c76-41ca-8787-4c4f186081a4
ServiceInvariantUUID:3cb9cd17-efe5-443f-b8d7-10a8124dc5cb
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:2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea
ArtifactChecksum:OTVlMDdjMzUyZmJkMzg5N2I3ZjZhMTZhNTM2MzA4ZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:87e82b75-f0cd-4da2-9167-5de891b5b1c7
ResourceInvariantUUID:848b1e06-77d8-4ba0-84eb-7a97ab3b0d8b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:53631a99-c038-424f-beb7-b86835ec2bff
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:6d68bffb-eb28-48da-81af-7f434b182a5b
ArtifactChecksum:NDI3ZjQ0NWI2NzQ1N2U1MjRmYTUxMzRjZDVhNmVhNDU=
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:52823819-0052-4b57-8465-d2c484e49231
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:70443ddc-f5ff-43b1-b0b8-65740367de49
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:70443ddc-f5ff-43b1-b0b8-65740367de49
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-29T06:25:25.356Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e91bb8d6-2c76-41ca-8787-4c4f186081a4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:25:25.389Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:25:25.390Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:25:25.390Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:25:25.390Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-29T06:25:25.390Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:25:25.391Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-29T06:25:25.473Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:25:25.477Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea 74793
2022-10-29T06:25:25.478Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-29T06:25:25.478Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-29T06:25:25.478Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:25:25.478Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:25.480Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:25.481Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024725477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:25:25.581Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:25.582Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:25.582Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:25.596Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:25.596Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:25:26.481Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:25:26.483Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:25:26.483Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:26.483Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-29T06:25:26.484Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:26.484Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:26.662Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9414522101272086578/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-29T06:25:27.870Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83fd4813-952f-4bdb-bc49-abd6b0cd15a8
2022-10-29T06:25:27.878Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.878Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.878Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.878Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.878Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.878Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.879Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:27.879Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.879Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e91bb8d6-2c76-41ca-8787-4c4f186081a4
Model Version:NULL
Model InvariantUuid:3cb9cd17-efe5-443f-b8d7-10a8124dc5cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:00861699-47c8-496b-9cf0-9a656d0ef7f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:848b1e06-77d8-4ba0-84eb-7a97ab3b0d8b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:87e82b75-f0cd-4da2-9167-5de891b5b1c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:df80b350-b478-4d0b-9f86-8a7852135e1d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:8180500c-a6b6-41b4-8a8f-50fc73558b87
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:83fd4813-952f-4bdb-bc49-abd6b0cd15a8
ModelInvariantUuid:7b5309fa-4640-4bf0-9ae2-88b4e671b1c8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0abac44d-7493-4a77-a776-dbb2c5b6623d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4f776812-17f5-4837-a066-4da444cecfc6
ModelInvariantUuid:e3ad8092-debd-453a-b377-9f6d3efe930a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:44a83300-7d67-43d9-aada-60c7aada7707
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:25:27.908Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 53631a99-c038-424f-beb7-b86835ec2bff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:25:27.910Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-10-29T06:25:27.911Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 53631a99-c038-424f-beb7-b86835ec2bff
2022-10-29T06:25:27.911Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6d68bffb-eb28-48da-81af-7f434b182a5b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-29T06:25:27.911Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:25:27.911Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-29T06:25:28.038Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:25:28.039Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6d68bffb-eb28-48da-81af-7f434b182a5b 787
2022-10-29T06:25:28.039Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-29T06:25:28.040Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-29T06:25:28.040Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:25:28.040Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:28.042Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:28.042Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024728039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:25:28.143Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:28.143Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:28.144Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:28.173Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:28.173Z||pool-48-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:29.043Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "df80b350-b478-4d0b-9f86-8a7852135e1d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8180500c-a6b6-41b4-8a8f-50fc73558b87",
    "vfModuleModelCustomizationUUID": "6e9e81b3-db19-4540-9cea-f6da21b5d2d4",
    "isBase": true,
    "artifacts": [
      "52823819-0052-4b57-8465-d2c484e49231",
      "70443ddc-f5ff-43b1-b0b8-65740367de49"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:25:29.050Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8180500c-a6b6-41b4-8a8f-50fc73558b87
VfModuleModelInvariantUUID:df80b350-b478-4d0b-9f86-8a7852135e1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
52823819-0052-4b57-8465-d2c484e49231
,
70443ddc-f5ff-43b1-b0b8-65740367de49

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

isBase:true


}

2022-10-29T06:25:29.052Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "df80b350-b478-4d0b-9f86-8a7852135e1d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8180500c-a6b6-41b4-8a8f-50fc73558b87",
    "vfModuleModelCustomizationUUID": "6e9e81b3-db19-4540-9cea-f6da21b5d2d4",
    "isBase": true,
    "artifacts": [
      "52823819-0052-4b57-8465-d2c484e49231",
      "70443ddc-f5ff-43b1-b0b8-65740367de49"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:25:29.053Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8180500c-a6b6-41b4-8a8f-50fc73558b87
VfModuleModelInvariantUUID:df80b350-b478-4d0b-9f86-8a7852135e1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
52823819-0052-4b57-8465-d2c484e49231
,
70443ddc-f5ff-43b1-b0b8-65740367de49

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

isBase:true


}

2022-10-29T06:25:29.053Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 52823819-0052-4b57-8465-d2c484e49231 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-29T06:25:29.053Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:25:29.053Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-29T06:25:29.108Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:25:29.108Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 52823819-0052-4b57-8465-d2c484e49231 5033
2022-10-29T06:25:29.109Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-29T06:25:29.109Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-29T06:25:29.109Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:25:29.109Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:29.111Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:29.111Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024729109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:25:29.211Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:29.212Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:29.212Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:29.223Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:29.223Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:30.112Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 70443ddc-f5ff-43b1-b0b8-65740367de49 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-29T06:25:30.112Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:25:30.113Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-29T06:25:30.178Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:25:30.179Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 70443ddc-f5ff-43b1-b0b8-65740367de49 903
2022-10-29T06:25:30.179Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-29T06:25:30.179Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-29T06:25:30.180Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:25:30.180Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:30.182Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:30.182Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024730179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:25:30.282Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:30.283Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:30.284Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:30.295Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:30.295Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:31.183Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e91bb8d6-2c76-41ca-8787-4c4f186081a4
2022-10-29T06:25:31.183Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 53631a99-c038-424f-beb7-b86835ec2bff ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:25:31.196Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27aef055, org.onap.sdc.toscaparser.api.parameters.Input@420d32b7, org.onap.sdc.toscaparser.api.parameters.Input@586f8365, org.onap.sdc.toscaparser.api.parameters.Input@3c583ad6, org.onap.sdc.toscaparser.api.parameters.Input@6ca45950]
2022-10-29T06:25:31.197Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.198Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:31.198Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-10-29T06:25:31.198Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 87e82b75-f0cd-4da2-9167-5de891b5b1c7
2022-10-29T06:25:31.198Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87e82b75-f0cd-4da2-9167-5de891b5b1c7 matches Tosca VF Customization UUID: 87e82b75-f0cd-4da2-9167-5de891b5b1c7
2022-10-29T06:25:31.198Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 87e82b75-f0cd-4da2-9167-5de891b5b1c7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-29T06:25:31.201Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.201Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:31.201Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 87e82b75-f0cd-4da2-9167-5de891b5b1c7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-29T06:25:31.202Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e3499e1
2022-10-29T06:25:31.202Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.202Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:25:31.202Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e9e81b3-db19-4540-9cea-f6da21b5d2d4
2022-10-29T06:25:31.202Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e9e81b3-db19-4540-9cea-f6da21b5d2d4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-29T06:25:31.205Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.205Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:31.205Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:25:31.205Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.206Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:31.206Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:25:31.206Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.206Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-29T06:25:31.206Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-29T06:25:31.206Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-29T06:25:31.207Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83fd4813-952f-4bdb-bc49-abd6b0cd15a8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-29T06:25:31.209Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.209Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:31.209Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:25:31.210Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.210Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:31.210Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=87e82b75-f0cd-4da2-9167-5de891b5b1c7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:25:31.212Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.212Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:31.212Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e91bb8d6-2c76-41ca-8787-4c4f186081a4: basic_vm
2022-10-29T06:25:31.212Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.213Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:31.213Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.213Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:31.213Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.213Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:31.213Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.214Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:31.214Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:25:31.214Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:31.214Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:25:31.291Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 53631a99-c038-424f-beb7-b86835ec2bff 1 ASDC deployResourceStructure
2022-10-29T06:25:31.291Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-29T06:25:31.291Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-29T06:25:31.291Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:25:31.292Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:31.293Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:31.294Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024731291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:25:31.394Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:31.395Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:31.395Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:31.406Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:31.406Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:32.294Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-29T06:25:32.294Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-29T06:25:32.295Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:25:32.295Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:32.297Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:32.297Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024732294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:25:32.397Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:32.399Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:32.399Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:32.410Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:32.411Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:33.298Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-29T06:25:33.298Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-29T06:25:33.298Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:25:33.298Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:33.300Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:33.301Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024733298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:25:33.401Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:33.402Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:33.402Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:33.413Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:33.414Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:34.307Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-29T06:25:34.307Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-29T06:25:34.307Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:25:34.308Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:34.310Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:34.310Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024734307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:25:34.410Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:34.411Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:34.411Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:34.422Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:34.422Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:25:35.311Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d510bcca-3157-4220-8e72-1a5f353d3360
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:25:35.326Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d510bcca-3157-4220-8e72-1a5f353d3360
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:25:35.328Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:25:35.329Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:25:35.329Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:25:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:25:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:25:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:36.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:25:36.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:25:36.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:25:36.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:05.329Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d510bcca-3157-4220-8e72-1a5f353d3360
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:26:05.347Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d510bcca-3157-4220-8e72-1a5f353d3360
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:26:05.349Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:26:05.349Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:26:05.349Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:26:35.350Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d510bcca-3157-4220-8e72-1a5f353d3360
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:26:35.364Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d510bcca-3157-4220-8e72-1a5f353d3360
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:26:35.367Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:26:35.367Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:26:35.368Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:26:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:26:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:26:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:26:36.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:26:36.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:26:36.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:26:36.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024619595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-29T06:26:36.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "cds",
  "timestamp": 1667024620599,
  "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-10-29T06:26:36.950Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4c4f634-2b6d-4082-85d2-a63b5f6861a2
2022-10-29T06:26:36.951Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c4f634-2b6d-4082-85d2-a63b5f6861a2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:26:36.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024622747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:26:36.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:26:36.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "aai-ml",
  "timestamp": 1667024623751,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:26:36.966Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d510bcca-3157-4220-8e72-1a5f353d3360
2022-10-29T06:26:36.966Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d510bcca-3157-4220-8e72-1a5f353d3360 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:26:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024624292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:36.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:36.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024623793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024625388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024623793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024626443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:36.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:36.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024623793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024627493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:36.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:36.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:26:36.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024623793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024628548,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:26:36.984Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4c4f634-2b6d-4082-85d2-a63b5f6861a2
2022-10-29T06:26:36.984Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c4f634-2b6d-4082-85d2-a63b5f6861a2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:26:36.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024628325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:36.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:36.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024623793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024629552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:26:36.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:36.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024623793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024623793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024631105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024623793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:36.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:36.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:36.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024632111,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:26:37.002Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4c4f634-2b6d-4082-85d2-a63b5f6861a2
2022-10-29T06:26:37.002Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c4f634-2b6d-4082-85d2-a63b5f6861a2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024632555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "cds",
  "timestamp": 1667024633561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:26:37.024Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa487b1d-35bc-462d-b7e8-9ee996c41f19
2022-10-29T06:26:37.024Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa487b1d-35bc-462d-b7e8-9ee996c41f19 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:26:37.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024619345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667024614503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024637211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024638439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:26:37.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:37.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667024639443,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:26:37.041Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fa487b1d-35bc-462d-b7e8-9ee996c41f19
2022-10-29T06:26:37.041Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa487b1d-35bc-462d-b7e8-9ee996c41f19 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:26:37.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024618575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:26:37.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024641233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:37.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:37.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024643311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667024644323,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:26:37.057Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa487b1d-35bc-462d-b7e8-9ee996c41f19
2022-10-29T06:26:37.058Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa487b1d-35bc-462d-b7e8-9ee996c41f19 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:26:37.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:26:37.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024647341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:37.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:37.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024654749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:26:37.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:37.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667024655754,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:26:37.073Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4c4f634-2b6d-4082-85d2-a63b5f6861a2
2022-10-29T06:26:37.073Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c4f634-2b6d-4082-85d2-a63b5f6861a2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:26:37.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:26:37.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024637597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:26:37.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:26:37.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024664865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:26:37.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:37.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024669937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:26:37.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:26:37.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:26:37.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "aai-ml",
  "timestamp": 1667024670941,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:26:37.090Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa487b1d-35bc-462d-b7e8-9ee996c41f19
2022-10-29T06:26:37.090Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa487b1d-35bc-462d-b7e8-9ee996c41f19 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:27:05.368Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d510bcca-3157-4220-8e72-1a5f353d3360
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:27:05.383Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d510bcca-3157-4220-8e72-1a5f353d3360
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:27:05.386Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:27:05.387Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:27:05.387Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:27:05.387Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:27:05.387Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:05.387Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:05.387Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:05.388Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:05.388Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:05.388Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:27:05.395Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:27:35.395Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d510bcca-3157-4220-8e72-1a5f353d3360 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:27:35.403Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d510bcca-3157-4220-8e72-1a5f353d3360 and serviceModelVersionId: e91bb8d6-2c76-41ca-8787-4c4f186081a4
2022-10-29T06:27:35.404Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cb9cd17-efe5-443f-b8d7-10a8124dc5cb
2022-10-29T06:27:35.405Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cb9cd17-efe5-443f-b8d7-10a8124dc5cb/model-vers/model-ver/e91bb8d6-2c76-41ca-8787-4c4f186081a4?depth=0
2022-10-29T06:27:35.414Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:27:35.473Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb9cd17-efe5-443f-b8d7-10a8124dc5cb/model-vers/model-ver/e91bb8d6-2c76-41ca-8787-4c4f186081a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-29T06:27:35.477Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb9cd17-efe5-443f-b8d7-10a8124dc5cb/model-vers/model-ver/e91bb8d6-2c76-41ca-8787-4c4f186081a4?depth=0|INFO|500||Invoke
2022-10-29T06:27:35.508Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb9cd17-efe5-443f-b8d7-10a8124dc5cb/model-vers/model-ver/e91bb8d6-2c76-41ca-8787-4c4f186081a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:27:35.598Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb9cd17-efe5-443f-b8d7-10a8124dc5cb/model-vers/model-ver/e91bb8d6-2c76-41ca-8787-4c4f186081a4?depth=0|INFO|500||InvokeReturn
2022-10-29T06:27:35.600Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb9cd17-efe5-443f-b8d7-10a8124dc5cb/model-vers/model-ver/e91bb8d6-2c76-41ca-8787-4c4f186081a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221029-06:27:35:473-89468], vertex-id=[200920], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:27:35 GMT], Content-Type=[application/json]}
2022-10-29T06:27:35.600Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:27:35.600Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:27:35.600Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:27:35.607Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-29T06:27:35.608Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d510bcca-3157-4220-8e72-1a5f353d3360 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:27:35.608Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:27:35.608Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:35.611Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:35.611Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024855608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:27:35.711Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:35.713Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:35.713Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:35.729Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:35.729Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:27:36.623Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.623Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4c4f634-2b6d-4082-85d2-a63b5f6861a2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"226fdda4-6cd9-4ed6-b90b-14dcc2165b5a","serviceDescription":"service","serviceInvariantUUID":"f89e04ac-81fb-4365-91ab-55fc948fdfd1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05c0a6f2-7081-4358-ad50-3fbfb0600732","resourceInvariantUUID":"58c25a06-3e99-47f1-9507-4efee56e2b15","resourceCustomizationUUID":"f9e4bd0d-440a-446a-8342-01f2d1169d6f","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":"MDlkZWIzZDhhYWI0MWNlOTc1Njk0MTU2YjdhYzQzZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ecd63781-97f9-4750-bcdc-9c2a00576488","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":"f605cc2f-d9aa-42fb-9cd0-4540fa25548d","artifactVersion":"2","generatedFromUUID":"e42b2a51-7ad0-431c-ae65-94e4019b00a9"},{"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":"e42b2a51-7ad0-431c-ae65-94e4019b00a9","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":"ZTY5NzY1ZTY1MGVjNDljZWM1YTczYzk5YzAxMzhiNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6cb8959a-9190-41fd-9173-39d6ace5e5b4","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":"19811de2-32a6-4525-abd6-1f6e657e2d07","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":"717bc5d0-2395-4d96-8e06-ada3e15bc559","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":"08789383-9177-4abc-9b6e-c738803ea940","artifactVersion":"2","generatedFromUUID":"19811de2-32a6-4525-abd6-1f6e657e2d07"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmNiY2U1MGI4NjhjMDcyZTRiOGM1YzA4Njc3NzU3YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f66af3a-4323-48f9-ad73-3059d2544b87","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDAxYTA2MDg5ZTQ4MjNjNDQzODBlZmJiMDIyODA3MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a406f4b-252b-4027-b3dd-e7e6d7df467e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:27:36.624Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:27:36.624Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:36.632Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:36.632Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:27:36.733Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:27:36.734Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:36.734Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:36.745Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:36.745Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:27:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:27:36.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:27:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:36.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:36.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024712883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:27:36.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:27:36.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:27:36.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:27:36.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:27:36.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:27:36.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:27:36.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:27:36.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:27:36.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:27:36.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024725477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:36.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:27:36.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024728039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:36.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:27:36.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024729109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:36.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:27:36.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024730179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:36.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:27:36.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024731291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:27:36.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:27:36.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024732294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:27:36.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:27:36.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024733298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:27:36.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:27:36.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:27:36.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024734307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:27:36.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:27:37.639Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:27:37.640Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:37.642Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:37.642Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-29T06:27:37.743Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-29T06:27:37.744Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:37.744Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:37.765Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:37.766Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:27:38.643Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:27:38.644Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:38.647Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:38.647Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-29T06:27:38.747Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:38.748Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:38.748Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:38.759Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:38.760Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:39.647Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:27:39.648Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:39.651Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:39.651Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:27:39.751Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:39.752Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:39.752Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:39.763Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:39.764Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:40.651Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:27:40.652Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:40.658Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:40.658Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:27:40.758Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:40.759Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:40.760Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:40.772Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:40.772Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:41.659Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:27:41.660Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:41.663Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:41.663Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:27:41.763Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:41.764Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:41.764Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:41.775Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:41.776Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:42.663Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:27:42.664Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:42.666Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:42.666Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-29T06:27:42.766Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:42.767Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:42.768Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:42.780Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:42.780Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:27:43.667Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:27:43.667Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:43.670Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:43.670Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:27:43.770Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:27:43.770Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:43.771Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:43.782Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:43.783Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:44.671Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:27:44.672Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:44.674Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:44.674Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:27:44.776Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-29T06:27:44.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-10-29T06:27:44.777Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:44.799Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:44.799Z||pool-64-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:45.675Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "226fdda4-6cd9-4ed6-b90b-14dcc2165b5a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f89e04ac-81fb-4365-91ab-55fc948fdfd1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f9e4bd0d-440a-446a-8342-01f2d1169d6f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05c0a6f2-7081-4358-ad50-3fbfb0600732",
      "resourceInvariantUUID": "58c25a06-3e99-47f1-9507-4efee56e2b15",
      "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": "f605cc2f-d9aa-42fb-9cd0-4540fa25548d",
          "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": "e42b2a51-7ad0-431c-ae65-94e4019b00a9",
          "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": "ZTY5NzY1ZTY1MGVjNDljZWM1YTczYzk5YzAxMzhiNjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6cb8959a-9190-41fd-9173-39d6ace5e5b4",
          "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": "19811de2-32a6-4525-abd6-1f6e657e2d07",
          "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": "08789383-9177-4abc-9b6e-c738803ea940",
            "generatedFromUUID": "19811de2-32a6-4525-abd6-1f6e657e2d07"
          },
          "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": "08789383-9177-4abc-9b6e-c738803ea940",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDAxYTA2MDg5ZTQ4MjNjNDQzODBlZmJiMDIyODA3MWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a406f4b-252b-4027-b3dd-e7e6d7df467e"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:27:45.675Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:27:45.676Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 226fdda4-6cd9-4ed6-b90b-14dcc2165b5a ASDC
2022-10-29T06:27:45.677Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a4c4f634-2b6d-4082-85d2-a63b5f6861a2
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:226fdda4-6cd9-4ed6-b90b-14dcc2165b5a
ServiceInvariantUUID:f89e04ac-81fb-4365-91ab-55fc948fdfd1
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:8a406f4b-252b-4027-b3dd-e7e6d7df467e
ArtifactChecksum:NDAxYTA2MDg5ZTQ4MjNjNDQzODBlZmJiMDIyODA3MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f9e4bd0d-440a-446a-8342-01f2d1169d6f
ResourceInvariantUUID:58c25a06-3e99-47f1-9507-4efee56e2b15
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:05c0a6f2-7081-4358-ad50-3fbfb0600732
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:f605cc2f-d9aa-42fb-9cd0-4540fa25548d
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:e42b2a51-7ad0-431c-ae65-94e4019b00a9
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:6cb8959a-9190-41fd-9173-39d6ace5e5b4
ArtifactChecksum:ZTY5NzY1ZTY1MGVjNDljZWM1YTczYzk5YzAxMzhiNjU=
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:19811de2-32a6-4525-abd6-1f6e657e2d07
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:08789383-9177-4abc-9b6e-c738803ea940
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:08789383-9177-4abc-9b6e-c738803ea940
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-29T06:27:45.677Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 226fdda4-6cd9-4ed6-b90b-14dcc2165b5a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:27:45.713Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:27:45.714Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:27:45.714Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:27:45.714Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a406f4b-252b-4027-b3dd-e7e6d7df467e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-29T06:27:45.714Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:27:45.715Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-29T06:27:45.873Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:27:45.877Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8a406f4b-252b-4027-b3dd-e7e6d7df467e 73672
2022-10-29T06:27:45.877Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-29T06:27:45.877Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-29T06:27:45.877Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:27:45.877Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:45.879Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:45.879Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024865877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:45.980Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-29T06:27:45.981Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:45.981Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:45.994Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:45.995Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:46.880Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:27:46.882Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:27:46.887Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a406f4b-252b-4027-b3dd-e7e6d7df467e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-29T06:27:46.888Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-29T06:27:46.888Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-29T06:27:46.888Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-29T06:27:47.089Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2552801363419195160/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-29T06:27:48.438Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:27:48.438Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:27:48.438Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-29T06:27:48.439Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-29T06:27:48.439Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-29T06:27:48.439Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-29T06:27:48.439Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-29T06:27:48.439Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-29T06:27:48.439Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:27:48.439Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.439Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:48.440Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-29T06:27:48.440Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:27:48.440Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:27:48.440Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.440Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:48.440Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-29T06:27:48.441Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:27:48.441Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:27:48.441Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.441Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:48.441Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.441Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-29T06:27:48.442Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-29T06:27:48.442Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-29T06:27:48.442Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-29T06:27:48.442Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.442Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:27:48.442Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.442Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-29T06:27:48.443Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:27:48.443Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.443Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-29T06:27:48.443Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:27:48.443Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.443Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-29T06:27:48.444Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:27:48.444Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.444Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-29T06:27:48.444Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-29T06:27:48.444Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9f40ecc5-d612-4a81-aae5-8ec4a51263af
2022-10-29T06:27:48.444Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.444Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:48.445Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.445Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:48.445Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.445Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:48.445Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:48.445Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:48.445Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:226fdda4-6cd9-4ed6-b90b-14dcc2165b5a
Model Version:NULL
Model InvariantUuid:f89e04ac-81fb-4365-91ab-55fc948fdfd1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2f59c7b7-ab60-4671-bebd-7dd825490713
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58c25a06-3e99-47f1-9507-4efee56e2b15
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9e4bd0d-440a-446a-8342-01f2d1169d6f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6bcce8b9-0b9a-481b-ace1-f69dd10c6136
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:89b6d4a9-5456-4a17-93b2-44259f134956
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9f40ecc5-d612-4a81-aae5-8ec4a51263af
ModelInvariantUuid:31f092f2-9ece-44d7-b788-08ec63087a27
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:c2a294cf-8c06-400f-a908-ab566c12e627
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:76d91a4d-f2e7-4543-84f3-bf3cd02bef0f
ModelInvariantUuid:ecc29d52-9ad1-432f-b96c-095ec5b5c664
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:fc1edc77-e8ab-4398-b979-621cd29f1470
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:27:48.459Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 05c0a6f2-7081-4358-ad50-3fbfb0600732
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:27:48.463Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-10-29T06:27:48.464Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 05c0a6f2-7081-4358-ad50-3fbfb0600732
2022-10-29T06:27:48.464Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f605cc2f-d9aa-42fb-9cd0-4540fa25548d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-29T06:27:48.464Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:27:48.464Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-29T06:27:48.518Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:27:48.519Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f605cc2f-d9aa-42fb-9cd0-4540fa25548d 12
2022-10-29T06:27:48.519Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-29T06:27:48.519Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-29T06:27:48.520Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:27:48.520Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:48.524Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:48.525Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024868519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:48.628Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-29T06:27:48.629Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:48.629Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:48.648Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:48.651Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:27:49.525Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e42b2a51-7ad0-431c-ae65-94e4019b00a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-29T06:27:49.526Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:27:49.526Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-29T06:27:49.573Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:27:49.574Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e42b2a51-7ad0-431c-ae65-94e4019b00a9 2688
2022-10-29T06:27:49.574Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-29T06:27:49.574Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-29T06:27:49.574Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:27:49.575Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:49.578Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:49.578Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024869574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:49.678Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:27:49.679Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:49.680Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:49.693Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:49.694Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:27:50.580Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cb8959a-9190-41fd-9173-39d6ace5e5b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-29T06:27:50.581Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:27:50.581Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-29T06:27:50.634Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:27:50.634Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6cb8959a-9190-41fd-9173-39d6ace5e5b4 828
2022-10-29T06:27:50.634Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-29T06:27:50.634Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-29T06:27:50.635Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:27:50.635Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:50.637Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:50.637Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024870634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:50.737Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:50.738Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:50.738Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:50.759Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:50.761Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:51.640Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6bcce8b9-0b9a-481b-ace1-f69dd10c6136",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89b6d4a9-5456-4a17-93b2-44259f134956",
    "vfModuleModelCustomizationUUID": "2cc8949a-5ab4-4b38-a7da-e7d74cb86dfa",
    "isBase": true,
    "artifacts": [
      "19811de2-32a6-4525-abd6-1f6e657e2d07",
      "e42b2a51-7ad0-431c-ae65-94e4019b00a9",
      "08789383-9177-4abc-9b6e-c738803ea940"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:27:51.645Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89b6d4a9-5456-4a17-93b2-44259f134956
VfModuleModelInvariantUUID:6bcce8b9-0b9a-481b-ace1-f69dd10c6136
VfModuleModelDescription:NULL
Artifacts UUID List:{
19811de2-32a6-4525-abd6-1f6e657e2d07
,
e42b2a51-7ad0-431c-ae65-94e4019b00a9
,
08789383-9177-4abc-9b6e-c738803ea940

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

isBase:true


}

2022-10-29T06:27:51.646Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6bcce8b9-0b9a-481b-ace1-f69dd10c6136",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89b6d4a9-5456-4a17-93b2-44259f134956",
    "vfModuleModelCustomizationUUID": "2cc8949a-5ab4-4b38-a7da-e7d74cb86dfa",
    "isBase": true,
    "artifacts": [
      "19811de2-32a6-4525-abd6-1f6e657e2d07",
      "e42b2a51-7ad0-431c-ae65-94e4019b00a9",
      "08789383-9177-4abc-9b6e-c738803ea940"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:27:51.647Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89b6d4a9-5456-4a17-93b2-44259f134956
VfModuleModelInvariantUUID:6bcce8b9-0b9a-481b-ace1-f69dd10c6136
VfModuleModelDescription:NULL
Artifacts UUID List:{
19811de2-32a6-4525-abd6-1f6e657e2d07
,
e42b2a51-7ad0-431c-ae65-94e4019b00a9
,
08789383-9177-4abc-9b6e-c738803ea940

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

isBase:true


}

2022-10-29T06:27:51.647Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 19811de2-32a6-4525-abd6-1f6e657e2d07 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-29T06:27:51.647Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:27:51.648Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-29T06:27:51.703Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:27:51.704Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 19811de2-32a6-4525-abd6-1f6e657e2d07 1164
2022-10-29T06:27:51.704Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-29T06:27:51.704Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-29T06:27:51.704Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:27:51.705Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:51.707Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:51.707Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024871704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:51.807Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:51.808Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:51.809Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:51.820Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:51.820Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:52.707Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 08789383-9177-4abc-9b6e-c738803ea940 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-29T06:27:52.708Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:27:52.708Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-29T06:27:52.760Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:27:52.760Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 08789383-9177-4abc-9b6e-c738803ea940 200
2022-10-29T06:27:52.761Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-29T06:27:52.761Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-29T06:27:52.761Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:27:52.761Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:52.763Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:52.763Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024872761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:27:52.863Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:52.864Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:52.864Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:52.879Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:52.879Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:53.763Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 226fdda4-6cd9-4ed6-b90b-14dcc2165b5a
2022-10-29T06:27:53.764Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 05c0a6f2-7081-4358-ad50-3fbfb0600732 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=?
2022-10-29T06:27:53.783Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:27:53.788Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ccbdf9d, org.onap.sdc.toscaparser.api.parameters.Input@6b4d00cd, org.onap.sdc.toscaparser.api.parameters.Input@77a9a44f, org.onap.sdc.toscaparser.api.parameters.Input@fade834, org.onap.sdc.toscaparser.api.parameters.Input@6df8f96b]
2022-10-29T06:27:53.789Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.789Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:53.790Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-10-29T06:27:53.790Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f9e4bd0d-440a-446a-8342-01f2d1169d6f
2022-10-29T06:27:53.790Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9e4bd0d-440a-446a-8342-01f2d1169d6f matches Tosca VF Customization UUID: f9e4bd0d-440a-446a-8342-01f2d1169d6f
2022-10-29T06:27:53.790Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f9e4bd0d-440a-446a-8342-01f2d1169d6f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-29T06:27:53.792Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.792Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:53.793Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f9e4bd0d-440a-446a-8342-01f2d1169d6f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-29T06:27:53.793Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@348d23d8
2022-10-29T06:27:53.793Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.793Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:27:53.794Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2cc8949a-5ab4-4b38-a7da-e7d74cb86dfa
2022-10-29T06:27:53.794Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2cc8949a-5ab4-4b38-a7da-e7d74cb86dfa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-29T06:27:53.796Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.796Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-29T06:27:53.796Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:27:53.797Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.797Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-29T06:27:53.797Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:27:53.797Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.797Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-29T06:27:53.798Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-29T06:27:53.798Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9f40ecc5-d612-4a81-aae5-8ec4a51263af
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-29T06:27:53.800Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.801Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-29T06:27:53.801Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:27:53.801Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.801Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-29T06:27:53.802Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f9e4bd0d-440a-446a-8342-01f2d1169d6f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:27:53.803Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.804Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:53.804Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 226fdda4-6cd9-4ed6-b90b-14dcc2165b5a: basic_cnf
2022-10-29T06:27:53.804Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.804Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:53.804Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.805Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:53.805Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.805Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:53.805Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.805Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:53.805Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:27:53.806Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:27:53.806Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:27:53.897Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 05c0a6f2-7081-4358-ad50-3fbfb0600732 1 ASDC deployResourceStructure
2022-10-29T06:27:53.898Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-29T06:27:53.898Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-10-29T06:27:53.898Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-29T06:27:53.898Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:53.900Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:53.900Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024873897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-29T06:27:54.001Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-29T06:27:54.002Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:54.002Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:54.013Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:54.013Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:27:54.901Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-29T06:27:54.901Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-29T06:27:54.902Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-29T06:27:54.902Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:54.904Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:54.904Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024874901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-29T06:27:55.004Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:55.005Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:55.005Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:55.017Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:55.018Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:27:55.905Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-29T06:27:55.905Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-29T06:27:55.906Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:27:55.906Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:55.910Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:55.910Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024875905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:27:56.009Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:27:56.010Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:56.010Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:56.027Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:56.027Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:27:56.911Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-29T06:27:56.911Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-29T06:27:56.911Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:27:56.912Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:56.914Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:56.914Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024876911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:27:57.015Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:57.015Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:57.016Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:57.034Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:57.035Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:57.915Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-29T06:27:57.916Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-29T06:27:57.916Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:27:57.916Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:57.919Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:57.919Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024877915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:27:58.019Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:27:58.020Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:58.020Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:58.031Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:58.031Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:27:58.920Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-29T06:27:58.921Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-29T06:27:58.921Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:27:58.921Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:27:58.923Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:27:58.923Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024878920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:27:59.024Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:27:59.024Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:27:59.024Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:27:59.036Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:27:59.036Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:27:59.925Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4c4f634-2b6d-4082-85d2-a63b5f6861a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:27:59.937Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4c4f634-2b6d-4082-85d2-a63b5f6861a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:27:59.941Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:27:59.941Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:27:59.941Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:27:59.941Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:27:59.942Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:59.942Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:59.942Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:59.942Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:59.942Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:27:59.943Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:27:59.949Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:28:29.950Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4c4f634-2b6d-4082-85d2-a63b5f6861a2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:28:29.958Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4c4f634-2b6d-4082-85d2-a63b5f6861a2 and serviceModelVersionId: 226fdda4-6cd9-4ed6-b90b-14dcc2165b5a
2022-10-29T06:28:29.958Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f89e04ac-81fb-4365-91ab-55fc948fdfd1
2022-10-29T06:28:29.959Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f89e04ac-81fb-4365-91ab-55fc948fdfd1/model-vers/model-ver/226fdda4-6cd9-4ed6-b90b-14dcc2165b5a?depth=0
2022-10-29T06:28:29.964Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:28:30.013Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89e04ac-81fb-4365-91ab-55fc948fdfd1/model-vers/model-ver/226fdda4-6cd9-4ed6-b90b-14dcc2165b5a?depth=0|INFO|500||Invoke
2022-10-29T06:28:30.014Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89e04ac-81fb-4365-91ab-55fc948fdfd1/model-vers/model-ver/226fdda4-6cd9-4ed6-b90b-14dcc2165b5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89e04ac-81fb-4365-91ab-55fc948fdfd1/model-vers/model-ver/226fdda4-6cd9-4ed6-b90b-14dcc2165b5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4c4f634-2b6d-4082-85d2-a63b5f6861a2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a5301fb-98eb-4714-96f0-7a9376cbaf83], X-ECOMP-RequestID=[a4c4f634-2b6d-4082-85d2-a63b5f6861a2], X-TransactionId=[], X-ONAP-RequestID=[a4c4f634-2b6d-4082-85d2-a63b5f6861a2], Content-Type=[application/merge-patch+json]}
2022-10-29T06:28:30.036Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89e04ac-81fb-4365-91ab-55fc948fdfd1/model-vers/model-ver/226fdda4-6cd9-4ed6-b90b-14dcc2165b5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:28:30.131Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89e04ac-81fb-4365-91ab-55fc948fdfd1/model-vers/model-ver/226fdda4-6cd9-4ed6-b90b-14dcc2165b5a?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/f89e04ac-81fb-4365-91ab-55fc948fdfd1/model-vers/model-ver/226fdda4-6cd9-4ed6-b90b-14dcc2165b5a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221029-06:28:29:992-41977], vertex-id=[393368], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:28:29 GMT], Content-Type=[application/json]}
2022-10-29T06:28:30.132Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89e04ac-81fb-4365-91ab-55fc948fdfd1/model-vers/model-ver/226fdda4-6cd9-4ed6-b90b-14dcc2165b5a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:28:30.132Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89e04ac-81fb-4365-91ab-55fc948fdfd1/model-vers/model-ver/226fdda4-6cd9-4ed6-b90b-14dcc2165b5a?depth=0|INFO|500||InvokeReturn
2022-10-29T06:28:30.133Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:28:30.134Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:28:30.139Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-29T06:28:30.140Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4c4f634-2b6d-4082-85d2-a63b5f6861a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:28:30.141Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:28:30.141Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:30.143Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:30.143Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024910140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:28:30.244Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-29T06:28:30.245Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:30.245Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:30.261Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:30.261Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:28:31.155Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:28:31.156Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa487b1d-35bc-462d-b7e8-9ee996c41f19","serviceName":"Demo_pNF_t8h4ORWRFME7ZPpy8bgM","serviceVersion":"1.0","serviceUUID":"b8ca41bb-41a8-400a-82af-f44e1d96f716","serviceDescription":"catalog service description","serviceInvariantUUID":"9fd0838e-37ad-4e2b-bc58-a11d1b740efa","resources":[{"resourceInstanceName":"pNF cfc14e50-d9d3 0","resourceName":"pNF cfc14e50-d9d3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22324d43-6bd9-4361-abe4-f2411406ba7b","resourceInvariantUUID":"ca23ce36-fec1-4f7a-b537-e36f0a9fc5d2","resourceCustomizationUUID":"8d872fc3-a8c1-47f2-8e66-e3c209bd033e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vf-license-model.xml","artifactChecksum":"OTI0NTk1OGZkNjc4YWZiNzIxM2U0NWQ5N2E2OTkyYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e97af8d1-d0e5-4e00-ba39-0178cfb5906b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/pNF.csar","artifactChecksum":"YmMxNzI0NDNkMzBkYjExNWUzMTU0YmYzNGFjNmFkMzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5fb70b46-a505-4c38-a883-91d5b1b54f11","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"357102f6-c325-444a-86e4-8e5d16809bff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vendor-license-model.xml","artifactChecksum":"ZDlhZTk1OTU1MGU0MjMyNTNmYzhiNWE5Njc1NDQyYTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"979ccb71-6daa-464f-bd2c-08ec6a9764a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"86a807b0-c03c-4cdb-b485-413cfe383933","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a8f69ba-998f-4f31-9ade-d35db27fe186","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml","artifactChecksum":"ODk4NTI5NDU4Y2Q5OTExZGQ4YTZkYmRlZjE2ZTE5OWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"254ad65c-52c5-4e41-99d4-a64c70a7d274","artifactVersion":"1"},{"artifactName":"service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar","artifactChecksum":"OGE2ZDU4MjZhYjNjZDYxMTU4NjgwNTQ0ZTIwZmFiYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d53e97f-04d3-41e9-b10b-e47e9004d824","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:28:31.156Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:28:31.156Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:31.158Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:31.158Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:28:31.259Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:28:31.259Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:31.260Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:31.271Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:31.271Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:28:32.159Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:28:32.160Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:32.162Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:32.162Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:28:32.264Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-29T06:28:32.265Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:32.266Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:32.278Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:32.279Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:28:33.163Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:28:33.164Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:33.167Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:33.167Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:28:33.267Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:28:33.268Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:33.268Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:33.279Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:33.279Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:28:34.168Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:28:34.169Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:34.171Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:34.171Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:28:34.271Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:28:34.272Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:34.272Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:34.284Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:34.285Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:28:35.172Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:28:35.173Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:35.175Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:35.175Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:28:35.276Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:28:35.277Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:35.277Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:35.289Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:35.289Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:28:36.176Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:28:36.177Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:36.180Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:36.180Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:28:36.280Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:28:36.281Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:36.281Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:36.292Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:36.293Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:28:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:28:36.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:28:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:36.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:36.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:28:36.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024855608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:28:36.907Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:28:36.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-29T06:28:36.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:28:36.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:28:37.181Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:28:37.182Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:37.184Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:37.184Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:28:37.285Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:28:37.285Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:37.286Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:37.295Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:37.296Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:28:38.188Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:28:38.193Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:38.195Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:38.195Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:28:38.295Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:28:38.296Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:38.296Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:38.307Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:38.308Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:28:39.196Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "serviceName": "Demo_pNF_t8h4ORWRFME7ZPpy8bgM",
  "serviceVersion": "1.0",
  "serviceUUID": "b8ca41bb-41a8-400a-82af-f44e1d96f716",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fd0838e-37ad-4e2b-bc58-a11d1b740efa",
  "resources": [
    {
      "resourceInstanceName": "pNF cfc14e50-d9d3 0",
      "resourceCustomizationUUID": "8d872fc3-a8c1-47f2-8e66-e3c209bd033e",
      "resourceName": "pNF cfc14e50-d9d3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22324d43-6bd9-4361-abe4-f2411406ba7b",
      "resourceInvariantUUID": "ca23ce36-fec1-4f7a-b537-e36f0a9fc5d2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
      "artifactChecksum": "OGE2ZDU4MjZhYjNjZDYxMTU4NjgwNTQ0ZTIwZmFiYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d53e97f-04d3-41e9-b10b-e47e9004d824"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:28:39.197Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:28:39.197Z|a4c4f634-2b6d-4082-85d2-a63b5f6861a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b8ca41bb-41a8-400a-82af-f44e1d96f716 ASDC
2022-10-29T06:28:39.197Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fa487b1d-35bc-462d-b7e8-9ee996c41f19
ServiceName:Demo_pNF_t8h4ORWRFME7ZPpy8bgM
ServiceVersion:1.0
ServiceUUID:b8ca41bb-41a8-400a-82af-f44e1d96f716
ServiceInvariantUUID:9fd0838e-37ad-4e2b-bc58-a11d1b740efa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
ArtifactUUID:0d53e97f-04d3-41e9-b10b-e47e9004d824
ArtifactChecksum:OGE2ZDU4MjZhYjNjZDYxMTU4NjgwNTQ0ZTIwZmFiYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cfc14e50-d9d3 0
ResourceCustomizationUUID:8d872fc3-a8c1-47f2-8e66-e3c209bd033e
ResourceInvariantUUID:ca23ce36-fec1-4f7a-b537-e36f0a9fc5d2
ResourceName:pNF cfc14e50-d9d3
ResourceType:PNF
ResourceUUID:22324d43-6bd9-4361-abe4-f2411406ba7b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-29T06:28:39.198Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8ca41bb-41a8-400a-82af-f44e1d96f716 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:28:39.226Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:28:39.227Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:28:39.227Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:28:39.227Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d53e97f-04d3-41e9-b10b-e47e9004d824 from URL: /sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:39.227Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:28:39.227Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:39.352Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:28:39.356Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar 0d53e97f-04d3-41e9-b10b-e47e9004d824 87769
2022-10-29T06:28:39.357Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar ASDC sendASDCNotification
2022-10-29T06:28:39.357Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:39.357Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:28:39.357Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:39.359Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:39.359Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024919356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:28:39.459Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:28:39.462Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:39.462Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:39.473Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:39.474Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:28:40.360Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:28:40.361Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:28:40.362Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0d53e97f-04d3-41e9-b10b-e47e9004d824, URL: /sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar to file: /app/ASDC/1/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:40.362Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:40.363Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:40.363Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:40.490Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5000450076439064133/Definitions/service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml
2022-10-29T06:28:41.371Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||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-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cfc14e50-d9d3 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-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||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-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:41.372Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:41.373Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:28:41.373Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:28:41.373Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_t8h4ORWRFME7ZPpy8bgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:28:41.373Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Node template pNF cfc14e50-d9d3 0 is matching search criteria
2022-10-29T06:28:41.373Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:28:41.373Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF cfc14e50-d9d3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:28:41.373Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:28:41.374Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_t8h4ORWRFME7ZPpy8bgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:28:41.374Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Node template pNF cfc14e50-d9d3 0 is matching search criteria
2022-10-29T06:28:41.374Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:28:41.374Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF cfc14e50-d9d3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:28:41.374Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:28:41.374Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_t8h4ORWRFME7ZPpy8bgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:28:41.374Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:28:41.374Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_t8h4ORWRFME7ZPpy8bgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:28:41.374Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:28:41.375Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_t8h4ORWRFME7ZPpy8bgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:28:41.375Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:28:41.375Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_t8h4ORWRFME7ZPpy8bgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:28:41.375Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:28:41.375Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_t8h4ORWRFME7ZPpy8bgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:28:41.375Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_t8h4ORWRFME7ZPpy8bgM
Description:catalog service description
Model UUID:b8ca41bb-41a8-400a-82af-f44e1d96f716
Model Version:NULL
Model InvariantUuid:9fd0838e-37ad-4e2b-bc58-a11d1b740efa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:28:41.381Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 22324d43-6bd9-4361-abe4-f2411406ba7b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:28:41.385Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||pNF cfc14e50-d9d3 0
2022-10-29T06:28:41.385Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 22324d43-6bd9-4361-abe4-f2411406ba7b
2022-10-29T06:28:41.385Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||No resources found for Service: b8ca41bb-41a8-400a-82af-f44e1d96f716
2022-10-29T06:28:41.385Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b8ca41bb-41a8-400a-82af-f44e1d96f716
2022-10-29T06:28:41.385Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cfc14e50-d9d3 0 22324d43-6bd9-4361-abe4-f2411406ba7b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:28:41.389Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@450bd04a, org.onap.sdc.toscaparser.api.parameters.Input@792836d, org.onap.sdc.toscaparser.api.parameters.Input@7f7bb0d3, org.onap.sdc.toscaparser.api.parameters.Input@4bb4dc4f, org.onap.sdc.toscaparser.api.parameters.Input@5026ccf3]
2022-10-29T06:28:41.390Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:28:41.390Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_t8h4ORWRFME7ZPpy8bgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:28:41.390Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b8ca41bb-41a8-400a-82af-f44e1d96f716: pNF cfc14e50-d9d3
2022-10-29T06:28:41.390Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||Processing PNF resource: 22324d43-6bd9-4361-abe4-f2411406ba7b
2022-10-29T06:28:41.390Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:28:41.390Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_t8h4ORWRFME7ZPpy8bgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:28:41.391Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||Resource customization UUID: 8d872fc3-a8c1-47f2-8e66-e3c209bd033e is the same as notified resource customizationUUID: 8d872fc3-a8c1-47f2-8e66-e3c209bd033e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-29T06:28:41.443Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cfc14e50-d9d3 22324d43-6bd9-4361-abe4-f2411406ba7b 0 ASDC deployResourceStructure
2022-10-29T06:28:41.443Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar ASDC sendASDCNotification
2022-10-29T06:28:41.443Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar
2022-10-29T06:28:41.443Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:28:41.443Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:28:41.445Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:28:41.445Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024921443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:28:41.545Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:28:41.546Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:28:41.547Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:28:41.561Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:28:41.561Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:28:42.446Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa487b1d-35bc-462d-b7e8-9ee996c41f19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:28:42.464Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa487b1d-35bc-462d-b7e8-9ee996c41f19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:28:42.473Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:28:42.473Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:28:42.473Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:28:42.473Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:28:42.473Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:28:42.473Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:28:42.473Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:28:42.474Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:28:42.474Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:28:42.474Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:28:42.483Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:29:12.483Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa487b1d-35bc-462d-b7e8-9ee996c41f19 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:29:12.489Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa487b1d-35bc-462d-b7e8-9ee996c41f19 and serviceModelVersionId: b8ca41bb-41a8-400a-82af-f44e1d96f716
2022-10-29T06:29:12.489Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fd0838e-37ad-4e2b-bc58-a11d1b740efa
2022-10-29T06:29:12.490Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fd0838e-37ad-4e2b-bc58-a11d1b740efa/model-vers/model-ver/b8ca41bb-41a8-400a-82af-f44e1d96f716?depth=0
2022-10-29T06:29:12.496Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:29:12.546Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fd0838e-37ad-4e2b-bc58-a11d1b740efa/model-vers/model-ver/b8ca41bb-41a8-400a-82af-f44e1d96f716?depth=0|INFO|500||Invoke
2022-10-29T06:29:12.546Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fd0838e-37ad-4e2b-bc58-a11d1b740efa/model-vers/model-ver/b8ca41bb-41a8-400a-82af-f44e1d96f716?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fd0838e-37ad-4e2b-bc58-a11d1b740efa/model-vers/model-ver/b8ca41bb-41a8-400a-82af-f44e1d96f716?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa487b1d-35bc-462d-b7e8-9ee996c41f19], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d5a23bd-3837-42b5-89b9-bb4a0b0edeb8], X-ECOMP-RequestID=[fa487b1d-35bc-462d-b7e8-9ee996c41f19], X-TransactionId=[], X-ONAP-RequestID=[fa487b1d-35bc-462d-b7e8-9ee996c41f19], Content-Type=[application/merge-patch+json]}
2022-10-29T06:29:12.572Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fd0838e-37ad-4e2b-bc58-a11d1b740efa/model-vers/model-ver/b8ca41bb-41a8-400a-82af-f44e1d96f716?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:29:12.648Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fd0838e-37ad-4e2b-bc58-a11d1b740efa/model-vers/model-ver/b8ca41bb-41a8-400a-82af-f44e1d96f716?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/9fd0838e-37ad-4e2b-bc58-a11d1b740efa/model-vers/model-ver/b8ca41bb-41a8-400a-82af-f44e1d96f716?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221029-06:29:12:529-32409], vertex-id=[208952], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:29:12 GMT], Content-Type=[application/json]}
2022-10-29T06:29:12.649Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fd0838e-37ad-4e2b-bc58-a11d1b740efa/model-vers/model-ver/b8ca41bb-41a8-400a-82af-f44e1d96f716?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:29:12.650Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fd0838e-37ad-4e2b-bc58-a11d1b740efa/model-vers/model-ver/b8ca41bb-41a8-400a-82af-f44e1d96f716?depth=0|INFO|500||InvokeReturn
2022-10-29T06:29:12.650Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:29:12.651Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:29:12.657Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-29T06:29:12.658Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa487b1d-35bc-462d-b7e8-9ee996c41f19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:29:12.658Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:29:12.659Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:29:12.671Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:29:12.671Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024952658,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:29:12.761Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-10-29T06:29:12.762Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:29:12.763Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:29:12.775Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:29:12.775Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:29:13.685Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:29:13.686Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:29:13.687Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:29:23.979Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:29:23.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:29:23.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:29:23.980Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:29:33.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:29:33.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:29:33.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:29:33.531Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:29:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:29:36.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:29:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:29:36.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:29:36.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:29:36.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:29:36.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024865877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:29:36.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024868519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:29:36.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024869574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:29:36.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024870634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:29:36.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024871704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024872761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024873897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024874901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-29T06:29:36.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024875905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024876911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024877915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024878920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024910140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:29:36.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/resourceInstances/pnfcfc14e50d9d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:29:36.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:29:43.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:29:43.065Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:29:43.065Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:29:43.065Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:29:52.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:29:52.621Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:29:52.622Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:29:52.622Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:30:02.187Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:30:02.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:30:02.189Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:30:02.189Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:30:11.728Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:30:36.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:30:36.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:30:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:30:36.882Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:30:36.882Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:30:36.882Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:30:36.906Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:30:36.906Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:30:36.906Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:30:36.907Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:30:46.431Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:31:36.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:31:36.881Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:31:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:31:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:31:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:31:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:31:37.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:31:37.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:31:37.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024713900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:31:37.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:31:37.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:31:37.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024919356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:31:37.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:31:37.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:31:37.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024921443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8h4orwrfme7zppy8bgm/1.0/artifacts/service-DemoPnfT8h4orwrfme7zppy8bgm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:31:37.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:31:37.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:31:37.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa487b1d-35bc-462d-b7e8-9ee996c41f19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667024952658,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:31:37.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:31:46.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:32:36.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:32:36.881Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:32:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:32:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:32:36.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:32:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:32:46.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:32:46.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:33:36.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:33:36.881Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:33:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:33:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:33:36.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:33:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:33:46.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:33:46.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:36.880Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:34:36.881Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:34:36.881Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:34:36.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:34:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:37.016Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:37.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025259345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025267597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025259345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025267597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025259345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025267597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025268794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025259345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025267597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025268794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025259345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025267597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025268794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025259345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:34:37.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025267597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025268794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025259345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025267597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025268794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025259345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025274503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025267597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025268794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025275131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025274503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025276348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025268794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025276167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:34:37.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:34:37.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025274503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025268794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:34:37.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:34:37.518Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:37.518Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:34:37.518Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a3a42b3e-517d-4c11-a5d9-789524828195","serviceName":"Demo_pNF_3GYQyWgC99z8foxuA6gp","serviceVersion":"1.0","serviceUUID":"9e853c6b-3479-4328-a3a6-758c01c8c723","serviceDescription":"catalog service description","serviceInvariantUUID":"837d75c3-5b4c-49a4-a309-ecab0c8400bc","resources":[{"resourceInstanceName":"pNF adac19a2-dfd8 0","resourceName":"pNF adac19a2-dfd8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b0618f6d-7810-46f0-b28a-2b315bb0e9d9","resourceInvariantUUID":"afea4fe1-bdda-49d0-a319-209add762fed","resourceCustomizationUUID":"980f100e-9e85-4bb4-a62b-4ecd2c2437c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vf-license-model.xml","artifactChecksum":"NWZkNmZmNGUzYzNkNTY2MTk2ODUxMTdiNGQ0OTJjOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4e322f6-9e1f-4af9-8ce2-bc9dfcb5e7aa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/pNF.csar","artifactChecksum":"YmMxNzI0NDNkMzBkYjExNWUzMTU0YmYzNGFjNmFkMzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39cf2703-9ae4-45b8-8baf-d8bd146a1033","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8dcf99f-4e23-4da2-be03-eaa259b89f84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vendor-license-model.xml","artifactChecksum":"MzQ4MjdkOGJiYmRlNDdhMGQ3YzRlYzNkMWYxM2MyYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82371489-e7e7-4bdb-a5ac-55b54c3b38d8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10d5d855-b1e0-427e-9d40-a8ce806c85a2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da904c16-98ac-43cd-8d42-c44e0453fd43","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3gyqywgc99z8foxua6gp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-template.yml","artifactChecksum":"ZGEyMDRkNjkyOGY0MmQxMDRmYTk3MjgyOTIyOGRiMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6040c735-37c3-42a2-8e76-ef31e2fe4f55","artifactVersion":"1"},{"artifactName":"service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar","artifactChecksum":"NmRmMzY3ZTA2OTFhNTE5MzM1ZGRiYTliNjk0N2FhYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31ffa1d0-552a-408a-84e4-13face7b7a83","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:34:37.521Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:34:37.522Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:37.525Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:37.525Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:37.625Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:34:37.626Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:37.626Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:37.668Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:37.668Z||pool-89-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:34:38.525Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:34:38.526Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:38.528Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:38.529Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:38.629Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:34:38.630Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:38.630Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:38.641Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:38.641Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:34:39.529Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:34:39.530Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:39.533Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:39.533Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:39.633Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:34:39.634Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:39.635Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:39.645Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:39.646Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:34:40.534Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:34:40.535Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:40.538Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:40.538Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:40.638Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:34:40.639Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:40.639Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:40.652Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:40.653Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:34:41.538Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:34:41.539Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:41.541Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:41.541Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:41.641Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:34:41.642Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:41.642Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:41.653Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:41.653Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:34:42.542Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:34:42.542Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:42.544Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:42.545Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:42.645Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:34:42.645Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:42.646Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:42.658Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:42.659Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:34:43.545Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:34:43.547Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:43.549Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:43.549Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:34:43.650Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-29T06:34:43.651Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:43.651Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:43.661Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:43.661Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:34:44.550Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:34:44.551Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:44.557Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:44.557Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:34:44.657Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:34:44.658Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:44.659Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:44.670Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:44.670Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:34:45.559Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "serviceName": "Demo_pNF_3GYQyWgC99z8foxuA6gp",
  "serviceVersion": "1.0",
  "serviceUUID": "9e853c6b-3479-4328-a3a6-758c01c8c723",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "837d75c3-5b4c-49a4-a309-ecab0c8400bc",
  "resources": [
    {
      "resourceInstanceName": "pNF adac19a2-dfd8 0",
      "resourceCustomizationUUID": "980f100e-9e85-4bb4-a62b-4ecd2c2437c5",
      "resourceName": "pNF adac19a2-dfd8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b0618f6d-7810-46f0-b28a-2b315bb0e9d9",
      "resourceInvariantUUID": "afea4fe1-bdda-49d0-a319-209add762fed",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
      "artifactChecksum": "NmRmMzY3ZTA2OTFhNTE5MzM1ZGRiYTliNjk0N2FhYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "31ffa1d0-552a-408a-84e4-13face7b7a83"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:34:45.559Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:34:45.559Z|fa487b1d-35bc-462d-b7e8-9ee996c41f19|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9e853c6b-3479-4328-a3a6-758c01c8c723 ASDC
2022-10-29T06:34:45.560Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a3a42b3e-517d-4c11-a5d9-789524828195
ServiceName:Demo_pNF_3GYQyWgC99z8foxuA6gp
ServiceVersion:1.0
ServiceUUID:9e853c6b-3479-4328-a3a6-758c01c8c723
ServiceInvariantUUID:837d75c3-5b4c-49a4-a309-ecab0c8400bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
ArtifactUUID:31ffa1d0-552a-408a-84e4-13face7b7a83
ArtifactChecksum:NmRmMzY3ZTA2OTFhNTE5MzM1ZGRiYTliNjk0N2FhYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF adac19a2-dfd8 0
ResourceCustomizationUUID:980f100e-9e85-4bb4-a62b-4ecd2c2437c5
ResourceInvariantUUID:afea4fe1-bdda-49d0-a319-209add762fed
ResourceName:pNF adac19a2-dfd8
ResourceType:PNF
ResourceUUID:b0618f6d-7810-46f0-b28a-2b315bb0e9d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-29T06:34:45.560Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e853c6b-3479-4328-a3a6-758c01c8c723 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:34:45.589Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:34:45.590Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:34:45.591Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:34:45.591Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 31ffa1d0-552a-408a-84e4-13face7b7a83 from URL: /sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:45.591Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:34:45.591Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:45.667Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:34:45.671Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar 31ffa1d0-552a-408a-84e4-13face7b7a83 87775
2022-10-29T06:34:45.671Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar ASDC sendASDCNotification
2022-10-29T06:34:45.671Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:45.672Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:34:45.672Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:45.676Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:45.676Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025285671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:34:45.776Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:34:45.777Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:45.777Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:45.793Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:45.793Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:34:46.677Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:34:46.678Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:34:46.678Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 31ffa1d0-552a-408a-84e4-13face7b7a83, URL: /sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar to file: /app/ASDC/1/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:46.678Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:46.679Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:46.679Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:46.797Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6766811291444666827/Definitions/service-DemoPnf3gyqywgc99z8foxua6gp-template.yml
2022-10-29T06:34:47.656Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:34:47.657Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:34:47.657Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:47.657Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-29T06:34:47.657Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF adac19a2-dfd8 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-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:47.657Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||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-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:47.658Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:47.658Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||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-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:47.658Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:47.658Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:47.658Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:47.658Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:34:47.658Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:34:47.658Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3GYQyWgC99z8foxuA6gp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:34:47.659Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Node template pNF adac19a2-dfd8 0 is matching search criteria
2022-10-29T06:34:47.659Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:34:47.659Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF adac19a2-dfd8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:34:47.659Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:34:47.659Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3GYQyWgC99z8foxuA6gp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:34:47.659Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Node template pNF adac19a2-dfd8 0 is matching search criteria
2022-10-29T06:34:47.660Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:34:47.660Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF adac19a2-dfd8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:34:47.660Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:34:47.660Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3GYQyWgC99z8foxuA6gp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:34:47.660Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:34:47.660Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3GYQyWgC99z8foxuA6gp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:34:47.660Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:34:47.661Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3GYQyWgC99z8foxuA6gp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:34:47.661Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:34:47.661Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3GYQyWgC99z8foxuA6gp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:34:47.661Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:34:47.661Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3GYQyWgC99z8foxuA6gp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:34:47.661Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3GYQyWgC99z8foxuA6gp
Description:catalog service description
Model UUID:9e853c6b-3479-4328-a3a6-758c01c8c723
Model Version:NULL
Model InvariantUuid:837d75c3-5b4c-49a4-a309-ecab0c8400bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:34:47.670Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: b0618f6d-7810-46f0-b28a-2b315bb0e9d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:34:47.674Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||pNF adac19a2-dfd8 0
2022-10-29T06:34:47.675Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b0618f6d-7810-46f0-b28a-2b315bb0e9d9
2022-10-29T06:34:47.675Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 9e853c6b-3479-4328-a3a6-758c01c8c723
2022-10-29T06:34:47.675Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9e853c6b-3479-4328-a3a6-758c01c8c723
2022-10-29T06:34:47.675Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF adac19a2-dfd8 0 b0618f6d-7810-46f0-b28a-2b315bb0e9d9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:34:47.680Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d56992f, org.onap.sdc.toscaparser.api.parameters.Input@3913f7bd, org.onap.sdc.toscaparser.api.parameters.Input@4bd9be61, org.onap.sdc.toscaparser.api.parameters.Input@c93c2fb, org.onap.sdc.toscaparser.api.parameters.Input@65e5bda7]
2022-10-29T06:34:47.680Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:34:47.681Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3GYQyWgC99z8foxuA6gp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:34:47.681Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9e853c6b-3479-4328-a3a6-758c01c8c723: pNF adac19a2-dfd8
2022-10-29T06:34:47.681Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||Processing PNF resource: b0618f6d-7810-46f0-b28a-2b315bb0e9d9
2022-10-29T06:34:47.681Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:34:47.681Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3GYQyWgC99z8foxuA6gp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:34:47.682Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||Resource customization UUID: 980f100e-9e85-4bb4-a62b-4ecd2c2437c5 is the same as notified resource customizationUUID: 980f100e-9e85-4bb4-a62b-4ecd2c2437c5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-29T06:34:47.720Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF adac19a2-dfd8 b0618f6d-7810-46f0-b28a-2b315bb0e9d9 0 ASDC deployResourceStructure
2022-10-29T06:34:47.720Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar ASDC sendASDCNotification
2022-10-29T06:34:47.720Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar
2022-10-29T06:34:47.720Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:34:47.721Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:34:47.723Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:34:47.723Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025287720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:34:47.823Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:34:47.824Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:34:47.824Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:34:47.837Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:34:47.837Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:34:48.724Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:34:48.736Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:34:48.738Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:34:48.739Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:34:48.739Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:35:18.739Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:35:18.751Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:35:18.753Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:35:18.753Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:35:18.753Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:35:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:35:36.884Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:35:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:35:36.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:35:36.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:35:36.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025277171,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:35:36.918Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a3a42b3e-517d-4c11-a5d9-789524828195
2022-10-29T06:35:36.918Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3a42b3e-517d-4c11-a5d9-789524828195 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:35:48.753Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:35:48.767Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:35:48.769Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:35:48.770Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:35:48.770Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:36:18.770Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:36:18.782Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:36:18.784Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:36:18.785Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:36:18.785Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:36:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:36:36.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:36:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:36:36.908Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:36:36.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:36:36.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025274503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:36:36.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:36:48.785Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:36:48.797Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:36:48.799Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:36:48.799Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:36:48.799Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:37:18.799Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:37:18.810Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:37:18.812Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:37:18.813Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:37:18.813Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:37:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:37:36.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:37:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:37:37.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:37:37.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025277545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:37:37.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:37:37.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025274503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "cds",
  "timestamp": 1667025278552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:37:37.432Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a3a42b3e-517d-4c11-a5d9-789524828195
2022-10-29T06:37:37.432Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3a42b3e-517d-4c11-a5d9-789524828195 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:37:37.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025278575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025274503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025278575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025274503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025282012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:37:37.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:37:37.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025278575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025274503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:37:37.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "aai-ml",
  "timestamp": 1667025283016,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:37:37.453Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a3a42b3e-517d-4c11-a5d9-789524828195
2022-10-29T06:37:37.453Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3a42b3e-517d-4c11-a5d9-789524828195 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:37:37.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025278575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025278575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025278575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/resourceInstances/pnfadac19a2dfd80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025276880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:37:37.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025278575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:37:37.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025285671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:37:37.464Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:37:37.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025278575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:37:37.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:37:37.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025287333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:37:37.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:37:37.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025287720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:37:37.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:37:37.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025289488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3gyqywgc99z8foxua6gp/1.0/artifacts/service-DemoPnf3gyqywgc99z8foxua6gp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:37:37.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:37:37.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:37:37.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025290493,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:37:37.470Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a3a42b3e-517d-4c11-a5d9-789524828195
2022-10-29T06:37:37.470Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3a42b3e-517d-4c11-a5d9-789524828195 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:37:48.813Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:37:48.829Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:37:48.832Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:37:48.832Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:37:48.832Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:37:48.832Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:37:48.832Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:37:48.833Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:37:48.833Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:37:48.833Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:37:48.833Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:37:48.833Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:37:48.838Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:38:18.839Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a3a42b3e-517d-4c11-a5d9-789524828195 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:38:18.846Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a3a42b3e-517d-4c11-a5d9-789524828195 and serviceModelVersionId: 9e853c6b-3479-4328-a3a6-758c01c8c723
2022-10-29T06:38:18.846Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 837d75c3-5b4c-49a4-a309-ecab0c8400bc
2022-10-29T06:38:18.847Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/837d75c3-5b4c-49a4-a309-ecab0c8400bc/model-vers/model-ver/9e853c6b-3479-4328-a3a6-758c01c8c723?depth=0
2022-10-29T06:38:18.857Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:38:18.914Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837d75c3-5b4c-49a4-a309-ecab0c8400bc/model-vers/model-ver/9e853c6b-3479-4328-a3a6-758c01c8c723?depth=0|INFO|500||Invoke
2022-10-29T06:38:18.915Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837d75c3-5b4c-49a4-a309-ecab0c8400bc/model-vers/model-ver/9e853c6b-3479-4328-a3a6-758c01c8c723?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837d75c3-5b4c-49a4-a309-ecab0c8400bc/model-vers/model-ver/9e853c6b-3479-4328-a3a6-758c01c8c723?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a3a42b3e-517d-4c11-a5d9-789524828195], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[79a8d918-3803-4746-869f-5d43d7b5d71e], X-ECOMP-RequestID=[a3a42b3e-517d-4c11-a5d9-789524828195], X-TransactionId=[], X-ONAP-RequestID=[a3a42b3e-517d-4c11-a5d9-789524828195], Content-Type=[application/merge-patch+json]}
2022-10-29T06:38:18.945Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837d75c3-5b4c-49a4-a309-ecab0c8400bc/model-vers/model-ver/9e853c6b-3479-4328-a3a6-758c01c8c723?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:38:19.081Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837d75c3-5b4c-49a4-a309-ecab0c8400bc/model-vers/model-ver/9e853c6b-3479-4328-a3a6-758c01c8c723?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/837d75c3-5b4c-49a4-a309-ecab0c8400bc/model-vers/model-ver/9e853c6b-3479-4328-a3a6-758c01c8c723?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221029-06:38:18:903-54999], vertex-id=[442520], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:38:18 GMT], Content-Type=[application/json]}
2022-10-29T06:38:19.081Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837d75c3-5b4c-49a4-a309-ecab0c8400bc/model-vers/model-ver/9e853c6b-3479-4328-a3a6-758c01c8c723?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:38:19.082Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/837d75c3-5b4c-49a4-a309-ecab0c8400bc/model-vers/model-ver/9e853c6b-3479-4328-a3a6-758c01c8c723?depth=0|INFO|500||InvokeReturn
2022-10-29T06:38:19.083Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:38:19.083Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:38:19.089Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-29T06:38:19.090Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a3a42b3e-517d-4c11-a5d9-789524828195 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:38:19.090Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:38:19.091Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:38:19.093Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:38:19.094Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025499090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:38:19.194Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:38:19.195Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:38:19.195Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:38:19.211Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:38:19.212Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:38:20.108Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:38:20.109Z||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-10-29T06:38:20.109Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:38:30.450Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:38:30.451Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:38:30.452Z||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-10-29T06:38:30.452Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:38:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:38:36.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:38:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:38:37.509Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:38:37.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-29T06:38:37.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3a42b3e-517d-4c11-a5d9-789524828195",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025499090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:38:37.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:38:40.003Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:38:40.004Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:38:40.005Z||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-10-29T06:38:40.005Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:38:49.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:38:49.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:38:49.561Z||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-10-29T06:38:49.561Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:38:59.099Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:39:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:39:36.880Z||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-10-29T06:39:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:39:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:39:36.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:39:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:39:46.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:39:46.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:40:36.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:40:36.881Z||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-10-29T06:40:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:40:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:40:36.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:40:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:40:46.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:40:46.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:41:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:41:36.880Z||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-10-29T06:41:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:41:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:41:36.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:41:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:41:46.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:41:46.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:42:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:42:36.880Z||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-10-29T06:42:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:42:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:42:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:42:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:42:46.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:42:46.504Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:43:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:43:36.881Z||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-10-29T06:43:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:43:36.882Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:43:36.883Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:43:36.883Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:43:46.439Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:43:46.444Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:44:36.880Z||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-10-29T06:44:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:44:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:44:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:37.042Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:37.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025837597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025834503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025838793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025839345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025850267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:37.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025850284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025849605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025851326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:37.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025852399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:37.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "cds",
  "timestamp": 1667025852300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:44:37.086Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6719a244-f422-48f9-9d23-c4d3751e90f2
2022-10-29T06:44:37.086Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6719a244-f422-48f9-9d23-c4d3751e90f2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:44:37.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025853466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:37.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025854586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:44:37.103Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6719a244-f422-48f9-9d23-c4d3751e90f2
2022-10-29T06:44:37.103Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6719a244-f422-48f9-9d23-c4d3751e90f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:44:37.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025855592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:44:37.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025858609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:44:37.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025848575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "aai-ml",
  "timestamp": 1667025859612,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:44:37.120Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6719a244-f422-48f9-9d23-c4d3751e90f2
2022-10-29T06:44:37.120Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6719a244-f422-48f9-9d23-c4d3751e90f2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:44:37.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025859420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:37.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025862303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:44:37.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:44:37.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025863307,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:44:37.134Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6719a244-f422-48f9-9d23-c4d3751e90f2
2022-10-29T06:44:37.134Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6719a244-f422-48f9-9d23-c4d3751e90f2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:44:37.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025867597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025868799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025868799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025867597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025868799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025867597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025867597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025868799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025874503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025867597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025868799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025874503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025867597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025868799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025874503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025867597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025868799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:44:37.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:37.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:44:37.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6719a244-f422-48f9-9d23-c4d3751e90f2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9","serviceDescription":"service","serviceInvariantUUID":"636f13f1-73ce-4e2b-ad5f-526134f74ae1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b697c188-42d2-4995-8c07-ab993badc5ab","resourceInvariantUUID":"3bd1a0c1-66ae-4e6f-929f-0a902734dd47","resourceCustomizationUUID":"808e926a-b2d3-4cdd-a55c-16112995c1dd","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":"YmU3MDA4YjViMmU2NTdkNWQyZjkxZWI3MWQ3M2YwYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc6548bc-c8fe-43fa-a4fe-80b46279e457","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":"MmE4MjNlNTJhNjdjMTI0NDk1MTQzY2Y3MjI2MTMyNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0e6e9fb-8d2c-4d6c-849e-d911a615f872","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":"5f91dc58-e342-4d9c-befd-0db30d75fca4","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":"c458e049-f077-49aa-a8a6-c21124e12b06","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":"c19e58cf-b0b7-45cb-aa0d-029f02c5695a","artifactVersion":"2","generatedFromUUID":"a2b42d6d-69ae-41a2-8897-0b83d480c1e4"},{"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":"fabb1c3c-e97f-4cb6-8c83-b7d2294f127d","artifactVersion":"2","generatedFromUUID":"5f91dc58-e342-4d9c-befd-0db30d75fca4"},{"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":"a2b42d6d-69ae-41a2-8897-0b83d480c1e4","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":"84c5abdf-4861-4a09-9646-62b4c46562ae","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":"ZDdmODFjMzI2ZGM0Mzc4MzJhMjBhMTljMTU1ZWQxY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3468193e-d400-4379-9c48-27c20732e2ad","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzUyNWU2NzUyM2NjYjVlYWI2MmRjMTljMzBlMmVjMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50200054-d6f2-4d72-90e3-eb0c0b3e91f8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:44:37.544Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:37.544Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:37.548Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:37.548Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:37.648Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:37.650Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:37.650Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:37.662Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:37.663Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:38.549Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:38.550Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:38.553Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:38.553Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:44:38.653Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:38.654Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:38.654Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:38.667Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:38.667Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:39.554Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:39.555Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:39.558Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:39.558Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:44:39.658Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:39.659Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:39.659Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:39.669Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:39.669Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:40.558Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:40.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:40.561Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:40.561Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:40.661Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:44:40.662Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:40.663Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:40.681Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:40.682Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:44:41.562Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:41.563Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:41.565Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:41.565Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-29T06:44:41.665Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:41.666Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:41.666Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:41.703Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:41.704Z||pool-104-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:42.565Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:42.566Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:42.568Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:42.568Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-29T06:44:42.668Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:42.669Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:42.669Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:42.695Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:42.695Z||pool-105-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:43.569Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:43.569Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:43.572Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:43.572Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-29T06:44:43.673Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-29T06:44:43.673Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:43.673Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:43.685Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:43.685Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:44.572Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:44.573Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:44.576Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:44.576Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:44.676Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:44.677Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:44.677Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:44.698Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:44.698Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:45.576Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:45.577Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:45.579Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:45.579Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:44:45.679Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:45.680Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:45.680Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:45.695Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:45.695Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:44:46.579Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:44:46.580Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:46.582Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:46.582Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:44:46.682Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:44:46.683Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:46.683Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:46.707Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:46.708Z||pool-109-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:47.583Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "636f13f1-73ce-4e2b-ad5f-526134f74ae1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "808e926a-b2d3-4cdd-a55c-16112995c1dd",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b697c188-42d2-4995-8c07-ab993badc5ab",
      "resourceInvariantUUID": "3bd1a0c1-66ae-4e6f-929f-0a902734dd47",
      "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": "MmE4MjNlNTJhNjdjMTI0NDk1MTQzY2Y3MjI2MTMyNDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f0e6e9fb-8d2c-4d6c-849e-d911a615f872",
          "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": "5f91dc58-e342-4d9c-befd-0db30d75fca4",
          "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": "fabb1c3c-e97f-4cb6-8c83-b7d2294f127d",
            "generatedFromUUID": "5f91dc58-e342-4d9c-befd-0db30d75fca4"
          },
          "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": "c19e58cf-b0b7-45cb-aa0d-029f02c5695a",
          "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": "fabb1c3c-e97f-4cb6-8c83-b7d2294f127d",
          "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": "a2b42d6d-69ae-41a2-8897-0b83d480c1e4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YzUyNWU2NzUyM2NjYjVlYWI2MmRjMTljMzBlMmVjMWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50200054-d6f2-4d72-90e3-eb0c0b3e91f8"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:44:47.584Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:44:47.584Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9 ASDC
2022-10-29T06:44:47.585Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6719a244-f422-48f9-9d23-c4d3751e90f2
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9
ServiceInvariantUUID:636f13f1-73ce-4e2b-ad5f-526134f74ae1
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:50200054-d6f2-4d72-90e3-eb0c0b3e91f8
ArtifactChecksum:YzUyNWU2NzUyM2NjYjVlYWI2MmRjMTljMzBlMmVjMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:808e926a-b2d3-4cdd-a55c-16112995c1dd
ResourceInvariantUUID:3bd1a0c1-66ae-4e6f-929f-0a902734dd47
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:b697c188-42d2-4995-8c07-ab993badc5ab
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:f0e6e9fb-8d2c-4d6c-849e-d911a615f872
ArtifactChecksum:MmE4MjNlNTJhNjdjMTI0NDk1MTQzY2Y3MjI2MTMyNDE=
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:5f91dc58-e342-4d9c-befd-0db30d75fca4
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:fabb1c3c-e97f-4cb6-8c83-b7d2294f127d
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:c19e58cf-b0b7-45cb-aa0d-029f02c5695a
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:fabb1c3c-e97f-4cb6-8c83-b7d2294f127d
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:a2b42d6d-69ae-41a2-8897-0b83d480c1e4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-29T06:44:47.586Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:44:47.625Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:44:47.626Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-29T06:44:47.626Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-29T06:44:47.626Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50200054-d6f2-4d72-90e3-eb0c0b3e91f8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-29T06:44:47.626Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:44:47.626Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:47.717Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:44:47.725Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 50200054-d6f2-4d72-90e3-eb0c0b3e91f8 162981
2022-10-29T06:44:47.726Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:47.726Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:47.726Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:44:47.726Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:47.728Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:47.728Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025887726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:47.828Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:47.829Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:47.830Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:47.842Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:47.843Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:44:48.728Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:44:48.731Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-29T06:44:48.731Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 50200054-d6f2-4d72-90e3-eb0c0b3e91f8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-29T06:44:48.732Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-29T06:44:48.732Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-29T06:44:48.733Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-29T06:44:48.929Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10670095504235004246/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-29T06:44:50.248Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:44:50.249Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-29T06:44:50.249Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-29T06:44:50.249Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-29T06:44:50.249Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.249Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-29T06:44:50.249Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.250Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.250Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-29T06:44:50.250Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.250Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.250Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-29T06:44:50.250Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-29T06:44:50.251Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.251Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.251Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.251Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-29T06:44:50.251Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-29T06:44:50.251Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.251Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.251Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.252Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.252Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-29T06:44:50.252Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-29T06:44:50.252Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-29T06:44:50.252Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-29T06:44:50.252Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.253Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.253Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.253Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-29T06:44:50.253Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:44:50.253Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.253Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-29T06:44:50.254Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:44:50.254Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.254Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-29T06:44:50.254Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:44:50.254Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.254Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-29T06:44:50.254Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:44:50.255Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.255Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-29T06:44:50.255Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-29T06:44:50.255Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d9f66f4e-de07-45ef-bb50-6e03d2c76f12
2022-10-29T06:44:50.255Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.255Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.255Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.255Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.256Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.256Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.256Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:50.256Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.256Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9
Model Version:NULL
Model InvariantUuid:636f13f1-73ce-4e2b-ad5f-526134f74ae1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:84bc0706-29ab-4589-9093-da0167165732
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3bd1a0c1-66ae-4e6f-929f-0a902734dd47
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:808e926a-b2d3-4cdd-a55c-16112995c1dd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9aff6fa5-e439-4876-a01e-37fe3efe93a1
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:cab7fb60-c53e-4268-bb21-d96c1173e301
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c97effb7-e8a2-4c8d-bd5d-7dc17d9d7eac
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:be65825b-bdd6-44c9-a613-24a5313bf5c6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d9f66f4e-de07-45ef-bb50-6e03d2c76f12
ModelInvariantUuid:5018dd30-4b98-475b-a95f-b6c994b7ef8c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:726891d9-8875-4015-b2e3-dd6b6d9dca79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6600d4d8-004d-4ae8-b30a-a4873a981c0f
ModelInvariantUuid:b99b9f0b-62c0-463d-ac8d-f012f3dd53c8
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:d6dd8203-3556-47b0-a7a1-00ac8d2a558b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:44:50.268Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b697c188-42d2-4995-8c07-ab993badc5ab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:44:50.271Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-10-29T06:44:50.272Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b697c188-42d2-4995-8c07-ab993badc5ab
2022-10-29T06:44:50.272Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0e6e9fb-8d2c-4d6c-849e-d911a615f872 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-29T06:44:50.272Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:44:50.272Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.321Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:44:50.321Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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 f0e6e9fb-8d2c-4d6c-849e-d911a615f872 1565
2022-10-29T06:44:50.321Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.321Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:50.321Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:44:50.321Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:50.323Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:50.323Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025890321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:50.436Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-10-29T06:44:50.437Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:50.437Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:50.451Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:50.451Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:51.324Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c97effb7-e8a2-4c8d-bd5d-7dc17d9d7eac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be65825b-bdd6-44c9-a613-24a5313bf5c6",
    "vfModuleModelCustomizationUUID": "f65552bc-707a-4c35-bb09-79624602ba45",
    "isBase": true,
    "artifacts": [
      "5f91dc58-e342-4d9c-befd-0db30d75fca4",
      "fabb1c3c-e97f-4cb6-8c83-b7d2294f127d"
    ],
    "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": "9aff6fa5-e439-4876-a01e-37fe3efe93a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cab7fb60-c53e-4268-bb21-d96c1173e301",
    "vfModuleModelCustomizationUUID": "1cbf0248-5547-4c66-b2db-835dd11b61aa",
    "isBase": false,
    "artifacts": [
      "a2b42d6d-69ae-41a2-8897-0b83d480c1e4"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:44:51.330Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be65825b-bdd6-44c9-a613-24a5313bf5c6
VfModuleModelInvariantUUID:c97effb7-e8a2-4c8d-bd5d-7dc17d9d7eac
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f91dc58-e342-4d9c-befd-0db30d75fca4
,
fabb1c3c-e97f-4cb6-8c83-b7d2294f127d

}
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:cab7fb60-c53e-4268-bb21-d96c1173e301
VfModuleModelInvariantUUID:9aff6fa5-e439-4876-a01e-37fe3efe93a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2b42d6d-69ae-41a2-8897-0b83d480c1e4

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

isBase:false


}

2022-10-29T06:44:51.332Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c97effb7-e8a2-4c8d-bd5d-7dc17d9d7eac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be65825b-bdd6-44c9-a613-24a5313bf5c6",
    "vfModuleModelCustomizationUUID": "f65552bc-707a-4c35-bb09-79624602ba45",
    "isBase": true,
    "artifacts": [
      "5f91dc58-e342-4d9c-befd-0db30d75fca4",
      "fabb1c3c-e97f-4cb6-8c83-b7d2294f127d"
    ],
    "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": "9aff6fa5-e439-4876-a01e-37fe3efe93a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cab7fb60-c53e-4268-bb21-d96c1173e301",
    "vfModuleModelCustomizationUUID": "1cbf0248-5547-4c66-b2db-835dd11b61aa",
    "isBase": false,
    "artifacts": [
      "a2b42d6d-69ae-41a2-8897-0b83d480c1e4"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:44:51.333Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be65825b-bdd6-44c9-a613-24a5313bf5c6
VfModuleModelInvariantUUID:c97effb7-e8a2-4c8d-bd5d-7dc17d9d7eac
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f91dc58-e342-4d9c-befd-0db30d75fca4
,
fabb1c3c-e97f-4cb6-8c83-b7d2294f127d

}
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:cab7fb60-c53e-4268-bb21-d96c1173e301
VfModuleModelInvariantUUID:9aff6fa5-e439-4876-a01e-37fe3efe93a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2b42d6d-69ae-41a2-8897-0b83d480c1e4

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

isBase:false


}

2022-10-29T06:44:51.333Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5f91dc58-e342-4d9c-befd-0db30d75fca4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-29T06:44:51.333Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:44:51.334Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:51.390Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:44:51.391Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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 5f91dc58-e342-4d9c-befd-0db30d75fca4 914
2022-10-29T06:44:51.391Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:51.391Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:51.391Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:44:51.392Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:51.394Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:51.394Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:51.494Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:44:51.495Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:51.495Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:51.514Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:51.515Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:52.395Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c19e58cf-b0b7-45cb-aa0d-029f02c5695a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-29T06:44:52.396Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:44:52.396Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:52.443Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:44:52.444Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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 c19e58cf-b0b7-45cb-aa0d-029f02c5695a 12
2022-10-29T06:44:52.445Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:52.445Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:52.445Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:44:52.446Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:52.448Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:52.448Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025892445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:52.548Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:44:52.549Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:44:52.549Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:52.570Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:52.571Z||pool-113-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:53.449Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fabb1c3c-e97f-4cb6-8c83-b7d2294f127d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-29T06:44:53.450Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:44:53.450Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:53.500Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:44:53.500Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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 fabb1c3c-e97f-4cb6-8c83-b7d2294f127d 96
2022-10-29T06:44:53.501Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:53.501Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:53.501Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:44:53.501Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:53.503Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:53.503Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025893501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:53.603Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:44:53.604Z||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-10-29T06:44:53.604Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:53.617Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:53.617Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:44:54.504Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a2b42d6d-69ae-41a2-8897-0b83d480c1e4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-29T06:44:54.505Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:44:54.505Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:54.557Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:44:54.558Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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 a2b42d6d-69ae-41a2-8897-0b83d480c1e4 20206
2022-10-29T06:44:54.559Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:54.559Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:54.560Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:44:54.560Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:54.562Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:54.562Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025894559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:44:54.662Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:44:54.663Z||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-10-29T06:44:54.663Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:54.676Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:54.676Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:55.566Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9
2022-10-29T06:44:55.567Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b697c188-42d2-4995-8c07-ab993badc5ab ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:44:55.578Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c3c411d, org.onap.sdc.toscaparser.api.parameters.Input@4ae22184, org.onap.sdc.toscaparser.api.parameters.Input@f7463c2, org.onap.sdc.toscaparser.api.parameters.Input@19c5ae34, org.onap.sdc.toscaparser.api.parameters.Input@7ef20b8]
2022-10-29T06:44:55.580Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.580Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.581Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-10-29T06:44:55.581Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 808e926a-b2d3-4cdd-a55c-16112995c1dd
2022-10-29T06:44:55.581Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 808e926a-b2d3-4cdd-a55c-16112995c1dd matches Tosca VF Customization UUID: 808e926a-b2d3-4cdd-a55c-16112995c1dd
2022-10-29T06:44:55.581Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 808e926a-b2d3-4cdd-a55c-16112995c1dd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-29T06:44:55.584Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.584Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.585Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 808e926a-b2d3-4cdd-a55c-16112995c1dd: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-10-29T06:44:55.585Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@441c69d3
2022-10-29T06:44:55.586Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.586Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.586Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1cbf0248-5547-4c66-b2db-835dd11b61aa
2022-10-29T06:44:55.587Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1cbf0248-5547-4c66-b2db-835dd11b61aa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-29T06:44:55.590Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.590Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-29T06:44:55.590Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:44:55.591Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.591Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-29T06:44:55.591Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:44:55.591Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.591Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-29T06:44:55.592Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=808e926a-b2d3-4cdd-a55c-16112995c1dd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:44:55.594Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.594Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.594Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9: basic_cnf_macro
2022-10-29T06:44:55.595Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.595Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.595Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.595Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.595Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.596Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.596Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.596Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.596Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:44:55.596Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.597Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.633Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b697c188-42d2-4995-8c07-ab993badc5ab 2 ASDC deployResourceStructure
2022-10-29T06:44:55.633Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.633Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:55.633Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:44:55.634Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:55.636Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:55.636Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025895633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:44:55.736Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:55.738Z||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-10-29T06:44:55.738Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:55.751Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:55.752Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:44:56.636Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:56.636Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:56.637Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:44:56.637Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:56.639Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:56.640Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025896636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:44:56.740Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:44:56.741Z||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-10-29T06:44:56.741Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:56.770Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:56.770Z||pool-117-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:57.641Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:57.642Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:57.642Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-29T06:44:57.643Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:57.645Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:57.645Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025897641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-29T06:44:57.745Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:57.746Z||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-10-29T06:44:57.746Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:57.758Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:57.758Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:44:58.647Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:58.647Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:58.647Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:44:58.647Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:58.649Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:58.650Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025898647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:44:58.750Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:58.751Z||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-10-29T06:44:58.752Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:58.765Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:58.766Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:44:59.651Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:59.651Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:44:59.651Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-29T06:44:59.651Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:44:59.653Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:44:59.653Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025899650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-29T06:44:59.753Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:44:59.754Z||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-10-29T06:44:59.755Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:44:59.765Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:44:59.766Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:00.654Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:45:00.654Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:45:00.655Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:45:00.655Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:00.657Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:00.657Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025900654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:45:00.757Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:00.758Z||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-10-29T06:45:00.758Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:00.771Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:00.771Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:01.658Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6719a244-f422-48f9-9d23-c4d3751e90f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:45:01.668Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6719a244-f422-48f9-9d23-c4d3751e90f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:45:01.671Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:45:01.671Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:45:01.671Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:45:01.671Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:45:01.671Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:45:01.671Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:45:01.671Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:45:01.671Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:45:01.672Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:45:01.672Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:45:01.677Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:45:31.677Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6719a244-f422-48f9-9d23-c4d3751e90f2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:45:31.685Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6719a244-f422-48f9-9d23-c4d3751e90f2 and serviceModelVersionId: 61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9
2022-10-29T06:45:31.685Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 636f13f1-73ce-4e2b-ad5f-526134f74ae1
2022-10-29T06:45:31.686Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/636f13f1-73ce-4e2b-ad5f-526134f74ae1/model-vers/model-ver/61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9?depth=0
2022-10-29T06:45:31.690Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:45:31.734Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/636f13f1-73ce-4e2b-ad5f-526134f74ae1/model-vers/model-ver/61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9?depth=0|INFO|500||Invoke
2022-10-29T06:45:31.735Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/636f13f1-73ce-4e2b-ad5f-526134f74ae1/model-vers/model-ver/61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/636f13f1-73ce-4e2b-ad5f-526134f74ae1/model-vers/model-ver/61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6719a244-f422-48f9-9d23-c4d3751e90f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59792b65-3167-41a6-ac31-de9d561d0cbe], X-ECOMP-RequestID=[6719a244-f422-48f9-9d23-c4d3751e90f2], X-TransactionId=[], X-ONAP-RequestID=[6719a244-f422-48f9-9d23-c4d3751e90f2], Content-Type=[application/merge-patch+json]}
2022-10-29T06:45:31.755Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/636f13f1-73ce-4e2b-ad5f-526134f74ae1/model-vers/model-ver/61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:45:31.835Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/636f13f1-73ce-4e2b-ad5f-526134f74ae1/model-vers/model-ver/61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9?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/636f13f1-73ce-4e2b-ad5f-526134f74ae1/model-vers/model-ver/61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221029-06:45:31:710-33886], vertex-id=[221344], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:45:31 GMT], Content-Type=[application/json]}
2022-10-29T06:45:31.836Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/636f13f1-73ce-4e2b-ad5f-526134f74ae1/model-vers/model-ver/61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:45:31.836Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/636f13f1-73ce-4e2b-ad5f-526134f74ae1/model-vers/model-ver/61ad4f0d-7d8e-4ffc-b22d-a57a62e826c9?depth=0|INFO|500||InvokeReturn
2022-10-29T06:45:31.837Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:45:31.838Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:45:31.845Z|6719a244-f422-48f9-9d23-c4d3751e90f2|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-10-29T06:45:31.845Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6719a244-f422-48f9-9d23-c4d3751e90f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:45:31.846Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:45:31.846Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:31.848Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:31.849Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025931846,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:45:31.949Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:31.950Z||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-10-29T06:45:31.950Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:31.964Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:31.964Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:45:32.862Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:45:32.863Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8a8a941-c652-4424-b7dd-0674c65854ee","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3d9d4e8d-42aa-4baf-a2bb-018a5629f57e","serviceDescription":"service","serviceInvariantUUID":"3f33ff78-59e7-4ddc-ab82-2153377b17aa","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b500efa-8803-43a4-b059-3f76c6fce596","resourceInvariantUUID":"0372a274-d050-4813-b67c-a49a1f409f35","resourceCustomizationUUID":"3dec41c0-8fd4-4b70-9f5b-9cf422a4d493","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":"NzBiYTIzNzEzMjJhYTg1NmM5MDVkYTg0YmIyN2YxZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67ff58bd-c0dd-4281-9fef-807752bdb41a","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":"NGEyY2I0Mzg5NzA2ZDFkYzVkZmM4Mjk2NmU2ODk1MDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1bf23579-d33e-416a-b5fe-c010f2b2e53a","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":"5702e6df-0e49-42bc-849e-d107c46fb563","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":"d041cc1b-1f88-471d-8576-f293841f4ef2","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":"aa9763ff-40e6-4ec7-9e24-0fc491f1511d","artifactVersion":"2","generatedFromUUID":"5702e6df-0e49-42bc-849e-d107c46fb563"},{"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":"ZGVhMjAwODRlNzFiODU3MmQ2M2EzYzNjYWNjOTYzMzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e40aa495-f589-41fd-956f-ad50c13be2f1","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":"YzIxZDQzMDhjMTA5ZjcwNmI1MGQyYzcyMTA4NTRjZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bfcde7c-c35c-4382-9158-93ad46358979","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDIxNzhiNmYwYjZmOTUwMjIwMjFkZjEwODg3ODk3MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d222602c-3d5f-4c45-a313-0e46ea29efc0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:45:32.863Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:45:32.863Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:32.865Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:32.865Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:45:32.965Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:45:32.966Z||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-10-29T06:45:32.967Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:32.976Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:32.977Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:33.866Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:45:33.867Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:33.869Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:33.869Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:45:33.971Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-29T06:45:33.972Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:33.972Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:33.984Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:33.984Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:34.870Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:45:34.871Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:34.873Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:34.873Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:45:34.973Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:34.974Z||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-10-29T06:45:34.974Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:34.988Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:34.988Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:45:35.873Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:45:35.874Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:35.876Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:35.876Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:45:35.977Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:45:35.977Z||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-10-29T06:45:35.978Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:35.989Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:35.990Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:36.877Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:45:36.878Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:36.880Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:36.881Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-29T06:45:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:45:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:45:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:36.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:36.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:45:36.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025867597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:45:36.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:45:36.981Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:36.981Z||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-10-29T06:45:36.982Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:36.993Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:36.993Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:37.881Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:45:37.882Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:37.885Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:37.885Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:45:37.985Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:37.986Z||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-10-29T06:45:37.986Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:38.023Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:38.023Z||pool-128-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:38.885Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:45:38.886Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:38.888Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:38.888Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:45:38.989Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:38.989Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:38.989Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:39.001Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:39.002Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:39.889Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:45:39.890Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:39.891Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:39.892Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:45:39.992Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-29T06:45:39.993Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:39.993Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:40.004Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:40.005Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:40.895Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3d9d4e8d-42aa-4baf-a2bb-018a5629f57e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3f33ff78-59e7-4ddc-ab82-2153377b17aa",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "3dec41c0-8fd4-4b70-9f5b-9cf422a4d493",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3b500efa-8803-43a4-b059-3f76c6fce596",
      "resourceInvariantUUID": "0372a274-d050-4813-b67c-a49a1f409f35",
      "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": "NGEyY2I0Mzg5NzA2ZDFkYzVkZmM4Mjk2NmU2ODk1MDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1bf23579-d33e-416a-b5fe-c010f2b2e53a",
          "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": "5702e6df-0e49-42bc-849e-d107c46fb563",
          "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": "aa9763ff-40e6-4ec7-9e24-0fc491f1511d",
            "generatedFromUUID": "5702e6df-0e49-42bc-849e-d107c46fb563"
          },
          "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": "aa9763ff-40e6-4ec7-9e24-0fc491f1511d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDIxNzhiNmYwYjZmOTUwMjIwMjFkZjEwODg3ODk3MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d222602c-3d5f-4c45-a313-0e46ea29efc0"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:45:40.895Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:45:40.896Z|6719a244-f422-48f9-9d23-c4d3751e90f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d9d4e8d-42aa-4baf-a2bb-018a5629f57e ASDC
2022-10-29T06:45:40.897Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a8a8a941-c652-4424-b7dd-0674c65854ee
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3d9d4e8d-42aa-4baf-a2bb-018a5629f57e
ServiceInvariantUUID:3f33ff78-59e7-4ddc-ab82-2153377b17aa
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:d222602c-3d5f-4c45-a313-0e46ea29efc0
ArtifactChecksum:ZDIxNzhiNmYwYjZmOTUwMjIwMjFkZjEwODg3ODk3MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:3dec41c0-8fd4-4b70-9f5b-9cf422a4d493
ResourceInvariantUUID:0372a274-d050-4813-b67c-a49a1f409f35
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3b500efa-8803-43a4-b059-3f76c6fce596
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:1bf23579-d33e-416a-b5fe-c010f2b2e53a
ArtifactChecksum:NGEyY2I0Mzg5NzA2ZDFkYzVkZmM4Mjk2NmU2ODk1MDk=
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:5702e6df-0e49-42bc-849e-d107c46fb563
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:aa9763ff-40e6-4ec7-9e24-0fc491f1511d
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:aa9763ff-40e6-4ec7-9e24-0fc491f1511d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-29T06:45:40.897Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d9d4e8d-42aa-4baf-a2bb-018a5629f57e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:45:40.928Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:45:40.929Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-29T06:45:40.929Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-29T06:45:40.929Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d222602c-3d5f-4c45-a313-0e46ea29efc0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-29T06:45:40.929Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:45:40.929Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:40.993Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:45:40.997Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d222602c-3d5f-4c45-a313-0e46ea29efc0 82624
2022-10-29T06:45:40.997Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:40.997Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:40.997Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:45:40.997Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:40.999Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:40.999Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025940997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:45:41.099Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:41.100Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:41.100Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:41.110Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:41.110Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:41.999Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:45:42.001Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-29T06:45:42.001Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d222602c-3d5f-4c45-a313-0e46ea29efc0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-29T06:45:42.001Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-29T06:45:42.002Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-29T06:45:42.002Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-29T06:45:42.157Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11798486332122334021/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-29T06:45:43.279Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.280Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-29T06:45:43.281Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-29T06:45:43.281Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.281Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.281Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-29T06:45:43.281Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-29T06:45:43.281Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:45:43.281Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.282Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.282Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-29T06:45:43.282Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-29T06:45:43.282Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:45:43.282Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.282Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.282Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.282Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-29T06:45:43.283Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-29T06:45:43.283Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-29T06:45:43.283Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-29T06:45:43.283Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-29T06:45:43.283Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-29T06:45:43.283Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.283Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.283Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.284Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-29T06:45:43.284Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:45:43.284Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.284Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-29T06:45:43.284Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:45:43.284Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.284Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-29T06:45:43.285Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:45:43.285Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.285Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-29T06:45:43.285Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-29T06:45:43.285Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-29T06:45:43.285Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ba11feb-6f17-40b3-b804-3d50515c0a96
2022-10-29T06:45:43.285Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.286Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.286Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.286Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.286Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.286Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.287Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:43.287Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.287Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3d9d4e8d-42aa-4baf-a2bb-018a5629f57e
Model Version:NULL
Model InvariantUuid:3f33ff78-59e7-4ddc-ab82-2153377b17aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:21cdd943-e6f4-4c21-bb6a-0e6fec0d5141
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0372a274-d050-4813-b67c-a49a1f409f35
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3dec41c0-8fd4-4b70-9f5b-9cf422a4d493
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4e9f9c93-d457-4412-a057-09536316a8da
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7475a8c2-b722-4adf-8c42-b1dfd837b213
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1ba11feb-6f17-40b3-b804-3d50515c0a96
ModelInvariantUuid:7c460477-9306-4947-9712-c4944b945c58
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:43ce08cf-d710-4eae-8472-f1f82ee3f6df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:bcb09081-2afc-4877-85e1-d32ea498669e
ModelInvariantUuid:eb96fe1e-97f5-41b5-9c96-21177cc79935
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:1417a1bb-e345-4768-83d2-46ecf0b6d6a8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:45:43.294Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b500efa-8803-43a4-b059-3f76c6fce596
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:45:43.296Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-10-29T06:45:43.297Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b500efa-8803-43a4-b059-3f76c6fce596
2022-10-29T06:45:43.297Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1bf23579-d33e-416a-b5fe-c010f2b2e53a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-29T06:45:43.297Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:45:43.297Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.355Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:45:43.355Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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 1bf23579-d33e-416a-b5fe-c010f2b2e53a 792
2022-10-29T06:45:43.356Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.356Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:43.356Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:45:43.356Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:43.358Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:43.358Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025943356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:45:43.458Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:43.459Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:43.460Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:43.471Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:43.471Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:44.359Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4e9f9c93-d457-4412-a057-09536316a8da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7475a8c2-b722-4adf-8c42-b1dfd837b213",
    "vfModuleModelCustomizationUUID": "f6dae389-29a3-4ba9-b728-dab523a44550",
    "isBase": true,
    "artifacts": [
      "5702e6df-0e49-42bc-849e-d107c46fb563",
      "aa9763ff-40e6-4ec7-9e24-0fc491f1511d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:45:44.363Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7475a8c2-b722-4adf-8c42-b1dfd837b213
VfModuleModelInvariantUUID:4e9f9c93-d457-4412-a057-09536316a8da
VfModuleModelDescription:NULL
Artifacts UUID List:{
5702e6df-0e49-42bc-849e-d107c46fb563
,
aa9763ff-40e6-4ec7-9e24-0fc491f1511d

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

isBase:true


}

2022-10-29T06:45:44.375Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4e9f9c93-d457-4412-a057-09536316a8da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7475a8c2-b722-4adf-8c42-b1dfd837b213",
    "vfModuleModelCustomizationUUID": "f6dae389-29a3-4ba9-b728-dab523a44550",
    "isBase": true,
    "artifacts": [
      "5702e6df-0e49-42bc-849e-d107c46fb563",
      "aa9763ff-40e6-4ec7-9e24-0fc491f1511d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-29T06:45:44.376Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7475a8c2-b722-4adf-8c42-b1dfd837b213
VfModuleModelInvariantUUID:4e9f9c93-d457-4412-a057-09536316a8da
VfModuleModelDescription:NULL
Artifacts UUID List:{
5702e6df-0e49-42bc-849e-d107c46fb563
,
aa9763ff-40e6-4ec7-9e24-0fc491f1511d

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

isBase:true


}

2022-10-29T06:45:44.376Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5702e6df-0e49-42bc-849e-d107c46fb563 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-29T06:45:44.376Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:45:44.376Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:44.424Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:45:44.424Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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 5702e6df-0e49-42bc-849e-d107c46fb563 5033
2022-10-29T06:45:44.424Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:44.425Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:44.425Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:45:44.425Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:44.427Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:44.427Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025944424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:45:44.527Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:44.527Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:44.528Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:44.539Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:44.539Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:45:45.428Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa9763ff-40e6-4ec7-9e24-0fc491f1511d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-29T06:45:45.428Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:45:45.428Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:45.479Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:45:45.479Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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 aa9763ff-40e6-4ec7-9e24-0fc491f1511d 903
2022-10-29T06:45:45.479Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:45.479Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:45.479Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:45:45.480Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:45.482Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:45.482Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025945479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:45:45.582Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:45.582Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:45.583Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:45.593Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:45.594Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:46.482Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3d9d4e8d-42aa-4baf-a2bb-018a5629f57e
2022-10-29T06:45:46.483Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3b500efa-8803-43a4-b059-3f76c6fce596 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:45:46.497Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cba110b, org.onap.sdc.toscaparser.api.parameters.Input@7fc9ed3b, org.onap.sdc.toscaparser.api.parameters.Input@590f3b71, org.onap.sdc.toscaparser.api.parameters.Input@2bf65faa, org.onap.sdc.toscaparser.api.parameters.Input@17783196]
2022-10-29T06:45:46.499Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.499Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.499Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-10-29T06:45:46.499Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3dec41c0-8fd4-4b70-9f5b-9cf422a4d493
2022-10-29T06:45:46.499Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3dec41c0-8fd4-4b70-9f5b-9cf422a4d493 matches Tosca VF Customization UUID: 3dec41c0-8fd4-4b70-9f5b-9cf422a4d493
2022-10-29T06:45:46.500Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3dec41c0-8fd4-4b70-9f5b-9cf422a4d493  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-29T06:45:46.501Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.501Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.502Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3dec41c0-8fd4-4b70-9f5b-9cf422a4d493: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-10-29T06:45:46.502Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e8ed11e
2022-10-29T06:45:46.502Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.503Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.503Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f6dae389-29a3-4ba9-b728-dab523a44550
2022-10-29T06:45:46.503Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f6dae389-29a3-4ba9-b728-dab523a44550
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-29T06:45:46.505Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.505Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-29T06:45:46.505Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:45:46.505Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.506Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-29T06:45:46.506Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:45:46.506Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.506Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-29T06:45:46.506Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-29T06:45:46.506Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-29T06:45:46.507Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ba11feb-6f17-40b3-b804-3d50515c0a96
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-29T06:45:46.510Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.510Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-29T06:45:46.510Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:45:46.510Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.511Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-29T06:45:46.511Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3dec41c0-8fd4-4b70-9f5b-9cf422a4d493
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:45:46.512Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.513Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.513Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3d9d4e8d-42aa-4baf-a2bb-018a5629f57e: basic_vm_macro
2022-10-29T06:45:46.513Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.513Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.513Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.513Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.514Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.514Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.514Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.514Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.514Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:45:46.514Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.515Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.609Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3b500efa-8803-43a4-b059-3f76c6fce596 1 ASDC deployResourceStructure
2022-10-29T06:45:46.609Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.609Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:46.610Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:45:46.610Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:46.612Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:46.612Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025946609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:45:46.712Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:46.713Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:46.713Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:46.724Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:46.724Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:47.613Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:47.614Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:47.614Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:45:47.614Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:47.616Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:47.616Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025947613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:45:47.716Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:45:47.717Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:47.717Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:47.729Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:47.729Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:48.618Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:48.618Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:48.619Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:45:48.619Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:48.621Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:48.621Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025948618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:45:48.721Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:45:48.722Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:48.722Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:48.741Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:48.741Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:49.622Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:49.623Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:45:49.623Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:45:49.623Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:45:49.625Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:45:49.625Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025949622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:45:49.726Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:45:49.726Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:45:49.727Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:45:49.739Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:45:49.740Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:45:50.627Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:45:50.638Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:45:50.639Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:45:50.639Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:45:50.640Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:46:20.640Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:46:20.650Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:46:20.652Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:46:20.652Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:46:20.652Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:46:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:46:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:46:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:46:36.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:46:36.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:46:36.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025874503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:46:36.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:46:36.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:46:36.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025868799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:46:36.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:46:50.652Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:46:50.664Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:46:50.667Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:46:50.668Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:46:50.668Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:47:20.668Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:47:20.681Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:47:20.683Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:47:20.683Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:47:20.683Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:47:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:47:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:47:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:47:36.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:47:36.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025874503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-29T06:47:36.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025879299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:36.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:36.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025878336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:36.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:36.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:47:36.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025878575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025874503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "cds",
  "timestamp": 1667025879708,
  "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-10-29T06:47:36.939Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8a8a941-c652-4424-b7dd-0674c65854ee
2022-10-29T06:47:36.939Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8a8a941-c652-4424-b7dd-0674c65854ee and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:47:36.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:47:36.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025879345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025878575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025874503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025879345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025878575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025874503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:47:36.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-29T06:47:36.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025879345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025878575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025883309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:36.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:36.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-29T06:47:36.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025879345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025878575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025884368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:36.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:36.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-29T06:47:36.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025879345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025878575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025885442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:36.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:36.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025879345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025878575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025886481,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:47:36.975Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8a8a941-c652-4424-b7dd-0674c65854ee
2022-10-29T06:47:36.976Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8a8a941-c652-4424-b7dd-0674c65854ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:47:36.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025886568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:36.985Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:36.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025879345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:36.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025878575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:47:36.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:36.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025887484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:36.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:36.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:36.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "aai-ml",
  "timestamp": 1667025887573,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:47:36.993Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8a8a941-c652-4424-b7dd-0674c65854ee
2022-10-29T06:47:36.993Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8a8a941-c652-4424-b7dd-0674c65854ee and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:47:37.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:47:37.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025879345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025887307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025887726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.004Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025889863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:37.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025890321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025890868,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:47:37.012Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8a8a941-c652-4424-b7dd-0674c65854ee
2022-10-29T06:47:37.012Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8a8a941-c652-4424-b7dd-0674c65854ee and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:47:37.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.024Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025892445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025893501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025894559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025895633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:37.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025896636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:37.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025897641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-29T06:47:37.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025898647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:37.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025899650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-29T06:47:37.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025900654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:37.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025899345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025894503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025897597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025898793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025899345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025894503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025897597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025898793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025899345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025897597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025894503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025898793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025899345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025894503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025897597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025898793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025899345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025894503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025897597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025898793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025899345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025894503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025897597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025898793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025908575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025899345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:47:37.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025894503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025897597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025898793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025908575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025899345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025897597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025894503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025898793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025908575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025899345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025897597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:47:37.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667025894503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:47:37.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025898793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:47:37.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025908575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025912460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025913478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025912535,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025908575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025913493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:37.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "cds",
  "timestamp": 1667025913814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:47:37.067Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c12b246b-0948-4ee7-8fe6-190f7128e081
2022-10-29T06:47:37.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12b246b-0948-4ee7-8fe6-190f7128e081 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:47:37.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025908575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667025914497,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:47:37.079Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c12b246b-0948-4ee7-8fe6-190f7128e081
2022-10-29T06:47:37.082Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12b246b-0948-4ee7-8fe6-190f7128e081 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:47:37.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025908575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025908575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025908575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:47:37.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025918766,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:37.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025918404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:47:37.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "aai-ml",
  "timestamp": 1667025919770,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:47:37.112Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c12b246b-0948-4ee7-8fe6-190f7128e081
2022-10-29T06:47:37.112Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12b246b-0948-4ee7-8fe6-190f7128e081 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:47:37.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025920469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:47:37.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667025921483,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:47:37.124Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c12b246b-0948-4ee7-8fe6-190f7128e081
2022-10-29T06:47:37.124Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12b246b-0948-4ee7-8fe6-190f7128e081 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:47:37.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6719a244-f422-48f9-9d23-c4d3751e90f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025931846,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:47:37.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:47:37.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-29T06:47:37.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-29T06:47:37.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:37.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:47:37.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:47:37.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:47:50.684Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:47:50.697Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:47:50.699Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:47:50.699Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:47:50.699Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:47:50.699Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:47:50.699Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:47:50.699Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:47:50.699Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:47:50.699Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:47:50.700Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:47:50.700Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:47:50.704Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:48:20.705Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8a8a941-c652-4424-b7dd-0674c65854ee and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:48:20.713Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8a8a941-c652-4424-b7dd-0674c65854ee and serviceModelVersionId: 3d9d4e8d-42aa-4baf-a2bb-018a5629f57e
2022-10-29T06:48:20.713Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f33ff78-59e7-4ddc-ab82-2153377b17aa
2022-10-29T06:48:20.715Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f33ff78-59e7-4ddc-ab82-2153377b17aa/model-vers/model-ver/3d9d4e8d-42aa-4baf-a2bb-018a5629f57e?depth=0
2022-10-29T06:48:20.724Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:48:20.770Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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/3f33ff78-59e7-4ddc-ab82-2153377b17aa/model-vers/model-ver/3d9d4e8d-42aa-4baf-a2bb-018a5629f57e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-29T06:48:20.772Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f33ff78-59e7-4ddc-ab82-2153377b17aa/model-vers/model-ver/3d9d4e8d-42aa-4baf-a2bb-018a5629f57e?depth=0|INFO|500||Invoke
2022-10-29T06:48:20.795Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f33ff78-59e7-4ddc-ab82-2153377b17aa/model-vers/model-ver/3d9d4e8d-42aa-4baf-a2bb-018a5629f57e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:48:20.915Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f33ff78-59e7-4ddc-ab82-2153377b17aa/model-vers/model-ver/3d9d4e8d-42aa-4baf-a2bb-018a5629f57e?depth=0|INFO|500||InvokeReturn
2022-10-29T06:48:20.915Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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/3f33ff78-59e7-4ddc-ab82-2153377b17aa/model-vers/model-ver/3d9d4e8d-42aa-4baf-a2bb-018a5629f57e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221029-06:48:20:751-46831], vertex-id=[483480], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:48:20 GMT], Content-Type=[application/json]}
2022-10-29T06:48:20.916Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:48:20.917Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:48:20.917Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:48:20.922Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:48:20.922Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8a8a941-c652-4424-b7dd-0674c65854ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:48:20.923Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:48:20.923Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:20.926Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:20.926Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026100923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:48:21.026Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:48:21.027Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:21.027Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:21.043Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:21.043Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:48:21.940Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:48:21.941Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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-10-29T06:48:21.941Z|a8a8a941-c652-4424-b7dd-0674c65854ee|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:26.387Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:26.389Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:48:26.389Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c12b246b-0948-4ee7-8fe6-190f7128e081","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b178d979-683e-45e7-9f3c-eb39c193f5c3","serviceDescription":"service","serviceInvariantUUID":"eef30126-ac7e-4c1f-9340-e1d041101ce9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c7a0256d-bcb2-4a6d-ab72-c9f660780676","resourceInvariantUUID":"cbc42d8d-dfb3-4976-8216-db2ad623182f","resourceCustomizationUUID":"e703c11d-f9df-46e9-a3f7-95acdb79a169","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"OTQ3YjI3OWQzZjg1MWEwZWEzNmFiMTMyYWQ0Zjg3OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f33e4b88-8d08-41c0-a004-d4ce4ea81b2c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"476485d6-0ebd-47dc-9afd-566885e5845f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"982629c1-6325-4985-b802-e9ac23fa207c","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YWI3MTM5OWIyNDY1MGI5MzFjZWE2ODcxOTYzOGFjYjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e84c956f-08a0-4c6f-95b6-2e02651adea0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7ff85e6-328f-432e-9ac9-7dba1768b5e7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3292d4d2-d273-4fc6-a5cb-ab637e13fa55","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"974e39b6-62f8-4967-9715-b9cc0dae93c6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MmI0MjE4ZWM1YWQ1ZGM2ODQ5ZmQ3Y2E1ODlhNDY1MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eaf04599-ebcb-4652-9467-74abdb08e325","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDM4NGYxYzkwMDg3NTQ0NGQ1OWNkMmJhYjhlMWYyNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2d849f7-7325-4480-98a3-f4432afeec65","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:48:26.392Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:48:26.392Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:26.394Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:26.394Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:26.494Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:48:26.495Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:26.495Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:26.509Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:26.509Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:48:27.397Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:48:27.397Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:27.399Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:27.399Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:27.501Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:48:27.501Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:27.501Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:27.520Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:27.521Z||pool-141-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:48:28.400Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:48:28.401Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:28.403Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:28.403Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:28.503Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:48:28.504Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:28.504Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:28.515Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:28.516Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:48:29.403Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:48:29.404Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:29.406Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:29.406Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:29.506Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:48:29.507Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:29.507Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:29.518Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:29.518Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:48:30.407Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:48:30.407Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:30.409Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:30.409Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:30.512Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-29T06:48:30.513Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:30.513Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:30.558Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:30.558Z||pool-144-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:48:31.410Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:48:31.411Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:31.413Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:31.413Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:31.514Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-29T06:48:31.515Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:31.515Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:31.528Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:31.528Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:48:32.414Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:48:32.415Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:32.417Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:32.417Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:32.520Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-29T06:48:32.521Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:32.521Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:32.534Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:32.534Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:48:33.417Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:48:33.418Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:33.420Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:33.420Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:33.521Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:48:33.521Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:33.522Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:33.534Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:33.534Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:48:34.421Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:48:34.422Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:34.424Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:34.424Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:48:34.524Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:48:34.524Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:34.524Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:34.535Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:34.535Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:48:35.424Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b178d979-683e-45e7-9f3c-eb39c193f5c3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eef30126-ac7e-4c1f-9340-e1d041101ce9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e703c11d-f9df-46e9-a3f7-95acdb79a169",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c7a0256d-bcb2-4a6d-ab72-c9f660780676",
      "resourceInvariantUUID": "cbc42d8d-dfb3-4976-8216-db2ad623182f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MDM4NGYxYzkwMDg3NTQ0NGQ1OWNkMmJhYjhlMWYyNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b2d849f7-7325-4480-98a3-f4432afeec65"
    }
  ],
  "workloadContext": "Production"
}
2022-10-29T06:48:35.425Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:48:35.428Z|a8a8a941-c652-4424-b7dd-0674c65854ee|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b178d979-683e-45e7-9f3c-eb39c193f5c3 ASDC
2022-10-29T06:48:35.429Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c12b246b-0948-4ee7-8fe6-190f7128e081
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:b178d979-683e-45e7-9f3c-eb39c193f5c3
ServiceInvariantUUID:eef30126-ac7e-4c1f-9340-e1d041101ce9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:b2d849f7-7325-4480-98a3-f4432afeec65
ArtifactChecksum:MDM4NGYxYzkwMDg3NTQ0NGQ1OWNkMmJhYjhlMWYyNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e703c11d-f9df-46e9-a3f7-95acdb79a169
ResourceInvariantUUID:cbc42d8d-dfb3-4976-8216-db2ad623182f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c7a0256d-bcb2-4a6d-ab72-c9f660780676
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-29T06:48:35.429Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b178d979-683e-45e7-9f3c-eb39c193f5c3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:48:35.462Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:48:35.462Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-29T06:48:35.463Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-29T06:48:35.463Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b2d849f7-7325-4480-98a3-f4432afeec65 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-29T06:48:35.463Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-29T06:48:35.463Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-29T06:48:35.644Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-29T06:48:35.649Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b2d849f7-7325-4480-98a3-f4432afeec65 110860
2022-10-29T06:48:35.649Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-29T06:48:35.649Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-29T06:48:35.649Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:48:35.650Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:35.652Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:35.652Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026115649,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:48:35.752Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:48:35.753Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:35.753Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:35.764Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:35.764Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:48:36.656Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:48:36.658Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-29T06:48:36.658Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b2d849f7-7325-4480-98a3-f4432afeec65, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-29T06:48:36.659Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-29T06:48:36.659Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-29T06:48:36.660Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-29T06:48:36.803Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15211428695729253284/Definitions/service-TestPnfMacro-template.yml
2022-10-29T06:48:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:48:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:48:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:36.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:36.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-29T06:48:36.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025876879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:48:36.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025940997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:48:36.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:48:36.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025943356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:48:36.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:48:36.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025944424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:48:36.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:48:36.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025945479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:48:36.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:48:36.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025946609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-29T06:48:36.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:48:36.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025947613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-29T06:48:36.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:48:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025948618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-29T06:48:36.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:48:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:48:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667025949622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:48:36.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:48:37.758Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:48:37.759Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-29T06:48:37.759Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-29T06:48:37.759Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-29T06:48:37.759Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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-TestPnfMacro-csar.csar
2022-10-29T06:48:37.759Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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-TestPnfMacro-csar.csar
2022-10-29T06:48:37.759Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-29T06:48:37.759Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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-TestPnfMacro-csar.csar
2022-10-29T06:48:37.760Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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-TestPnfMacro-csar.csar
2022-10-29T06:48:37.760Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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-TestPnfMacro-csar.csar
2022-10-29T06:48:37.760Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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-TestPnfMacro-csar.csar
2022-10-29T06:48:37.760Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-29T06:48:37.760Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:48:37.760Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:48:37.760Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-29T06:48:37.761Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-29T06:48:37.761Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:48:37.761Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:48:37.761Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:48:37.761Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-29T06:48:37.761Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-29T06:48:37.762Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:48:37.762Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:48:37.762Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:48:37.762Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:48:37.762Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:48:37.763Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:48:37.763Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:48:37.763Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:48:37.763Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:48:37.763Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:48:37.763Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:48:37.764Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:b178d979-683e-45e7-9f3c-eb39c193f5c3
Model Version:NULL
Model InvariantUuid:eef30126-ac7e-4c1f-9340-e1d041101ce9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:48:37.772Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: c7a0256d-bcb2-4a6d-ab72-c9f660780676
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:48:37.775Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-10-29T06:48:37.775Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c7a0256d-bcb2-4a6d-ab72-c9f660780676
2022-10-29T06:48:37.775Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b178d979-683e-45e7-9f3c-eb39c193f5c3
2022-10-29T06:48:37.776Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b178d979-683e-45e7-9f3c-eb39c193f5c3
2022-10-29T06:48:37.776Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c7a0256d-bcb2-4a6d-ab72-c9f660780676 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:48:37.781Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dfb7906, org.onap.sdc.toscaparser.api.parameters.Input@78adc5c4, org.onap.sdc.toscaparser.api.parameters.Input@7d02c796, org.onap.sdc.toscaparser.api.parameters.Input@27c58fea, org.onap.sdc.toscaparser.api.parameters.Input@150e15d]
2022-10-29T06:48:37.782Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:48:37.782Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:48:37.782Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b178d979-683e-45e7-9f3c-eb39c193f5c3: test-pnf
2022-10-29T06:48:37.782Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||Processing PNF resource: c7a0256d-bcb2-4a6d-ab72-c9f660780676
2022-10-29T06:48:37.783Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-29T06:48:37.783Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:48:37.783Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||Resource customization UUID: e703c11d-f9df-46e9-a3f7-95acdb79a169 is the same as notified resource customizationUUID: e703c11d-f9df-46e9-a3f7-95acdb79a169
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-29T06:48:37.818Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c7a0256d-bcb2-4a6d-ab72-c9f660780676 0 ASDC deployResourceStructure
2022-10-29T06:48:37.819Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-29T06:48:37.819Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-29T06:48:37.819Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:48:37.819Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:48:37.822Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:48:37.822Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026117819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:48:37.922Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:48:37.923Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:48:37.923Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:48:37.934Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:48:37.935Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:48:38.823Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c12b246b-0948-4ee7-8fe6-190f7128e081
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:48:38.835Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c12b246b-0948-4ee7-8fe6-190f7128e081
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-29T06:48:38.837Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:48:38.837Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:48:38.837Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:48:38.837Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:48:38.838Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:48:38.838Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:48:38.838Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:48:38.838Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:48:38.838Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-29T06:48:38.838Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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-10-29T06:48:38.843Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:49:08.844Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c12b246b-0948-4ee7-8fe6-190f7128e081 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-29T06:49:08.848Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c12b246b-0948-4ee7-8fe6-190f7128e081 and serviceModelVersionId: b178d979-683e-45e7-9f3c-eb39c193f5c3
2022-10-29T06:49:08.849Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eef30126-ac7e-4c1f-9340-e1d041101ce9
2022-10-29T06:49:08.849Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eef30126-ac7e-4c1f-9340-e1d041101ce9/model-vers/model-ver/b178d979-683e-45e7-9f3c-eb39c193f5c3?depth=0
2022-10-29T06:49:08.854Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:49:08.893Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef30126-ac7e-4c1f-9340-e1d041101ce9/model-vers/model-ver/b178d979-683e-45e7-9f3c-eb39c193f5c3?depth=0|INFO|500||Invoke
2022-10-29T06:49:08.893Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef30126-ac7e-4c1f-9340-e1d041101ce9/model-vers/model-ver/b178d979-683e-45e7-9f3c-eb39c193f5c3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef30126-ac7e-4c1f-9340-e1d041101ce9/model-vers/model-ver/b178d979-683e-45e7-9f3c-eb39c193f5c3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c12b246b-0948-4ee7-8fe6-190f7128e081], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53481d46-57c8-40c5-ac0e-919712c284d2], X-ECOMP-RequestID=[c12b246b-0948-4ee7-8fe6-190f7128e081], X-TransactionId=[], X-ONAP-RequestID=[c12b246b-0948-4ee7-8fe6-190f7128e081], Content-Type=[application/merge-patch+json]}
2022-10-29T06:49:08.916Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef30126-ac7e-4c1f-9340-e1d041101ce9/model-vers/model-ver/b178d979-683e-45e7-9f3c-eb39c193f5c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-29T06:49:08.992Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef30126-ac7e-4c1f-9340-e1d041101ce9/model-vers/model-ver/b178d979-683e-45e7-9f3c-eb39c193f5c3?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/eef30126-ac7e-4c1f-9340-e1d041101ce9/model-vers/model-ver/b178d979-683e-45e7-9f3c-eb39c193f5c3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221029-06:49:08:870-19658], vertex-id=[237784], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:49:08 GMT], Content-Type=[application/json]}
2022-10-29T06:49:08.992Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef30126-ac7e-4c1f-9340-e1d041101ce9/model-vers/model-ver/b178d979-683e-45e7-9f3c-eb39c193f5c3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:49:08.993Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef30126-ac7e-4c1f-9340-e1d041101ce9/model-vers/model-ver/b178d979-683e-45e7-9f3c-eb39c193f5c3?depth=0|INFO|500||InvokeReturn
2022-10-29T06:49:08.993Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:49:08.993Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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-10-29T06:49:09.000Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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-10-29T06:49:09.000Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c12b246b-0948-4ee7-8fe6-190f7128e081 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:49:09.000Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:49:09.001Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:49:09.003Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:49:09.003Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026149000,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:49:09.104Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-29T06:49:09.105Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:49:09.105Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:49:09.118Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:49:09.118Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:49:10.016Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:49:10.016Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:49:10.016Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:49:19.609Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:49:19.609Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:49:19.610Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:49:19.610Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:49:29.161Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:49:29.162Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:49:29.162Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:49:29.162Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:49:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:49:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:49:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:49:36.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:49:36.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8a8a941-c652-4424-b7dd-0674c65854ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026100923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:49:36.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:49:36.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:49:36.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:49:36.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:49:36.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:49:36.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:49:36.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:49:36.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-29T06:49:36.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:49:36.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026101940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-29T06:49:36.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-29T06:49:36.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-29T06:49:36.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026115649,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-29T06:49:36.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:49:38.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:49:38.722Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:49:38.722Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:49:38.722Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:49:48.293Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:50:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:50:36.881Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:50:36.881Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:50:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:50:36.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:50:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:50:37.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:50:37.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-29T06:50:37.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026117819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-29T06:50:37.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:50:37.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-29T06:50:37.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12b246b-0948-4ee7-8fe6-190f7128e081",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667026149000,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:50:37.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:50:46.426Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:51:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:51:36.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:51:36.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:51:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:51:36.888Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:51:36.889Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:51:46.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:51:46.486Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:52:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:52:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:52:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:52:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:52:36.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:52:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:52:46.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:52:46.432Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:53:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:53:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:53:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:53:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:53:36.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:53:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:53:46.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:53:46.425Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:54:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:54:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:54:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:54:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:54:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:54:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:54:46.458Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:54:46.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:55:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:55:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:55:36.881Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:55:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:55:36.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:55:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:55:46.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:55:46.439Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:56:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:56:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:56:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:56:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:56:36.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:56:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:56:46.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:56:46.454Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:57:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:57:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:57:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:57:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:57:36.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:57:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:57:46.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:57:46.445Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:58:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:58:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:58:36.881Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:58:36.882Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:58:36.883Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:58:36.883Z|a3a42b3e-517d-4c11-a5d9-789524828195|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:58:46.451Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:58:46.457Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:59:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:59:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:59:36.881Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:59:36.882Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:59:36.882Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T06:59:36.883Z|a3a42b3e-517d-4c11-a5d9-789524828195|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:59:46.517Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T06:59:46.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:00:36.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:00:36.882Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:00:36.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:00:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:00:36.882Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:00:36.883Z|a3a42b3e-517d-4c11-a5d9-789524828195|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:00:46.436Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:00:46.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:01:36.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:01:36.880Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:01:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:01:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:01:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:01:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:01:46.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:01:46.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:02:36.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:02:36.880Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:02:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:02:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:02:36.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:02:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:02:46.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:02:46.429Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:03:36.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:03:36.880Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:03:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:03:36.882Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:03:36.882Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:03:36.882Z|a3a42b3e-517d-4c11-a5d9-789524828195|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:03:46.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:03:46.525Z|a3a42b3e-517d-4c11-a5d9-789524828195|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:04:36.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:04:36.880Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:04:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:04:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:04:36.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:04:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:04:46.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:04:46.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:05:36.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:05:36.880Z||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-10-29T07:05:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:05:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:05:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:05:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:05:46.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:05:46.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:06:36.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:06:36.880Z||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-10-29T07:06:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:06:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:06:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:06:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:06:46.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:06:46.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:07:36.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:07:36.880Z||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-10-29T07:07:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:07:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:07:36.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:07:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:07:46.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:07:46.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:08:36.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:08:36.880Z||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-10-29T07:08:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:08:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:08:36.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:08:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:08:46.429Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:08:46.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:09:36.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:09:36.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:09:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:09:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:09:36.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:09:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:09:46.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:09:46.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:10:36.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:10:36.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:10:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:10:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:10:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:10:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:10:46.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:10:46.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:11:36.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:11:36.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:11:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:11:36.882Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:11:36.883Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:11:36.883Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:11:46.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:11:46.437Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:12:36.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:12:36.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:12:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:12:36.882Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:12:36.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:12:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:12:46.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:12:46.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:13:36.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:13:36.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:13:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:13:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:13:36.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:13:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:13:46.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:13:46.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:14:36.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:14:36.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:14:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:14:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:14:36.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:14:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:14:46.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:14:46.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:15:36.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:15:36.881Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:15:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:15:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:15:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:15:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:15:46.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:15:46.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:16:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:16:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:16:36.881Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:16:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:16:36.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:16:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:16:46.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:16:46.451Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:17:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:17:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:17:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:17:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:17:36.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:17:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:17:46.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:17:46.425Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:18:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:18:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:18:36.881Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:18:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:18:36.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:18:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:18:46.432Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:18:46.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:19:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:19:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:19:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:19:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:19:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:19:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:19:46.436Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:19:46.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:20:36.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:20:36.880Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:20:36.880Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T07:20:36.882Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:20:36.883Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:20:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:20:46.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:20:46.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:21:36.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:21:36.880Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:21:36.880Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T07:21:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:21:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:21:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:21:46.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:21:46.443Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:22:36.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:22:36.880Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:22:36.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T07:22:36.882Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:22:36.883Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:22:36.883Z|c12b246b-0948-4ee7-8fe6-190f7128e081|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:22:46.425Z|c12b246b-0948-4ee7-8fe6-190f7128e081|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:22:46.428Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:23:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:23:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:23:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:23:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:23:36.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:23:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:23:46.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:23:46.425Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:24:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:24:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:24:36.881Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:24:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:24:36.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:24:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:24:46.445Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:24:46.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:25:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:25:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:25:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:25:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:25:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:25:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:25:46.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:25:46.429Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:26:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:26:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:26:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:26:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:26:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:26:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:26:46.439Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:26:46.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:27:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:27:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:27:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:27:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:27:36.882Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:27:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:27:46.418Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:27:46.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:28:36.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:28:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:28:36.880Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T07:28:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:28:36.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:28:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T07:28:46.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:28:46.451Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-29T07:29:36.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:29:36.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:29:36.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2J288wt5UNHVm5nm) ...
2022-10-29T07:29:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T07:29:36.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-29T07:29:36.883Z||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 2J288wt5UNHVm5nm) ...