Results

By type

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

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

2022-05-30T05:26:24.095Z||main|||||INFO|500||The following profiles are active: basic
2022-05-30T05:26:35.017Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-30T05:26:35.018Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-30T05:26:35.124Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-30T05:26:38.952Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-30T05:26:39.392Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-30T05:26:39.888Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-30T05:26:39.896Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-30T05:26:40.002Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-30T05:26:40.234Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-30T05:26:40.843Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-30T05:26:42.560Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-30T05:26:45.079Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-30T05:26:45.143Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-30T05:26:45.860Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-30T05:26:46.094Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-30T05:26:47.342Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-30T05:26:48.359Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-30T05:26:48.379Z||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$$30e71889.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-30T05:26:48.380Z||main|||||WARN|500||The sdc end point is not alive
2022-05-30T05:26:51.173Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-30T05:26:54.129Z||main|||||WARN|500||---
2022-05-30T05:26:54.129Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-30T05:26:54.130Z||main|||||WARN|500||---
2022-05-30T05:26:54.710Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-30T05:26:59.504Z||main|||||INFO|500||Started Application in 38.276 seconds (JVM running for 40.355)
2022-05-30T05:26:59.525Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-30T05:26:59.526Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-30T05:26:59.537Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-30T05:26:59.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-30T05:26:59.611Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d390b226-20a9-4b4b-8711-1803841ed8e9 url= /sdc/v1/artifactTypes
2022-05-30T05:26:59.612Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-30T05:26:59.931Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-30T05:26:59.965Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-30T05:26:59.993Z||scheduling-1|||||DEBUG|500||create keys
2022-05-30T05:27:00.002Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-30T05:27:00.037Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:27:00.054Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2133fa60-042e-4cfa-81bf-c40fbcb3a532 url= /sdc/v1/registerForDistribution
2022-05-30T05:27:00.155Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2133fa60-042e-4cfa-81bf-c40fbcb3a532 url= /sdc/v1/registerForDistribution
2022-05-30T05:27:00.156Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-30T05:27:00.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:27:00.176Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:27:00.176Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-30T05:27:00.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:27:00.188Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:27:00.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:27:00.189Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:27:10.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:27:10.500Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:28:00.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:28:00.168Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:28:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:28:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:28:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:28:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:28:09.747Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:28:09.748Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:29:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:29:00.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:29:00.172Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:29:00.172Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:29:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:29:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:29:09.739Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:29:09.739Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:30:00.168Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:30:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:30:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:30:00.170Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:30:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:30:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:30:09.755Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:30:09.757Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:31:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:31:00.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:31:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:31:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:31:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:31:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:31:09.736Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:31:09.738Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:32:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:32:00.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:32:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:32:00.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:32:00.170Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:32:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:32:09.741Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:32:09.743Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:33:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:33:00.169Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:33:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:33:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:33:00.170Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:33:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:33:09.720Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:33:09.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:34:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:34:00.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:34:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:34:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:34:00.171Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:34:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:34:09.740Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:34:09.741Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:35:00.168Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:35:00.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:35:00.172Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:35:00.172Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:35:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:35:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:35:09.732Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:35:09.739Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:36:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:36:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:36:00.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:36:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:36:00.171Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:36:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:36:09.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:36:09.741Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:36:38.704Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-30T05:37:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:37:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:37:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:37:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:37:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:37:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:37:09.728Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:37:09.730Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:38:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:38:00.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:38:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:38:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:38:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:38:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:38:09.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:38:09.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:39:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:39:00.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:39:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:39:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:39:00.169Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:39:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:39:09.715Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:39:09.717Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:40:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:40:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:40:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:40:00.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:40:00.169Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:40:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:40:09.784Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:40:09.784Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:41:00.167Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:41:00.168Z||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-05-30T05:41:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:41:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:41:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:41:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:41:09.749Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:41:09.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:42:00.167Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:42:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:42:00.169Z||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-05-30T05:42:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:42:00.169Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:42:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:42:09.727Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:42:09.727Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:43:00.168Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:43:00.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:43:00.171Z||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-05-30T05:43:00.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:43:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:43:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:43:09.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:43:09.742Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:44:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:44:00.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:44:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:44:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:44:00.170Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:44:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:44:09.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:44:09.741Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:45:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:45:00.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:45:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:45:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:45:00.171Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:45:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:45:09.717Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:45:09.737Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:46:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:46:00.168Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:46:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:46:00.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:46:00.170Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:46:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:46:09.736Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:46:09.736Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:47:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:47:00.169Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:47:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:47:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:47:00.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:47:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:47:09.719Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:47:09.719Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:48:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:48:00.168Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:48:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:48:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:48:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:48:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:48:09.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:48:09.765Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:49:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:49:00.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:49:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:49:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:49:00.170Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:49:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:49:09.761Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:49:09.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:50:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:50:00.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:50:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:50:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:50:00.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:50:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:50:09.717Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:50:09.717Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:51:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:51:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:51:00.172Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:51:00.172Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:51:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:51:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:51:09.766Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:51:09.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:52:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:52:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:52:00.170Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:52:00.170Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:52:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:52:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:52:09.735Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:52:09.735Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:53:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:53:00.169Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:53:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:53:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:53:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:53:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:53:09.717Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:53:09.719Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:54:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:54:00.168Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:54:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:54:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:54:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:54:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:54:09.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:54:09.715Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:55:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:55:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:55:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:55:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:55:00.170Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:55:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:55:09.726Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:55:09.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:56:00.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:56:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:56:00.169Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:56:00.231Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:56:00.232Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:56:00.232Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:56:09.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:56:09.786Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:57:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:57:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:57:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:57:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:57:00.169Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:57:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:57:09.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:57:09.740Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:58:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:58:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:58:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:58:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:58:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:58:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:58:09.717Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:58:09.720Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:59:00.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:59:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:59:00.172Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:59:00.172Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:59:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:59:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:59:09.744Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T05:59:09.743Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:00:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:00:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:00:00.169Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:00:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:00:00.169Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:00:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:00:09.718Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:00:09.718Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:01:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:01:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:01:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:01:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:01:00.170Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:01:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:01:09.716Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:01:09.716Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:02:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:02:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:02:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:02:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:02:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:02:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:02:09.744Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:02:09.744Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:03:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:03:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:03:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:03:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:03:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:03:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:03:09.726Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:03:09.726Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:04:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:04:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:04:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:04:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:04:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:04:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:04:09.713Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:04:09.715Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:05:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:05:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:05:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:05:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:05:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:05:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:05:09.715Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:05:09.715Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:06:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:06:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:06:00.170Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:06:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:06:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:06:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:06:09.722Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:06:09.722Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:07:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:07:00.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:07:00.170Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:07:00.170Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:07:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:07:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:07:09.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:07:09.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:08:00.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:08:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:08:00.171Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:08:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:08:00.171Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:08:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:08:09.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:08:09.793Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:09:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:09:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:09:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:09:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:09:00.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:09:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:09:09.716Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:09:09.719Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:10:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:10:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:10:00.170Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:10:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:04.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:04.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:10:04.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"654f0087-6b08-4893-85a9-bd84027cdfb5","serviceName":"basic_onboard_peNQru","serviceVersion":"1.0","serviceUUID":"a092a161-e0a6-4dbd-8daf-686b7ae7682b","serviceDescription":"service","serviceInvariantUUID":"4d699ebf-8d7a-484c-9976-25e121329953","resources":[{"resourceInstanceName":"basic_onboard_peNQru 0","resourceName":"basic_onboard_peNQru","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74bd2152-6e30-46cd-be35-d43154131d84","resourceInvariantUUID":"f5966f97-b597-4b8a-ad8e-f15644e2a896","resourceCustomizationUUID":"227984cf-cd65-4f13-821a-73444904dca3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml","artifactChecksum":"MDUxOWY3NWJiZDc5NDgxMDFjYWZkMTBhNmIxMDNmNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7073b553-5dc6-4db4-af23-a64aa14a2a19","artifactVersion":"1"},{"artifactName":"basic_onboard_penqru0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json","artifactChecksum":"NjRkYWE3MjdiMzQxYjNmYjQ3NGRjOGJhNWRjYzhmNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfa8c53f-834a-466a-8d2f-564c98795833","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"215cc46d-a782-4a0e-9360-b693d5a3b926","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d20eb59f-ec1f-4587-9d45-6d83fe8a1d7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c5220d2-a75c-40fe-b778-3294ae319604","artifactVersion":"2","generatedFromUUID":"215cc46d-a782-4a0e-9360-b693d5a3b926"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPenqru-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml","artifactChecksum":"YWNkN2I5YTdmYWNhYTc0ZjQxOGZlM2U3NDM2NzQ3MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a78359f-a33a-4e7f-9f98-b63627ae9a4e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPenqru-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar","artifactChecksum":"ZTY1Y2E5YWZmMzE5MzRiZjczZDAzOTg1NzFkODRkNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a24674fa-c424-45f7-96c6-d94bf71a3a14","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:10:04.217Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:04.228Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:04.239Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:04.239Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:10:04.339Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-30T06:10:04.346Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:04.346Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:04.357Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:04.358Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:10:04.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:04.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:10:04.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891000692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891002064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:10:04.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:10:05.246Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:05.247Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:05.249Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:05.249Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:10:05.349Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:05.350Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:05.350Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:05.358Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:05.359Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:06.250Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:06.251Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:06.253Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:06.253Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:10:06.353Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:06.354Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:06.354Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:06.367Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:06.367Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:07.254Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:07.255Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:07.257Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:07.257Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:10:07.357Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:07.358Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:07.358Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:07.374Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:07.374Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:08.258Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:08.259Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:08.261Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:08.261Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-30T06:10:08.364Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:08.366Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:08.366Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:08.377Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:08.378Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:09.262Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:09.263Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:09.265Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:09.265Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:10:09.365Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:09.366Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:09.367Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:09.378Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:09.379Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:10.266Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:10.267Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:10.269Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:10.269Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:10:10.369Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:10.370Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:10.370Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:10.388Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:10.389Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:10:11.271Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "serviceName": "basic_onboard_peNQru",
  "serviceVersion": "1.0",
  "serviceUUID": "a092a161-e0a6-4dbd-8daf-686b7ae7682b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4d699ebf-8d7a-484c-9976-25e121329953",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_peNQru 0",
      "resourceCustomizationUUID": "227984cf-cd65-4f13-821a-73444904dca3",
      "resourceName": "basic_onboard_peNQru",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "74bd2152-6e30-46cd-be35-d43154131d84",
      "resourceInvariantUUID": "f5966f97-b597-4b8a-ad8e-f15644e2a896",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_penqru0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
          "artifactChecksum": "NjRkYWE3MjdiMzQxYjNmYjQ3NGRjOGJhNWRjYzhmNTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bfa8c53f-834a-466a-8d2f-564c98795833",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "215cc46d-a782-4a0e-9360-b693d5a3b926",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3c5220d2-a75c-40fe-b778-3294ae319604",
            "generatedFromUUID": "215cc46d-a782-4a0e-9360-b693d5a3b926"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3c5220d2-a75c-40fe-b778-3294ae319604",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPenqru-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
      "artifactChecksum": "ZTY1Y2E5YWZmMzE5MzRiZjczZDAzOTg1NzFkODRkNTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a24674fa-c424-45f7-96c6-d94bf71a3a14"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:10:11.272Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:10:11.273Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a092a161-e0a6-4dbd-8daf-686b7ae7682b ASDC
2022-05-30T06:10:11.389Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:654f0087-6b08-4893-85a9-bd84027cdfb5
ServiceName:basic_onboard_peNQru
ServiceVersion:1.0
ServiceUUID:a092a161-e0a6-4dbd-8daf-686b7ae7682b
ServiceInvariantUUID:4d699ebf-8d7a-484c-9976-25e121329953
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPenqru-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
ArtifactUUID:a24674fa-c424-45f7-96c6-d94bf71a3a14
ArtifactChecksum:ZTY1Y2E5YWZmMzE5MzRiZjczZDAzOTg1NzFkODRkNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_peNQru 0
ResourceCustomizationUUID:227984cf-cd65-4f13-821a-73444904dca3
ResourceInvariantUUID:f5966f97-b597-4b8a-ad8e-f15644e2a896
ResourceName:basic_onboard_peNQru
ResourceType:VF
ResourceUUID:74bd2152-6e30-46cd-be35-d43154131d84
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_penqru0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
ArtifactUUID:bfa8c53f-834a-466a-8d2f-564c98795833
ArtifactChecksum:NjRkYWE3MjdiMzQxYjNmYjQ3NGRjOGJhNWRjYzhmNTQ=
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/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
ArtifactUUID:215cc46d-a782-4a0e-9360-b693d5a3b926
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/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
ArtifactUUID:3c5220d2-a75c-40fe-b778-3294ae319604
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/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
ArtifactUUID:3c5220d2-a75c-40fe-b778-3294ae319604
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-30T06:10:11.389Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a092a161-e0a6-4dbd-8daf-686b7ae7682b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:10:11.603Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:10:11.604Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:10:11.605Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:10:11.606Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a24674fa-c424-45f7-96c6-d94bf71a3a14 from URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:11.606Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:10:11.607Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:11.716Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:10:11.730Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar a24674fa-c424-45f7-96c6-d94bf71a3a14 71578
2022-05-30T06:10:11.732Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar ASDC sendASDCNotification
2022-05-30T06:10:11.732Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:11.732Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:10:11.733Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:11.735Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:11.735Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891011730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:10:11.836Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:10:11.837Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:11.837Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:11.865Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:11.865Z||pool-10-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:12.736Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:10:12.737Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:10:12.738Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a24674fa-c424-45f7-96c6-d94bf71a3a14, URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar to file: /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:12.738Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:12.817Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:12.818Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:13.365Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14729886813522771246/Definitions/service-BasicOnboardPenqru-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-30T06:10:15.266Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:10:15.271Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:10:15.271Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.271Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.273Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.273Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.273Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_peNQru 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.273Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.274Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:10:15.280Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.282Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.286Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.286Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:10:15.287Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:10:15.289Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.290Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.290Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.290Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:10:15.290Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:10:15.291Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.291Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.294Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.295Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is not matching search criteria
2022-05-30T06:10:15.295Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-30T06:10:15.295Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-30T06:10:15.295Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-30T06:10:15.296Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-30T06:10:15.296Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:10:15.296Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.296Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:10:15.298Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.298Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.298Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:15.299Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.299Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.299Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:15.300Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.300Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.300Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:15.300Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.301Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is not matching search criteria
2022-05-30T06:10:15.301Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-30T06:10:15.301Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-30T06:10:15.301Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9ad4840d-d6d8-405a-b8fc-c5be114bf838
2022-05-30T06:10:15.302Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.302Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.302Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.303Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.303Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.303Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.303Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:15.304Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.304Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_peNQru
Description:service
Model UUID:a092a161-e0a6-4dbd-8daf-686b7ae7682b
Model Version:NULL
Model InvariantUuid:4d699ebf-8d7a-484c-9976-25e121329953
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_peNQru
Model UUID:b2fe8474-08ca-4dfa-83ba-2e430ad0de31
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f5966f97-b597-4b8a-ad8e-f15644e2a896
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:227984cf-cd65-4f13-821a-73444904dca3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d905589d-3438-40d1-a309-bb14af847fb6
ModelName:BasicOnboardPenqru..base_ubuntu18..module-0
ModelUuid:b6014156-1c94-4068-a9aa-4e5b399ee8c5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ad4840d-d6d8-405a-b8fc-c5be114bf838
ModelInvariantUuid:2c1b4caa-6c06-4c97-b360-74d7c2dab402
ModelName:basic_onboard_peNQru-nodes.ubuntu18Cvfc
ModelUuid:e13ef64e-386c-4552-91ea-9a5013f7c9d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f54d738b-ea4d-4cd6-b15a-1e609ccb9e71
ModelInvariantUuid:b2a13e2b-39a2-46f9-a8b8-c1975168dff9
ModelName:BasicOnboardPenqru.compute.nodes.heat.ubuntu18
ModelUuid:ac7aa45d-b1da-4f7c-8570-b719a4747c62
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:10:15.335Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 74bd2152-6e30-46cd-be35-d43154131d84
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:10:15.416Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||basic_onboard_peNQru 0
2022-05-30T06:10:15.424Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74bd2152-6e30-46cd-be35-d43154131d84
2022-05-30T06:10:15.425Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfa8c53f-834a-466a-8d2f-564c98795833 from URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
2022-05-30T06:10:15.425Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:10:15.425Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
2022-05-30T06:10:15.472Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:10:15.472Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json bfa8c53f-834a-466a-8d2f-564c98795833 798
2022-05-30T06:10:15.472Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json ASDC sendASDCNotification
2022-05-30T06:10:15.472Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
2022-05-30T06:10:15.473Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:10:15.473Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:15.475Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:15.476Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891015472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:10:15.576Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:15.576Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:15.577Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:15.587Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:15.588Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:16.477Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPenqru..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d905589d-3438-40d1-a309-bb14af847fb6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6014156-1c94-4068-a9aa-4e5b399ee8c5",
    "vfModuleModelCustomizationUUID": "29dba3f0-959a-4083-ba6a-e84246bbc0c1",
    "isBase": true,
    "artifacts": [
      "215cc46d-a782-4a0e-9360-b693d5a3b926",
      "3c5220d2-a75c-40fe-b778-3294ae319604"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:10:16.491Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPenqru..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6014156-1c94-4068-a9aa-4e5b399ee8c5
VfModuleModelInvariantUUID:d905589d-3438-40d1-a309-bb14af847fb6
VfModuleModelDescription:NULL
Artifacts UUID List:{
215cc46d-a782-4a0e-9360-b693d5a3b926
,
3c5220d2-a75c-40fe-b778-3294ae319604

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

isBase:true


}

2022-05-30T06:10:16.494Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPenqru..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d905589d-3438-40d1-a309-bb14af847fb6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6014156-1c94-4068-a9aa-4e5b399ee8c5",
    "vfModuleModelCustomizationUUID": "29dba3f0-959a-4083-ba6a-e84246bbc0c1",
    "isBase": true,
    "artifacts": [
      "215cc46d-a782-4a0e-9360-b693d5a3b926",
      "3c5220d2-a75c-40fe-b778-3294ae319604"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:10:16.494Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPenqru..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6014156-1c94-4068-a9aa-4e5b399ee8c5
VfModuleModelInvariantUUID:d905589d-3438-40d1-a309-bb14af847fb6
VfModuleModelDescription:NULL
Artifacts UUID List:{
215cc46d-a782-4a0e-9360-b693d5a3b926
,
3c5220d2-a75c-40fe-b778-3294ae319604

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

isBase:true


}

2022-05-30T06:10:16.495Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 215cc46d-a782-4a0e-9360-b693d5a3b926 from URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
2022-05-30T06:10:16.495Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:10:16.495Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
2022-05-30T06:10:16.544Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:10:16.545Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml 215cc46d-a782-4a0e-9360-b693d5a3b926 5033
2022-05-30T06:10:16.545Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-30T06:10:16.545Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
2022-05-30T06:10:16.546Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:10:16.546Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:16.548Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:16.548Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891016545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:10:16.648Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:16.648Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:16.649Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:16.665Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:16.666Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:17.548Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3c5220d2-a75c-40fe-b778-3294ae319604 from URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
2022-05-30T06:10:17.549Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:10:17.550Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
2022-05-30T06:10:17.593Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:10:17.594Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env 3c5220d2-a75c-40fe-b778-3294ae319604 909
2022-05-30T06:10:17.594Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-30T06:10:17.594Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
2022-05-30T06:10:17.594Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:10:17.595Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:17.597Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:17.598Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891017594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:10:17.698Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:10:17.698Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:17.698Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:17.708Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:17.708Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:18.598Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a092a161-e0a6-4dbd-8daf-686b7ae7682b
2022-05-30T06:10:18.600Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_peNQru 0 74bd2152-6e30-46cd-be35-d43154131d84 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:10:18.643Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4478048, org.onap.sdc.toscaparser.api.parameters.Input@4ccb17a6, org.onap.sdc.toscaparser.api.parameters.Input@53279ef4, org.onap.sdc.toscaparser.api.parameters.Input@240747a2, org.onap.sdc.toscaparser.api.parameters.Input@1cfad6aa]
2022-05-30T06:10:18.647Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.647Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.648Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-30T06:10:18.648Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 227984cf-cd65-4f13-821a-73444904dca3
2022-05-30T06:10:18.649Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 227984cf-cd65-4f13-821a-73444904dca3 matches Tosca VF Customization UUID: 227984cf-cd65-4f13-821a-73444904dca3
2022-05-30T06:10:18.649Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 227984cf-cd65-4f13-821a-73444904dca3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:10:18.661Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.661Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.662Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 227984cf-cd65-4f13-821a-73444904dca3: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-30T06:10:18.663Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c11da7a
2022-05-30T06:10:18.663Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.663Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:10:18.664Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29dba3f0-959a-4083-ba6a-e84246bbc0c1
2022-05-30T06:10:18.665Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29dba3f0-959a-4083-ba6a-e84246bbc0c1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:10:18.683Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.683Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:18.683Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:18.684Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.685Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:18.685Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:18.685Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.686Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is not matching search criteria
2022-05-30T06:10:18.686Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-30T06:10:18.686Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-30T06:10:18.686Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9ad4840d-d6d8-405a-b8fc-c5be114bf838
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:10:18.698Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.699Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:18.699Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:18.699Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.700Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:18.700Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=227984cf-cd65-4f13-821a-73444904dca3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:10:18.702Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.702Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.703Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a092a161-e0a6-4dbd-8daf-686b7ae7682b: basic_onboard_peNQru
2022-05-30T06:10:18.703Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.703Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.705Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.705Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.705Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.706Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:10:18.706Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.706Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_peNQru 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:10:18.930Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_peNQru 74bd2152-6e30-46cd-be35-d43154131d84 1 ASDC deployResourceStructure
2022-05-30T06:10:18.931Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json ASDC sendASDCNotification
2022-05-30T06:10:18.931Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
2022-05-30T06:10:18.931Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:10:18.932Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:18.933Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:18.934Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891018931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:10:19.034Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:19.037Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:19.038Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:19.053Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:19.054Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:10:19.935Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-30T06:10:19.935Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
2022-05-30T06:10:19.936Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:10:19.936Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:19.938Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:19.938Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891019935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:10:20.038Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:20.039Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:20.039Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:20.053Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:20.053Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:20.939Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-30T06:10:20.940Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
2022-05-30T06:10:20.940Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:10:20.940Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:20.942Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:20.942Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891020939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:10:21.042Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:21.043Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:21.043Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:21.055Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:21.056Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:21.943Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar ASDC sendASDCNotification
2022-05-30T06:10:21.944Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:21.944Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:10:21.945Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:21.946Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:21.947Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891021943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:10:22.047Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:22.047Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:22.048Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:22.071Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:10:22.072Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:22.948Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:10:22.971Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:10:22.973Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:10:22.973Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:10:22.973Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:10:52.973Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:10:52.981Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:10:52.983Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:10:52.983Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:10:52.984Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:11:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:11:00.170Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:11:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:11:00.202Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:11:00.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:11:00.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "cds",
  "timestamp": 1653891003959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:11:00.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:11:22.984Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:11:22.993Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:11:22.995Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:11:22.995Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:11:22.995Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:11:52.995Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:11:53.004Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:11:53.006Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:11:53.006Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:11:53.006Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:12:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:12:00.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:12:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:12:00.198Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:12:00.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891002064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891000692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "cds",
  "timestamp": 1653891003959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891002064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891000692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891006308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "cds",
  "timestamp": 1653891003959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891002064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891000692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891006308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "cds",
  "timestamp": 1653891003959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891002064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891000692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891006308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "cds",
  "timestamp": 1653891003959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891002064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891000692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891006308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "cds",
  "timestamp": 1653891003959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891002064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891000692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891000167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891006308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "cds",
  "timestamp": 1653891003959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891006308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891011446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "cds",
  "timestamp": 1653891011805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891011385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891011730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891006308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "cds",
  "timestamp": 1653891012827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.239Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.240Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:00.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891012521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891012310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891013586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891012310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891014664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.254Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.254Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:00.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891012310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891015472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891015669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:12:00.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891012310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891016545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891012310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891017594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891012310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891018931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:12:00.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891012310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891019890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891019935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:12:00.269Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891020161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891019890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891020939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:12:00.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891021172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:12:00.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891019890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891021943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:12:00.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "policy-id",
  "timestamp": 1653891022178,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.278Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.279Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-30T06:12:00.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891022453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891019890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891022453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891019890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891022453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891019890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891022453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891019890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891022453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891028001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891022453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891028079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891022453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "aai-ml",
  "timestamp": 1653891029084,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.297Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:00.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891032513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:12:00.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891033519,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.307Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.307Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:00.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891037400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891039409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:12:00.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "clamp",
  "timestamp": 1653891040414,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.319Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.319Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:23.006Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:12:23.017Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:12:23.020Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:12:23.020Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:12:23.020Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:12:23.020Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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-05-30T06:12:23.025Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:12:53.026Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:12:53.035Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 654f0087-6b08-4893-85a9-bd84027cdfb5 and serviceModelVersionId: a092a161-e0a6-4dbd-8daf-686b7ae7682b
2022-05-30T06:12:53.035Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d699ebf-8d7a-484c-9976-25e121329953
2022-05-30T06:13:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:13:00.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:13:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:00.701Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:00.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891072309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891072309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "cds",
  "timestamp": 1653891078959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891072309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891079890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "cds",
  "timestamp": 1653891078959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891072309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891079890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "cds",
  "timestamp": 1653891078959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891080692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891072309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891079890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "cds",
  "timestamp": 1653891078959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891080692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891082453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891072309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891079890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "cds",
  "timestamp": 1653891078959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891080692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891082453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891072309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891079890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "cds",
  "timestamp": 1653891078959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891080692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891082453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891079890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891085267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "cds",
  "timestamp": 1653891078959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891080692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891082453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891079890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891086308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891086271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:13:00.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891080692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "cds",
  "timestamp": 1653891087029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891082453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891086308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891087990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "policy-id",
  "timestamp": 1653891087274,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.739Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.739Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891080692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "cds",
  "timestamp": 1653891088041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.751Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.751Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891082453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891086308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891082453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891088854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891086308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891090024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891086308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891091572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:13:00.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891086308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891091305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891092577,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.778Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.778Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891086308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891092341,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.797Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.797Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-30T06:13:00.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891092064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891093357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891092064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891092064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891095398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891092064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891092064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891097409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:13:00.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891092064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "clamp",
  "timestamp": 1653891098412,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.820Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.820Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891092064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891099795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891110985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:13:00.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "aai-ml",
  "timestamp": 1653891111989,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.833Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.833Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:07.631Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0
2022-05-30T06:13:07.733Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:13:08.192Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|INFO|500||Invoke
2022-05-30T06:13:08.199Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[654f0087-6b08-4893-85a9-bd84027cdfb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2077fb3a-666e-4ada-a796-cc9b2785f55f], X-ECOMP-RequestID=[654f0087-6b08-4893-85a9-bd84027cdfb5], X-TransactionId=[], X-ONAP-RequestID=[654f0087-6b08-4893-85a9-bd84027cdfb5], Content-Type=[application/merge-patch+json]}
2022-05-30T06:13:08.342Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:13:08.672Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?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/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220530-06:13:08:565-17746], vertex-id=[405528], Content-Length=[0], Date=[Mon, 30 May 2022 06:13:08 GMT], Content-Type=[application/json]}
2022-05-30T06:13:08.674Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:13:08.675Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|INFO|500||InvokeReturn
2022-05-30T06:13:08.679Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:13:08.680Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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-05-30T06:13:08.689Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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-05-30T06:13:08.690Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 654f0087-6b08-4893-85a9-bd84027cdfb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:13:08.691Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:13:08.691Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:08.693Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:08.693Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891188690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:13:08.793Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:08.794Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:08.794Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:08.807Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:08.808Z||pool-18-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-05-30T06:13:09.703Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:13:09.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:13:09.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:14.139Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:14.140Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:13:14.140Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1","serviceName":"vFW 2022-05-30 06-10-12","serviceVersion":"1.0","serviceUUID":"daad8886-b370-485d-8e54-5e2026c5bd71","serviceDescription":"catalog service description","serviceInvariantUUID":"df1823bb-b7ad-4a25-8834-e2a5c731ff33","resources":[{"resourceInstanceName":"vFW f631bd74-3d84 0","resourceName":"vFW f631bd74-3d84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fb709c4-f9db-4582-8775-a212d8c1b24a","resourceInvariantUUID":"bffe1db1-71e0-4bfc-a30c-83e275b390cc","resourceCustomizationUUID":"934267c6-3199-403a-891b-f60b5d8e8b97","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml","artifactChecksum":"MGMzYTI2ZDNlOTI1NGFjMmZmZmQwZTFjOWNkYmRiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9809782-53be-432c-b5f8-e64888d04ccb","artifactVersion":"1"},{"artifactName":"vfwf631bd743d840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json","artifactChecksum":"NjEzNTAxMTA2NjI0NGY3MmRjYjIzMjBkMzgwZTcyY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"693afaeb-b5ab-4253-98cb-32970911b5c8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3477b207-1992-4b5b-ab48-2a45fc7e8744","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml","artifactChecksum":"ZWQwZWViNjI5YTQwNTFlMDQxMDhiMzI3ZGVjZWVmMjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e2b7fb4a-527d-4977-b5a3-c654c9762a9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aa8ccb22-7da7-4ec1-a144-5396408dddd9","artifactVersion":"2","generatedFromUUID":"3477b207-1992-4b5b-ab48-2a45fc7e8744"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220530061012-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml","artifactChecksum":"ZmJhNmNlNDg4MTI4MGE5NWVkMzY5MjMyMjkwOGY0MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0fc00df-042c-47b1-aa23-3cb60f0bcd02","artifactVersion":"1"},{"artifactName":"service-Vfw20220530061012-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar","artifactChecksum":"NTVhZmUxZDg5MTlhYmQ3YzIzNDM2NGRkMDc1OGZjNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3f119f1-7450-4904-ab91-b59dca6c3782","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:13:14.142Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:14.143Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:14.145Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:14.145Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:14.245Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:14.246Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:14.246Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:14.281Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:14.282Z||pool-19-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:15.145Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:15.146Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:15.148Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:15.148Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:13:15.248Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:15.249Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:15.249Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:15.261Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:15.261Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:16.149Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:16.150Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:16.151Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:16.152Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:13:16.252Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:16.252Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:16.253Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:16.274Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:16.274Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:17.152Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:17.153Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:17.155Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:17.155Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:17.256Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T06:13:17.258Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:17.258Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:17.278Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:17.278Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:18.156Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:18.157Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:18.159Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:18.159Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-30T06:13:18.259Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:18.262Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:18.262Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:18.276Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:18.276Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:19.159Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:19.161Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:19.167Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:19.167Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:13:19.263Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-30T06:13:19.265Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:19.265Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:19.278Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:19.278Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:20.167Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:20.168Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:20.170Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:20.171Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:13:20.271Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:20.272Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:20.272Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:20.286Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:20.287Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:21.172Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "serviceName": "vFW 2022-05-30 06-10-12",
  "serviceVersion": "1.0",
  "serviceUUID": "daad8886-b370-485d-8e54-5e2026c5bd71",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "df1823bb-b7ad-4a25-8834-e2a5c731ff33",
  "resources": [
    {
      "resourceInstanceName": "vFW f631bd74-3d84 0",
      "resourceCustomizationUUID": "934267c6-3199-403a-891b-f60b5d8e8b97",
      "resourceName": "vFW f631bd74-3d84",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0fb709c4-f9db-4582-8775-a212d8c1b24a",
      "resourceInvariantUUID": "bffe1db1-71e0-4bfc-a30c-83e275b390cc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf631bd743d840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
          "artifactChecksum": "NjEzNTAxMTA2NjI0NGY3MmRjYjIzMjBkMzgwZTcyY2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "693afaeb-b5ab-4253-98cb-32970911b5c8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3477b207-1992-4b5b-ab48-2a45fc7e8744",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "aa8ccb22-7da7-4ec1-a144-5396408dddd9",
            "generatedFromUUID": "3477b207-1992-4b5b-ab48-2a45fc7e8744"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aa8ccb22-7da7-4ec1-a144-5396408dddd9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220530061012-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
      "artifactChecksum": "NTVhZmUxZDg5MTlhYmQ3YzIzNDM2NGRkMDc1OGZjNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3f119f1-7450-4904-ab91-b59dca6c3782"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:13:21.173Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:13:21.173Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 daad8886-b370-485d-8e54-5e2026c5bd71 ASDC
2022-05-30T06:13:21.173Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
ServiceName:vFW 2022-05-30 06-10-12
ServiceVersion:1.0
ServiceUUID:daad8886-b370-485d-8e54-5e2026c5bd71
ServiceInvariantUUID:df1823bb-b7ad-4a25-8834-e2a5c731ff33
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220530061012-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
ArtifactUUID:d3f119f1-7450-4904-ab91-b59dca6c3782
ArtifactChecksum:NTVhZmUxZDg5MTlhYmQ3YzIzNDM2NGRkMDc1OGZjNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f631bd74-3d84 0
ResourceCustomizationUUID:934267c6-3199-403a-891b-f60b5d8e8b97
ResourceInvariantUUID:bffe1db1-71e0-4bfc-a30c-83e275b390cc
ResourceName:vFW f631bd74-3d84
ResourceType:VF
ResourceUUID:0fb709c4-f9db-4582-8775-a212d8c1b24a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf631bd743d840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
ArtifactUUID:693afaeb-b5ab-4253-98cb-32970911b5c8
ArtifactChecksum:NjEzNTAxMTA2NjI0NGY3MmRjYjIzMjBkMzgwZTcyY2Q=
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/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
ArtifactUUID:3477b207-1992-4b5b-ab48-2a45fc7e8744
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/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
ArtifactUUID:aa8ccb22-7da7-4ec1-a144-5396408dddd9
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/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
ArtifactUUID:aa8ccb22-7da7-4ec1-a144-5396408dddd9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-30T06:13:21.173Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF daad8886-b370-485d-8e54-5e2026c5bd71 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:13:21.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:13:21.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:13:21.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:13:21.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d3f119f1-7450-4904-ab91-b59dca6c3782 from URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:21.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:13:21.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:21.755Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:13:21.760Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar d3f119f1-7450-4904-ab91-b59dca6c3782 98991
2022-05-30T06:13:21.760Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar ASDC sendASDCNotification
2022-05-30T06:13:21.760Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:21.761Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:13:21.761Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:21.763Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:21.763Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891201760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:21.863Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:21.864Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:21.864Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:21.881Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:21.882Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:22.763Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:13:22.764Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:13:22.765Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d3f119f1-7450-4904-ab91-b59dca6c3782, URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar to file: /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:22.765Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220530061012-csar.csar
2022-05-30T06:13:22.766Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:22.766Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:22.933Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7655377585089401801/Definitions/service-Vfw20220530061012-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-30T06:13:24.895Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:13:24.896Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:13:24.897Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.897Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-30T06:13:24.897Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.898Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.898Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.898Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.898Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.899Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.899Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.899Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.899Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f631bd74-3d84 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.901Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:13:24.901Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.902Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.902Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.902Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:13:24.903Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:13:24.903Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.903Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.904Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.904Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:13:24.904Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:13:24.905Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.905Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.905Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.906Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:24.906Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:24.906Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:24.907Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.907Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.907Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:24.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:24.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:24.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:24.909Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.909Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.909Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:24.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:24.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:13:24.911Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.911Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:13:24.911Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.912Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.912Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:24.912Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.913Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.913Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:24.913Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.914Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.914Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:24.914Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:24.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:24.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T06:13:24.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:24.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:24.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:24.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:24.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:24.918Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.918Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0980e209-e0be-415e-88e4-0a2a0b487bbf
2022-05-30T06:13:24.918Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:24.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:24.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:24.920Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.920Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.920Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.921Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:24.921Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:24.921Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T06:13:24.921Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:24.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:24.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.923Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3b4223b-8781-4312-aa12-929cd2e332dd
2022-05-30T06:13:24.923Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.923Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:24.924Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:24.924Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:24.924Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.924Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.925Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.925Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:24.925Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:24.926Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:24.926Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:24.926Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.927Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.927Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T06:13:24.927Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9bf572f-02fc-4452-86f7-e0aa9c5768b6
2022-05-30T06:13:24.927Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.929Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.929Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.929Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:24.930Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.930Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-30 06-10-12
Description:catalog service description
Model UUID:daad8886-b370-485d-8e54-5e2026c5bd71
Model Version:NULL
Model InvariantUuid:df1823bb-b7ad-4a25-8834-e2a5c731ff33
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f631bd74-3d84
Model UUID:32aa9fe7-c242-4d1e-85a2-433591dbe9ef
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bffe1db1-71e0-4bfc-a30c-83e275b390cc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:934267c6-3199-403a-891b-f60b5d8e8b97
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee9faeda-6cf1-4be5-b79a-59497437986c
ModelName:VfwF631bd743d84..base_vfw..module-0
ModelUuid:34af340d-98cd-4cf9-a751-a4e9f5c2b3cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0980e209-e0be-415e-88e4-0a2a0b487bbf
ModelInvariantUuid:4f7ebdd3-9600-4b79-a72c-45b4a221d3b3
ModelName:vFW f631bd74-3d84-nodes.vfwCvfc
ModelUuid:2d7c9461-4607-4d92-a611-10d2b92706a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:24a1c985-760d-4578-ac6b-f3dcab0fb2dc
ModelInvariantUuid:9fef4102-1d80-4f6c-a85a-6f6be8cee6f6
ModelName:VfwF631bd743d84.compute.nodes.heat.vfw
ModelUuid:6ae04183-faba-4fb2-9521-da5de1d5d24b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c3b4223b-8781-4312-aa12-929cd2e332dd
ModelInvariantUuid:541639aa-0ce7-4900-859c-25d99dec630c
ModelName:vFW f631bd74-3d84-nodes.vsnCvfc
ModelUuid:28a70be9-d890-4cbd-8a70-f106fdbe5971
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:586bfc83-8c5f-4ecf-878a-762761318d89
ModelInvariantUuid:4438d543-e6ca-4673-86d5-0ba35dbe72c3
ModelName:VfwF631bd743d84.compute.nodes.heat.vsn
ModelUuid:8052ac9a-d433-47fc-8f2c-329da5b8b62d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9bf572f-02fc-4452-86f7-e0aa9c5768b6
ModelInvariantUuid:d7fef453-6753-4a44-b9b8-269139bce06d
ModelName:vFW f631bd74-3d84-nodes.vpgCvfc
ModelUuid:8e50ddca-9ad2-4eb7-987f-1948e8393fdc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e4244f07-08ab-48e8-beff-d1a00a2ffeac
ModelInvariantUuid:68e654b9-f444-46ac-a2d2-65c2e7038a26
ModelName:VfwF631bd743d84.compute.nodes.heat.vpg
ModelUuid:13c2f995-34fa-4f4e-9bdc-a3c2543e19d1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:13:24.939Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fb709c4-f9db-4582-8775-a212d8c1b24a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:13:24.943Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||vFW f631bd74-3d84 0
2022-05-30T06:13:24.944Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fb709c4-f9db-4582-8775-a212d8c1b24a
2022-05-30T06:13:24.944Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 693afaeb-b5ab-4253-98cb-32970911b5c8 from URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
2022-05-30T06:13:24.944Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:13:24.945Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
2022-05-30T06:13:25.360Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:13:25.361Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json 693afaeb-b5ab-4253-98cb-32970911b5c8 785
2022-05-30T06:13:25.362Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json ASDC sendASDCNotification
2022-05-30T06:13:25.362Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
2022-05-30T06:13:25.362Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:13:25.363Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:25.365Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:25.365Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891205362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:25.465Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:25.466Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:25.466Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:25.483Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:25.483Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:26.366Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF631bd743d84..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ee9faeda-6cf1-4be5-b79a-59497437986c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34af340d-98cd-4cf9-a751-a4e9f5c2b3cd",
    "vfModuleModelCustomizationUUID": "35862152-c221-4451-8aed-5d22a440dc4e",
    "isBase": true,
    "artifacts": [
      "3477b207-1992-4b5b-ab48-2a45fc7e8744",
      "aa8ccb22-7da7-4ec1-a144-5396408dddd9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:13:26.371Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF631bd743d84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34af340d-98cd-4cf9-a751-a4e9f5c2b3cd
VfModuleModelInvariantUUID:ee9faeda-6cf1-4be5-b79a-59497437986c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3477b207-1992-4b5b-ab48-2a45fc7e8744
,
aa8ccb22-7da7-4ec1-a144-5396408dddd9

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

isBase:true


}

2022-05-30T06:13:26.373Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF631bd743d84..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ee9faeda-6cf1-4be5-b79a-59497437986c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34af340d-98cd-4cf9-a751-a4e9f5c2b3cd",
    "vfModuleModelCustomizationUUID": "35862152-c221-4451-8aed-5d22a440dc4e",
    "isBase": true,
    "artifacts": [
      "3477b207-1992-4b5b-ab48-2a45fc7e8744",
      "aa8ccb22-7da7-4ec1-a144-5396408dddd9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:13:26.373Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF631bd743d84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34af340d-98cd-4cf9-a751-a4e9f5c2b3cd
VfModuleModelInvariantUUID:ee9faeda-6cf1-4be5-b79a-59497437986c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3477b207-1992-4b5b-ab48-2a45fc7e8744
,
aa8ccb22-7da7-4ec1-a144-5396408dddd9

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

isBase:true


}

2022-05-30T06:13:26.373Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3477b207-1992-4b5b-ab48-2a45fc7e8744 from URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
2022-05-30T06:13:26.374Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:13:26.374Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
2022-05-30T06:13:26.765Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:13:26.767Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml 3477b207-1992-4b5b-ab48-2a45fc7e8744 20368
2022-05-30T06:13:26.767Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T06:13:26.767Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
2022-05-30T06:13:26.767Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:13:26.768Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:26.770Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:26.770Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891206767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:26.870Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:26.871Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:26.871Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:26.886Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:26.887Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:27.770Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: aa8ccb22-7da7-4ec1-a144-5396408dddd9 from URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
2022-05-30T06:13:27.771Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:13:27.771Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
2022-05-30T06:13:28.160Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:13:28.160Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env aa8ccb22-7da7-4ec1-a144-5396408dddd9 2098
2022-05-30T06:13:28.161Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T06:13:28.161Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
2022-05-30T06:13:28.161Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:13:28.161Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:28.163Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:28.163Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891208161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:13:28.263Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:28.264Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:28.264Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:28.275Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:28.275Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:29.164Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: daad8886-b370-485d-8e54-5e2026c5bd71
2022-05-30T06:13:29.164Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f631bd74-3d84 0 0fb709c4-f9db-4582-8775-a212d8c1b24a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:13:29.190Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6429331b, org.onap.sdc.toscaparser.api.parameters.Input@5393937f, org.onap.sdc.toscaparser.api.parameters.Input@14cb9030, org.onap.sdc.toscaparser.api.parameters.Input@5f20f51b, org.onap.sdc.toscaparser.api.parameters.Input@72bca40f]
2022-05-30T06:13:29.191Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.191Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.192Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-30T06:13:29.192Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 934267c6-3199-403a-891b-f60b5d8e8b97
2022-05-30T06:13:29.192Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 934267c6-3199-403a-891b-f60b5d8e8b97 matches Tosca VF Customization UUID: 934267c6-3199-403a-891b-f60b5d8e8b97
2022-05-30T06:13:29.192Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 934267c6-3199-403a-891b-f60b5d8e8b97  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:13:29.195Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.195Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.196Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 934267c6-3199-403a-891b-f60b5d8e8b97: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-30T06:13:29.196Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d293f5a
2022-05-30T06:13:29.196Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.197Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:13:29.197Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35862152-c221-4451-8aed-5d22a440dc4e
2022-05-30T06:13:29.197Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35862152-c221-4451-8aed-5d22a440dc4e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:13:29.200Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.200Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:29.203Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:29.203Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:29.203Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.203Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0980e209-e0be-415e-88e4-0a2a0b487bbf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:13:29.207Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.207Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:29.210Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.210Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:29.210Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.210Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3b4223b-8781-4312-aa12-929cd2e332dd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:13:29.213Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.213Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.213Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.216Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.219Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.219Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T06:13:29.219Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9bf572f-02fc-4452-86f7-e0aa9c5768b6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:13:29.221Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=934267c6-3199-403a-891b-f60b5d8e8b97
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:13:29.224Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.224Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid daad8886-b370-485d-8e54-5e2026c5bd71: vFW f631bd74-3d84
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.227Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-30 06-10-12 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:29.442Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f631bd74-3d84 0fb709c4-f9db-4582-8775-a212d8c1b24a 1 ASDC deployResourceStructure
2022-05-30T06:13:29.442Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json ASDC sendASDCNotification
2022-05-30T06:13:29.443Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
2022-05-30T06:13:29.443Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:13:29.443Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:29.445Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:29.445Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891209442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:13:29.545Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:13:29.546Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:29.546Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:29.557Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:29.558Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:30.446Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T06:13:30.447Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
2022-05-30T06:13:30.447Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:13:30.447Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:30.450Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:30.450Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891210446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:13:30.550Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:30.551Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:30.551Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:30.566Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:30.566Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:31.451Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T06:13:31.451Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
2022-05-30T06:13:31.451Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:13:31.452Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:31.454Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:31.454Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891211450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:13:31.554Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:31.555Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:31.555Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:31.567Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:31.567Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:32.455Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar ASDC sendASDCNotification
2022-05-30T06:13:32.455Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:32.456Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:13:32.456Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:32.458Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:32.458Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891212455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:13:32.558Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:32.559Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:32.559Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:32.570Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:13:32.570Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:33.459Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:13:33.466Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:13:33.469Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:13:33.469Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:13:33.471Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-05-30T06:13:33.473Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:14:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:14:00.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:14:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:00.799Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:00.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891188690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-30T06:14:00.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:14:00.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:14:00.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:14:00.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891189703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:14:00.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:14:00.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891201760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:14:00.807Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891205362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:14:00.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891206767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:14:00.809Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891208161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:14:00.810Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891209442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:14:00.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891210446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:14:00.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891211450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:14:00.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891212455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:14:00.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:03.473Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:14:03.478Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and serviceModelVersionId: daad8886-b370-485d-8e54-5e2026c5bd71
2022-05-30T06:14:03.479Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df1823bb-b7ad-4a25-8834-e2a5c731ff33
2022-05-30T06:14:03.480Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0
2022-05-30T06:14:03.487Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:14:03.568Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-30T06:14:03.570Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0|INFO|500||Invoke
2022-05-30T06:14:03.596Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:14:03.974Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0|INFO|500||InvokeReturn
2022-05-30T06:14:03.975Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-06:14:03:819-74188], vertex-id=[151768], Content-Length=[0], Date=[Mon, 30 May 2022 06:14:03 GMT], Content-Type=[application/json]}
2022-05-30T06:14:03.975Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:14:03.975Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:14:03.975Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-05-30T06:14:03.990Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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-05-30T06:14:03.990Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:14:03.990Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:14:03.991Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:03.993Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:03.993Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891243990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:14:04.093Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:04.094Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:04.095Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:04.115Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:04.115Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:14:05.002Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:14:05.002Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:14:05.003Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:14.560Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:14.561Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:14:14.562Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:14:14.562Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:17.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:17.901Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:14:17.901Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e433447-df64-4e2b-8ffa-215225646a37","serviceName":"vFW 2022-05-30 06-13-09","serviceVersion":"1.0","serviceUUID":"755c4b53-59aa-412b-bf2e-0aee3e9d6a68","serviceDescription":"catalog service description","serviceInvariantUUID":"8bb3068a-773a-44e6-8ec7-d3b2cf3998ee","resources":[{"resourceInstanceName":"vFW 9d3a554a-1442 0","resourceName":"vFW 9d3a554a-1442","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"08b8ae44-4a3e-40cb-8dae-97abf0663b06","resourceInvariantUUID":"25d03fc0-e11e-4bf8-9024-62e312a9ced4","resourceCustomizationUUID":"89241e41-d5ea-4113-9da9-d2a388ee81aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml","artifactChecksum":"ZWZhM2IxMTZkZmJjNDlhN2I3Zjk1YzNiMGM4MDA2MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1a2a111-4272-4af5-ab6a-566c6ec33633","artifactVersion":"1"},{"artifactName":"vfw9d3a554a14420_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json","artifactChecksum":"ODNlM2FkNzQ5ZjZlMWU1OGNlZDIxMzZiNTQ4NGJjY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de49d84f-1e53-44fe-afb5-f838c5251c21","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6aa5276-09b0-4706-be9b-7ce00fc268b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml","artifactChecksum":"ODA5ZWMyNTY5MjZlYjI1ODZmM2U4ZjIzNDZhOGFhMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0827172a-f839-41be-8070-51d9577977a4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c64e35e9-0dc2-4608-b02c-bbbfc53dd939","artifactVersion":"2","generatedFromUUID":"a6aa5276-09b0-4706-be9b-7ce00fc268b1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220530061309-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml","artifactChecksum":"ZTk1ZTIzZWI3ZTk2YTNhNmNmMTYwNTkwYTYxNzhjZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8cc7f1f-aef7-403d-9fc9-066b3653a81a","artifactVersion":"1"},{"artifactName":"service-Vfw20220530061309-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar","artifactChecksum":"ZGZkZjlkODNjNzU0ZDUyY2YyMTA2N2Y4OTEyN2ViMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba3f8ed8-3d77-460d-b164-881febee1bdb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:14:17.907Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:17.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:17.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:17.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:14:18.011Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:18.013Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:18.013Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:18.030Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:18.030Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:18.911Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:18.913Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:18.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:18.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:14:19.016Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:19.016Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:19.016Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:19.041Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:19.042Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:19.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:19.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:19.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:19.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:14:20.020Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:20.020Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:20.020Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:20.037Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:20.038Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:14:20.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:20.920Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:20.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:20.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:14:21.022Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:14:21.023Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:21.023Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:21.035Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:21.036Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:21.923Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:21.925Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:21.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:21.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-30T06:14:22.028Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:22.029Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:22.029Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:22.046Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:22.047Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:22.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:22.929Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:22.931Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:22.932Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:14:23.031Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:14:23.032Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:23.033Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:23.053Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:23.053Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:23.932Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:23.936Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:23.949Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:23.949Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:14:24.042Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-30T06:14:24.043Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:24.043Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:24.059Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:24.059Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:24.952Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "serviceName": "vFW 2022-05-30 06-13-09",
  "serviceVersion": "1.0",
  "serviceUUID": "755c4b53-59aa-412b-bf2e-0aee3e9d6a68",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8bb3068a-773a-44e6-8ec7-d3b2cf3998ee",
  "resources": [
    {
      "resourceInstanceName": "vFW 9d3a554a-1442 0",
      "resourceCustomizationUUID": "89241e41-d5ea-4113-9da9-d2a388ee81aa",
      "resourceName": "vFW 9d3a554a-1442",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "08b8ae44-4a3e-40cb-8dae-97abf0663b06",
      "resourceInvariantUUID": "25d03fc0-e11e-4bf8-9024-62e312a9ced4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9d3a554a14420_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
          "artifactChecksum": "ODNlM2FkNzQ5ZjZlMWU1OGNlZDIxMzZiNTQ4NGJjY2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "de49d84f-1e53-44fe-afb5-f838c5251c21",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a6aa5276-09b0-4706-be9b-7ce00fc268b1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c64e35e9-0dc2-4608-b02c-bbbfc53dd939",
            "generatedFromUUID": "a6aa5276-09b0-4706-be9b-7ce00fc268b1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c64e35e9-0dc2-4608-b02c-bbbfc53dd939",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220530061309-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
      "artifactChecksum": "ZGZkZjlkODNjNzU0ZDUyY2YyMTA2N2Y4OTEyN2ViMjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ba3f8ed8-3d77-460d-b164-881febee1bdb"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:14:24.953Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:14:24.953Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 755c4b53-59aa-412b-bf2e-0aee3e9d6a68 ASDC
2022-05-30T06:14:24.955Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1e433447-df64-4e2b-8ffa-215225646a37
ServiceName:vFW 2022-05-30 06-13-09
ServiceVersion:1.0
ServiceUUID:755c4b53-59aa-412b-bf2e-0aee3e9d6a68
ServiceInvariantUUID:8bb3068a-773a-44e6-8ec7-d3b2cf3998ee
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220530061309-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar
ArtifactUUID:ba3f8ed8-3d77-460d-b164-881febee1bdb
ArtifactChecksum:ZGZkZjlkODNjNzU0ZDUyY2YyMTA2N2Y4OTEyN2ViMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9d3a554a-1442 0
ResourceCustomizationUUID:89241e41-d5ea-4113-9da9-d2a388ee81aa
ResourceInvariantUUID:25d03fc0-e11e-4bf8-9024-62e312a9ced4
ResourceName:vFW 9d3a554a-1442
ResourceType:VF
ResourceUUID:08b8ae44-4a3e-40cb-8dae-97abf0663b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9d3a554a14420_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json
ArtifactUUID:de49d84f-1e53-44fe-afb5-f838c5251c21
ArtifactChecksum:ODNlM2FkNzQ5ZjZlMWU1OGNlZDIxMzZiNTQ4NGJjY2Y=
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/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml
ArtifactUUID:a6aa5276-09b0-4706-be9b-7ce00fc268b1
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/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
ArtifactUUID:c64e35e9-0dc2-4608-b02c-bbbfc53dd939
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/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
ArtifactUUID:c64e35e9-0dc2-4608-b02c-bbbfc53dd939
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-30T06:14:24.955Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 755c4b53-59aa-412b-bf2e-0aee3e9d6a68 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:14:24.988Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:14:24.989Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:14:24.989Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:14:24.989Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ba3f8ed8-3d77-460d-b164-881febee1bdb from URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:24.990Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:14:24.990Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:25.664Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:14:25.670Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar ba3f8ed8-3d77-460d-b164-881febee1bdb 99006
2022-05-30T06:14:25.670Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar ASDC sendASDCNotification
2022-05-30T06:14:25.671Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:25.671Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:14:25.672Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:25.673Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:25.674Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891265670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:14:25.774Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:25.775Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:25.775Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:25.787Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:25.787Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:26.674Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:14:26.676Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:14:26.676Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ba3f8ed8-3d77-460d-b164-881febee1bdb, URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar to file: /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:26.676Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220530061309-csar.csar
2022-05-30T06:14:26.677Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:26.677Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:26.851Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17597960272784662801/Definitions/service-Vfw20220530061309-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-30T06:14:28.608Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:14:28.609Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:14:28.609Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|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-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|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-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|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-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|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-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|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-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9d3a554a-1442 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|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-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|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-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.613Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.613Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.613Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:14:28.613Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:14:28.614Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.614Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.614Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.614Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:14:28.615Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:14:28.615Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.615Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.619Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:14:28.619Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.619Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:14:28.619Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.620Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:14:28.620Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.620Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.620Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:28.621Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.621Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.621Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:28.621Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.624Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.624Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:14:28.624Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.624Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:14:28.625Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.625Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=795eb294-21cf-4651-9a02-e2ff3b7d2b55
2022-05-30T06:14:28.625Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.625Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.627Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:14:28.627Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:28.627Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T06:14:28.627Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:14:28.628Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.628Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:14:28.628Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.628Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d754223-ed3f-4b6e-a38b-da2dce654be4
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.630Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.630Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.630Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:14:28.630Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T06:14:28.632Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a6e677ef-a799-46d5-95da-2eaf9ec29748
2022-05-30T06:14:28.632Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.632Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.632Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.633Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.633Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.633Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.633Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:28.634Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.634Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-30 06-13-09
Description:catalog service description
Model UUID:755c4b53-59aa-412b-bf2e-0aee3e9d6a68
Model Version:NULL
Model InvariantUuid:8bb3068a-773a-44e6-8ec7-d3b2cf3998ee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9d3a554a-1442
Model UUID:2952c539-4395-4996-9938-d24ee6281650
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:25d03fc0-e11e-4bf8-9024-62e312a9ced4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:89241e41-d5ea-4113-9da9-d2a388ee81aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c8a6a960-81a6-4189-acae-735f27175138
ModelName:Vfw9d3a554a1442..base_vfw..module-0
ModelUuid:5ea98490-f13e-4cc5-9fce-e1980fbb54dc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:795eb294-21cf-4651-9a02-e2ff3b7d2b55
ModelInvariantUuid:5fe6d23e-18da-471e-ba2c-47430f863c22
ModelName:vFW 9d3a554a-1442-nodes.vfwCvfc
ModelUuid:dc953ae2-f7f7-4e76-8acf-e5a15f3e4ee6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2536fea-c1a5-4127-8084-010079dae374
ModelInvariantUuid:f340eff1-4a25-452d-8459-1f07e951fc32
ModelName:Vfw9d3a554a1442.compute.nodes.heat.vfw
ModelUuid:7ea40339-8644-435c-8cd6-180cfe63a0d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7d754223-ed3f-4b6e-a38b-da2dce654be4
ModelInvariantUuid:abf808e3-509f-423f-8772-757d2681df20
ModelName:vFW 9d3a554a-1442-nodes.vsnCvfc
ModelUuid:9a55c261-4b54-4845-ae4b-e550c45827c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a29c4d5a-4c07-43b4-81ee-3dad1cb0ab15
ModelInvariantUuid:df2346e1-585f-41f9-8d5d-6988c701c9ef
ModelName:Vfw9d3a554a1442.compute.nodes.heat.vsn
ModelUuid:3d509d10-8018-473c-bb8a-91608d07e7f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a6e677ef-a799-46d5-95da-2eaf9ec29748
ModelInvariantUuid:bd58d275-a1ba-4db7-8b93-f4e82e31d628
ModelName:vFW 9d3a554a-1442-nodes.vpgCvfc
ModelUuid:45137b79-4b0e-4347-96c6-5c2fb3144f6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:58ce6cc6-20d9-400b-a612-a56d6b24c227
ModelInvariantUuid:c3bacb06-036f-4897-a202-31ad6ac1d267
ModelName:Vfw9d3a554a1442.compute.nodes.heat.vpg
ModelUuid:245d2747-1ec9-4cb8-9401-c5be3439f923
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:14:28.644Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 08b8ae44-4a3e-40cb-8dae-97abf0663b06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:14:28.647Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||vFW 9d3a554a-1442 0
2022-05-30T06:14:28.648Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 08b8ae44-4a3e-40cb-8dae-97abf0663b06
2022-05-30T06:14:28.648Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de49d84f-1e53-44fe-afb5-f838c5251c21 from URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json
2022-05-30T06:14:28.648Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:14:28.649Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json
2022-05-30T06:14:29.054Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:14:29.056Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json de49d84f-1e53-44fe-afb5-f838c5251c21 785
2022-05-30T06:14:29.057Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json ASDC sendASDCNotification
2022-05-30T06:14:29.059Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json
2022-05-30T06:14:29.059Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:14:29.060Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:29.062Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:29.062Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891269057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:14:29.163Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:29.164Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:29.164Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:29.177Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:29.177Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:30.063Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9d3a554a1442..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c8a6a960-81a6-4189-acae-735f27175138",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ea98490-f13e-4cc5-9fce-e1980fbb54dc",
    "vfModuleModelCustomizationUUID": "3cb287d9-ec34-4ecb-8e49-2372c2c2e726",
    "isBase": true,
    "artifacts": [
      "a6aa5276-09b0-4706-be9b-7ce00fc268b1",
      "c64e35e9-0dc2-4608-b02c-bbbfc53dd939"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:14:30.067Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d3a554a1442..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ea98490-f13e-4cc5-9fce-e1980fbb54dc
VfModuleModelInvariantUUID:c8a6a960-81a6-4189-acae-735f27175138
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6aa5276-09b0-4706-be9b-7ce00fc268b1
,
c64e35e9-0dc2-4608-b02c-bbbfc53dd939

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

isBase:true


}

2022-05-30T06:14:30.069Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9d3a554a1442..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c8a6a960-81a6-4189-acae-735f27175138",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ea98490-f13e-4cc5-9fce-e1980fbb54dc",
    "vfModuleModelCustomizationUUID": "3cb287d9-ec34-4ecb-8e49-2372c2c2e726",
    "isBase": true,
    "artifacts": [
      "a6aa5276-09b0-4706-be9b-7ce00fc268b1",
      "c64e35e9-0dc2-4608-b02c-bbbfc53dd939"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:14:30.069Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d3a554a1442..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ea98490-f13e-4cc5-9fce-e1980fbb54dc
VfModuleModelInvariantUUID:c8a6a960-81a6-4189-acae-735f27175138
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6aa5276-09b0-4706-be9b-7ce00fc268b1
,
c64e35e9-0dc2-4608-b02c-bbbfc53dd939

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

isBase:true


}

2022-05-30T06:14:30.069Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a6aa5276-09b0-4706-be9b-7ce00fc268b1 from URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml
2022-05-30T06:14:30.069Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:14:30.070Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml
2022-05-30T06:14:30.224Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:14:30.224Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml a6aa5276-09b0-4706-be9b-7ce00fc268b1 20368
2022-05-30T06:14:30.225Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T06:14:30.225Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml
2022-05-30T06:14:30.225Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:14:30.225Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:30.227Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:30.227Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891270225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:14:30.327Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:30.328Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:30.328Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:30.342Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:30.343Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:31.228Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c64e35e9-0dc2-4608-b02c-bbbfc53dd939 from URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
2022-05-30T06:14:31.229Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:14:31.229Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
2022-05-30T06:14:31.419Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:14:31.419Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env c64e35e9-0dc2-4608-b02c-bbbfc53dd939 2098
2022-05-30T06:14:31.420Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T06:14:31.420Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
2022-05-30T06:14:31.420Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:14:31.420Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:31.422Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:31.423Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891271420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:14:31.523Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:31.523Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:31.523Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:31.532Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:31.532Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:32.423Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 755c4b53-59aa-412b-bf2e-0aee3e9d6a68
2022-05-30T06:14:32.424Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9d3a554a-1442 0 08b8ae44-4a3e-40cb-8dae-97abf0663b06 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:14:32.441Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@228a1cf2, org.onap.sdc.toscaparser.api.parameters.Input@152fd2d7, org.onap.sdc.toscaparser.api.parameters.Input@644c2019, org.onap.sdc.toscaparser.api.parameters.Input@4e009dba, org.onap.sdc.toscaparser.api.parameters.Input@3c9f6504]
2022-05-30T06:14:32.442Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 89241e41-d5ea-4113-9da9-d2a388ee81aa
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 89241e41-d5ea-4113-9da9-d2a388ee81aa matches Tosca VF Customization UUID: 89241e41-d5ea-4113-9da9-d2a388ee81aa
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 89241e41-d5ea-4113-9da9-d2a388ee81aa  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:14:32.449Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.449Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.450Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 89241e41-d5ea-4113-9da9-d2a388ee81aa: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-30T06:14:32.450Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18a3b585
2022-05-30T06:14:32.450Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.451Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:14:32.451Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cb287d9-ec34-4ecb-8e49-2372c2c2e726
2022-05-30T06:14:32.451Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cb287d9-ec34-4ecb-8e49-2372c2c2e726
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:14:32.454Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.454Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:32.454Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:32.454Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:14:32.457Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:32.457Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:14:32.457Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.457Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=795eb294-21cf-4651-9a02-e2ff3b7d2b55
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:14:32.460Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.460Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:32.460Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:32.461Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.461Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:32.461Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:32.461Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:14:32.462Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.462Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:32.462Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.462Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:14:32.462Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:32.462Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T06:14:32.462Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:14:32.463Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:32.463Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:14:32.463Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.463Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d754223-ed3f-4b6e-a38b-da2dce654be4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:14:32.465Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.466Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:32.466Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:32.466Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.466Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:32.466Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:32.467Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:14:32.467Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.467Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:32.467Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.467Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:14:32.467Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:32.468Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:14:32.468Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:14:32.468Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.468Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:32.468Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T06:14:32.468Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a6e677ef-a799-46d5-95da-2eaf9ec29748
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:14:32.471Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.471Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:32.471Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:32.471Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.471Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:32.472Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=89241e41-d5ea-4113-9da9-d2a388ee81aa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:14:32.476Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.476Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.476Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 755c4b53-59aa-412b-bf2e-0aee3e9d6a68: vFW 9d3a554a-1442
2022-05-30T06:14:32.476Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.476Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.477Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.477Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.477Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.477Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.477Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.477Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.478Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:14:32.478Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.478Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-30 06-13-09 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:14:32.756Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9d3a554a-1442 08b8ae44-4a3e-40cb-8dae-97abf0663b06 1 ASDC deployResourceStructure
2022-05-30T06:14:32.757Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json ASDC sendASDCNotification
2022-05-30T06:14:32.757Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json
2022-05-30T06:14:32.757Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:14:32.757Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:32.759Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:32.759Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891272757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:14:32.859Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:32.860Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:32.861Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:32.874Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:32.875Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:14:33.760Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T06:14:33.760Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml
2022-05-30T06:14:33.761Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:14:33.761Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:33.763Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:33.763Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891273760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:14:33.863Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:33.864Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:33.864Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:33.877Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:33.877Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:34.764Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T06:14:34.764Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
2022-05-30T06:14:34.764Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:14:34.764Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:34.771Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:34.771Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891274763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:14:34.872Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:34.872Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:34.872Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:34.890Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:34.890Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:14:35.772Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar ASDC sendASDCNotification
2022-05-30T06:14:35.773Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:35.773Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:14:35.773Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:35.775Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:35.775Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891275772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:14:35.875Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:35.876Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:35.876Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:35.889Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:14:35.890Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:36.776Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e433447-df64-4e2b-8ffa-215225646a37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:14:36.784Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e433447-df64-4e2b-8ffa-215225646a37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:14:36.785Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:14:36.785Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:14:36.785Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:15:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:15:00.172Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:15:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:15:00.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:15:00.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891243990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:15:00.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891252309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891252309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "cds",
  "timestamp": 1653891258959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891259891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891252309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "cds",
  "timestamp": 1653891258959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891259891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891252309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "cds",
  "timestamp": 1653891258959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891260692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891259891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891252309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "cds",
  "timestamp": 1653891258959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891260692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891262453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891259891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891252309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "cds",
  "timestamp": 1653891258959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891260692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891262453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891259891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891254561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891252309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "cds",
  "timestamp": 1653891258959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891260692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891262453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891259891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "cds",
  "timestamp": 1653891258959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891260692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891265670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891265676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891262453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891259891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891266308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891260692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891266680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:15:00.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891262453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "cds",
  "timestamp": 1653891267104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891267866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891266308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891260692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "policy-id",
  "timestamp": 1653891267683,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:15:00.841Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e433447-df64-4e2b-8ffa-215225646a37
2022-05-30T06:15:00.841Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e433447-df64-4e2b-8ffa-215225646a37 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:15:00.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891262453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "cds",
  "timestamp": 1653891268134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:15:00.857Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e433447-df64-4e2b-8ffa-215225646a37
2022-05-30T06:15:00.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e433447-df64-4e2b-8ffa-215225646a37 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:15:00.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891266308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891262453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891268943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891269057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891266308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891270218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891270225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891266308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891271391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:15:00.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891266308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891271417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891271420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891272396,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:15:00.871Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e433447-df64-4e2b-8ffa-215225646a37
2022-05-30T06:15:00.871Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e433447-df64-4e2b-8ffa-215225646a37 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:15:00.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891266308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891272452,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:15:00.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e433447-df64-4e2b-8ffa-215225646a37
2022-05-30T06:15:00.881Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e433447-df64-4e2b-8ffa-215225646a37 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-30T06:15:00.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891272757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:15:00.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891272064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891273479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:15:00.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891273760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:15:00.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891272064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891274763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:15:00.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891272064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891275487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891275772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:15:00.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891272064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891272064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891277497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:15:00.896Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891272064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:15:00.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "clamp",
  "timestamp": 1653891278501,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:15:00.899Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e433447-df64-4e2b-8ffa-215225646a37
2022-05-30T06:15:00.900Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e433447-df64-4e2b-8ffa-215225646a37 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:15:00.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891272064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:15:00.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:15:00.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891279803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:15:00.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891291586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:15:00.906Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:15:00.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:15:00.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "aai-ml",
  "timestamp": 1653891292590,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:15:00.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e433447-df64-4e2b-8ffa-215225646a37
2022-05-30T06:15:00.909Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e433447-df64-4e2b-8ffa-215225646a37 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:15:06.786Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e433447-df64-4e2b-8ffa-215225646a37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:15:06.804Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e433447-df64-4e2b-8ffa-215225646a37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:15:06.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:15:06.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:15:06.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:15:06.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:15:06.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:15:06.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:15:06.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:15:06.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:15:06.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:15:06.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:15:06.809Z|1e433447-df64-4e2b-8ffa-215225646a37|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-05-30T06:15:06.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:15:36.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e433447-df64-4e2b-8ffa-215225646a37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:15:36.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e433447-df64-4e2b-8ffa-215225646a37 and serviceModelVersionId: 755c4b53-59aa-412b-bf2e-0aee3e9d6a68
2022-05-30T06:15:36.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bb3068a-773a-44e6-8ec7-d3b2cf3998ee
2022-05-30T06:15:36.821Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bb3068a-773a-44e6-8ec7-d3b2cf3998ee/model-vers/model-ver/755c4b53-59aa-412b-bf2e-0aee3e9d6a68?depth=0
2022-05-30T06:15:36.827Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:15:36.899Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb3068a-773a-44e6-8ec7-d3b2cf3998ee/model-vers/model-ver/755c4b53-59aa-412b-bf2e-0aee3e9d6a68?depth=0|INFO|500||Invoke
2022-05-30T06:15:36.899Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb3068a-773a-44e6-8ec7-d3b2cf3998ee/model-vers/model-ver/755c4b53-59aa-412b-bf2e-0aee3e9d6a68?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb3068a-773a-44e6-8ec7-d3b2cf3998ee/model-vers/model-ver/755c4b53-59aa-412b-bf2e-0aee3e9d6a68?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e433447-df64-4e2b-8ffa-215225646a37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aee509ff-6c18-4146-8f39-a36cb9cdc26f], X-ECOMP-RequestID=[1e433447-df64-4e2b-8ffa-215225646a37], X-TransactionId=[], X-ONAP-RequestID=[1e433447-df64-4e2b-8ffa-215225646a37], Content-Type=[application/merge-patch+json]}
2022-05-30T06:15:36.935Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb3068a-773a-44e6-8ec7-d3b2cf3998ee/model-vers/model-ver/755c4b53-59aa-412b-bf2e-0aee3e9d6a68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:15:37.116Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb3068a-773a-44e6-8ec7-d3b2cf3998ee/model-vers/model-ver/755c4b53-59aa-412b-bf2e-0aee3e9d6a68?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/8bb3068a-773a-44e6-8ec7-d3b2cf3998ee/model-vers/model-ver/755c4b53-59aa-412b-bf2e-0aee3e9d6a68?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-06:15:37:161-56086], vertex-id=[155864], Content-Length=[0], Date=[Mon, 30 May 2022 06:15:37 GMT], Content-Type=[application/json]}
2022-05-30T06:15:37.116Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb3068a-773a-44e6-8ec7-d3b2cf3998ee/model-vers/model-ver/755c4b53-59aa-412b-bf2e-0aee3e9d6a68?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:15:37.117Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb3068a-773a-44e6-8ec7-d3b2cf3998ee/model-vers/model-ver/755c4b53-59aa-412b-bf2e-0aee3e9d6a68?depth=0|INFO|500||InvokeReturn
2022-05-30T06:15:37.117Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:15:37.117Z|1e433447-df64-4e2b-8ffa-215225646a37|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-05-30T06:15:37.123Z|1e433447-df64-4e2b-8ffa-215225646a37|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-05-30T06:15:37.123Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e433447-df64-4e2b-8ffa-215225646a37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:15:37.124Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:15:37.124Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:15:37.126Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:15:37.127Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891337123,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:15:37.227Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:15:37.228Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:15:37.228Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:15:37.244Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:15:37.244Z||pool-50-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-05-30T06:15:38.143Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:15:38.143Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:15:38.143Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:15:47.692Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:15:47.694Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:15:47.694Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:15:47.695Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:15:57.232Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:16:00.167Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:16:00.168Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:16:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:16:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:16:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:16:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:16:00.793Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:16:00.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:16:00.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891337123,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:16:00.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:16:09.714Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:17:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:17:00.168Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:17:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:17:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:17:00.169Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:17:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:17:09.716Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:17:09.716Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:18:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:18:00.168Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:18:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:18:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:18:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:18:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:18:09.713Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:18:09.713Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:19:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:19:00.168Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:19:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:19:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:19:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:19:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:19:09.717Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:19:09.722Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:20:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:20:00.168Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:20:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:20:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:20:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:20:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:20:09.742Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:20:09.742Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:21:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:21:00.168Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:21:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:21:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:21:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:21:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:21:09.710Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:21:09.712Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:22:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:22:00.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:22:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:22:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:22:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:22:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:22:09.713Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:22:09.714Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:23:00.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:23:00.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:23:00.175Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:23:00.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:23:00.176Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:23:00.176Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:23:09.737Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:23:09.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:24:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:24:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:24:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:24:00.170Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:24:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:24:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:24:09.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:24:09.758Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:25:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:25:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:25:00.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:25:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:25:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:25:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:25:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:25:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891886308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:25:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891880692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891880692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891886308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "cds",
  "timestamp": 1653891888959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:25:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891889889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:25:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "cds",
  "timestamp": 1653891888959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:25:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891889889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "cds",
  "timestamp": 1653891892339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891892868,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "clamp",
  "timestamp": 1653891892453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:25:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "policy-id",
  "timestamp": 1653891892309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:25:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "cds",
  "timestamp": 1653891893347,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:25:00.821Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:25:00.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dba606a-44f4-4e16-b8e5-460425422166","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5e223598-84af-4d84-ab8c-10232291a9cd","serviceDescription":"service","serviceInvariantUUID":"c1ee8820-9bae-41fd-874b-efe0384747d7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f331e6d-5604-4637-b7fe-6c53b097d66f","resourceInvariantUUID":"434ab12c-b7a7-462a-8712-f28a979a3763","resourceCustomizationUUID":"91863a5d-e737-4bc9-b8de-4bcd3585f1ba","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":"ZDNiMzRlNjg0M2IzZmU2MWQ5OTZmNTAzMDQzMzRjYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5139ad7c-fed3-4f3c-82c1-5827acb01e7d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWJiZWExZDZhODZiMWU1NjAwZWMzMzY1YWNhMTdlOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"899e71fe-8031-4d04-926d-ee60ba05b0f1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:25:00.826Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:25:00.827Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:25:00.836Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:25:00.836Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891900167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:25:00.839Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dba606a-44f4-4e16-b8e5-460425422166
2022-05-30T06:25:00.839Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dba606a-44f4-4e16-b8e5-460425422166 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:25:00.848Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.848Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "clamp",
  "timestamp": 1653891892453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:25:00.848Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.848Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.849Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891894507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:25:00.849Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:25:00.849Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.849Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "policy-id",
  "timestamp": 1653891892309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:25:00.850Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:25:00.850Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.850Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891895511,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:25:00.854Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dba606a-44f4-4e16-b8e5-460425422166
2022-05-30T06:25:00.855Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dba606a-44f4-4e16-b8e5-460425422166 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:25:00.865Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.865Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "policy-id",
  "timestamp": 1653891895277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:25:00.866Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:25:00.866Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.866Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "policy-id",
  "timestamp": 1653891896281,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:25:00.866Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:25:00.867Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:25:00.867Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "policy-id",
  "timestamp": 1653891897283,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:25:00.870Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dba606a-44f4-4e16-b8e5-460425422166
2022-05-30T06:25:00.870Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dba606a-44f4-4e16-b8e5-460425422166 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:25:00.934Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-30T06:25:00.935Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:25:00.935Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:25:00.948Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:25:00.948Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:25:01.837Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:25:01.838Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:25:01.840Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:25:01.840Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891900167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:25:01.940Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:25:01.941Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:25:01.941Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:25:01.960Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:25:01.961Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:25:02.841Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5e223598-84af-4d84-ab8c-10232291a9cd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1ee8820-9bae-41fd-874b-efe0384747d7",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "91863a5d-e737-4bc9-b8de-4bcd3585f1ba",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "0f331e6d-5604-4637-b7fe-6c53b097d66f",
      "resourceInvariantUUID": "434ab12c-b7a7-462a-8712-f28a979a3763",
      "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": "OWJiZWExZDZhODZiMWU1NjAwZWMzMzY1YWNhMTdlOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "899e71fe-8031-4d04-926d-ee60ba05b0f1"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:25:02.841Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:25:02.841Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5e223598-84af-4d84-ab8c-10232291a9cd ASDC
2022-05-30T06:25:02.842Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6dba606a-44f4-4e16-b8e5-460425422166
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5e223598-84af-4d84-ab8c-10232291a9cd
ServiceInvariantUUID:c1ee8820-9bae-41fd-874b-efe0384747d7
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:899e71fe-8031-4d04-926d-ee60ba05b0f1
ArtifactChecksum:OWJiZWExZDZhODZiMWU1NjAwZWMzMzY1YWNhMTdlOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:91863a5d-e737-4bc9-b8de-4bcd3585f1ba
ResourceInvariantUUID:434ab12c-b7a7-462a-8712-f28a979a3763
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0f331e6d-5604-4637-b7fe-6c53b097d66f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-30T06:25:02.843Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e223598-84af-4d84-ab8c-10232291a9cd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:25:02.873Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:25:02.874Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:25:02.874Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:25:02.874Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 899e71fe-8031-4d04-926d-ee60ba05b0f1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-30T06:25:02.875Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:25:02.875Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-30T06:25:03.015Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:25:03.018Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 899e71fe-8031-4d04-926d-ee60ba05b0f1 52512
2022-05-30T06:25:03.018Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-30T06:25:03.018Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-30T06:25:03.018Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:25:03.019Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:25:03.020Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:25:03.021Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891903018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:25:03.123Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-30T06:25:03.124Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:25:03.125Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:25:03.140Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:25:03.140Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:25:04.022Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:25:04.023Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:25:04.023Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 899e71fe-8031-4d04-926d-ee60ba05b0f1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.023Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-30T06:25:04.024Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.024Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.231Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17820706827066980638/Definitions/service-BasicNetwork-template.yml
2022-05-30T06:25:04.694Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:25:04.694Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-30T06:25:04.694Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.694Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-30T06:25:04.695Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.696Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.696Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-30T06:25:04.696Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-30T06:25:04.696Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:25:04.696Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.697Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.697Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-30T06:25:04.697Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-30T06:25:04.697Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:25:04.697Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.697Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.697Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.698Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.698Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.698Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.698Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.698Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.699Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.699Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.699Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5e223598-84af-4d84-ab8c-10232291a9cd
Model Version:NULL
Model InvariantUuid:c1ee8820-9bae-41fd-874b-efe0384747d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:434ab12c-b7a7-462a-8712-f28a979a3763
Model UUID:907fe1ee-b409-4149-95d6-d219d47d167b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:91863a5d-e737-4bc9-b8de-4bcd3585f1ba
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:25:04.709Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 0f331e6d-5604-4637-b7fe-6c53b097d66f
2022-05-30T06:25:04.710Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||No resources found for Service: 5e223598-84af-4d84-ab8c-10232291a9cd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:25:04.719Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||
2022-05-30T06:25:04.719Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-30T06:25:04.720Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 5e223598-84af-4d84-ab8c-10232291a9cd
2022-05-30T06:25:04.720Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5e223598-84af-4d84-ab8c-10232291a9cd
2022-05-30T06:25:04.721Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-30T06:25:04.721Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:25:04.727Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c77a549, org.onap.sdc.toscaparser.api.parameters.Input@4163bd6e, org.onap.sdc.toscaparser.api.parameters.Input@7c112a77, org.onap.sdc.toscaparser.api.parameters.Input@725eac60, org.onap.sdc.toscaparser.api.parameters.Input@6392128f]
2022-05-30T06:25:04.729Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.729Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.729Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.729Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.730Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5e223598-84af-4d84-ab8c-10232291a9cd: Generic NeutronNet
2022-05-30T06:25:04.730Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.730Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.730Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.730Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-30T06:25:04.774Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.775Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.775Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.775Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.775Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:25:04.775Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:25:04.776Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-30T06:25:04.839Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-30T06:25:04.839Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-30T06:25:04.840Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-30T06:25:04.840Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:25:04.840Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:25:04.842Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:25:04.842Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891904839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:25:04.942Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:25:04.943Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:25:04.943Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:25:04.954Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:25:04.954Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:25:05.843Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:25:05.851Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:25:05.853Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:25:05.853Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:25:05.854Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:25:35.854Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:25:35.864Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:25:35.866Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:25:35.866Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:25:35.866Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:26:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:26:00.170Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:26:00.170Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:26:00.295Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:26:00.296Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:26:00.296Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891900167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:26:00.302Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:26:05.866Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:26:05.876Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:26:05.881Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:26:05.882Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:26:05.882Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:26:35.882Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:26:35.894Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:26:35.896Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:26:35.896Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:26:35.896Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:27:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:27:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:27:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:00.192Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:00.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891900167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:27:00.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "aai-ml",
  "timestamp": 1653891902064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891903018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:27:00.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:27:00.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "clamp",
  "timestamp": 1653891903680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:27:00.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:27:00.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "aai-ml",
  "timestamp": 1653891902064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:27:00.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653891904839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:27:00.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:27:00.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "aai-ml",
  "timestamp": 1653891905132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:27:00.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:27:00.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "clamp",
  "timestamp": 1653891905688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:27:00.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:27:00.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "clamp",
  "timestamp": 1653891906691,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:27:00.204Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dba606a-44f4-4e16-b8e5-460425422166
2022-05-30T06:27:00.204Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dba606a-44f4-4e16-b8e5-460425422166 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:27:00.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "aai-ml",
  "timestamp": 1653891909257,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:27:00.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:27:00.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "aai-ml",
  "timestamp": 1653891910261,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:27:00.219Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dba606a-44f4-4e16-b8e5-460425422166
2022-05-30T06:27:00.219Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dba606a-44f4-4e16-b8e5-460425422166 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:27:00.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891952454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891949890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891952310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891948959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891952454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891949890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891952310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891948959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891952454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891948959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891949890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:00.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:27:00.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891952310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:00.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:27:05.897Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:27:05.909Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:27:05.913Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:27:05.913Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:27:05.913Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:27:05.914Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:27:05.915Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:27:05.917Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:27:05.917Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:27:05.918Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:27:05.920Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:27:05.921Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:27:05.922Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:27:05.931Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:27:35.931Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dba606a-44f4-4e16-b8e5-460425422166 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:27:35.938Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dba606a-44f4-4e16-b8e5-460425422166 and serviceModelVersionId: 5e223598-84af-4d84-ab8c-10232291a9cd
2022-05-30T06:27:35.938Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1ee8820-9bae-41fd-874b-efe0384747d7
2022-05-30T06:27:35.939Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1ee8820-9bae-41fd-874b-efe0384747d7/model-vers/model-ver/5e223598-84af-4d84-ab8c-10232291a9cd?depth=0
2022-05-30T06:27:35.945Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:27:35.998Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1ee8820-9bae-41fd-874b-efe0384747d7/model-vers/model-ver/5e223598-84af-4d84-ab8c-10232291a9cd?depth=0|INFO|500||Invoke
2022-05-30T06:27:35.999Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1ee8820-9bae-41fd-874b-efe0384747d7/model-vers/model-ver/5e223598-84af-4d84-ab8c-10232291a9cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1ee8820-9bae-41fd-874b-efe0384747d7/model-vers/model-ver/5e223598-84af-4d84-ab8c-10232291a9cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6dba606a-44f4-4e16-b8e5-460425422166], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[baf65060-309e-4938-9f69-c5678870cdc9], X-ECOMP-RequestID=[6dba606a-44f4-4e16-b8e5-460425422166], X-TransactionId=[], X-ONAP-RequestID=[6dba606a-44f4-4e16-b8e5-460425422166], Content-Type=[application/merge-patch+json]}
2022-05-30T06:27:36.022Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1ee8820-9bae-41fd-874b-efe0384747d7/model-vers/model-ver/5e223598-84af-4d84-ab8c-10232291a9cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:27:36.150Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1ee8820-9bae-41fd-874b-efe0384747d7/model-vers/model-ver/5e223598-84af-4d84-ab8c-10232291a9cd?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/c1ee8820-9bae-41fd-874b-efe0384747d7/model-vers/model-ver/5e223598-84af-4d84-ab8c-10232291a9cd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-06:27:36:264-68664], vertex-id=[462872], Content-Length=[0], Date=[Mon, 30 May 2022 06:27:36 GMT], Content-Type=[application/json]}
2022-05-30T06:27:36.150Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1ee8820-9bae-41fd-874b-efe0384747d7/model-vers/model-ver/5e223598-84af-4d84-ab8c-10232291a9cd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:27:36.151Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1ee8820-9bae-41fd-874b-efe0384747d7/model-vers/model-ver/5e223598-84af-4d84-ab8c-10232291a9cd?depth=0|INFO|500||InvokeReturn
2022-05-30T06:27:36.151Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:27:36.151Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:27:36.160Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-30T06:27:36.161Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dba606a-44f4-4e16-b8e5-460425422166 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:27:36.161Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:27:36.161Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:36.163Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:36.163Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892056161,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:27:36.263Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:36.264Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:36.264Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:36.285Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:36.286Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:27:37.176Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:27:37.176Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:27:37.176Z|6dba606a-44f4-4e16-b8e5-460425422166|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:41.548Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:41.550Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-30T06:27:41.550Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"12dbba6b-f7ed-4783-ab73-dbffd49e9d9c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"701623a9-1363-4d6d-a7aa-5cc534e54c1e","serviceDescription":"service","serviceInvariantUUID":"70686e74-c99c-49ca-a824-01dbbc8691e2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"759bcd96-b449-46d8-8e02-423209f56817","resourceInvariantUUID":"a88fb62a-5e81-4006-97f5-b3aaee8f3b57","resourceCustomizationUUID":"97ff6c8c-7993-4eea-b60b-044483eb3957","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":"ZTI2NDJhZDE1ZDBlYTZhYjJkOGZjM2E4ZDViMzNhZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16ad02b9-c126-472a-8942-15650d00590d","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":"d336673f-dd3e-46af-935b-a62e810b23c8","artifactVersion":"2","generatedFromUUID":"e2f36e1b-675a-4293-b674-75f950bf13b2"},{"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":"e2f36e1b-675a-4293-b674-75f950bf13b2","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":"MGNiNTlhYzY0MzhlMWMzZDg5YTYzYWEwZDE2ZjJhMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6d011ad-37f7-4dd3-8153-295a08c14754","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":"8c45f06e-5b3c-4126-9795-527210bef77f","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":"3816cae0-5a8d-4ed4-8a04-1c5832da637b","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":"94b635df-b2a1-4eb3-80e3-b2d4ca806206","artifactVersion":"2","generatedFromUUID":"8c45f06e-5b3c-4126-9795-527210bef77f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2Y3MzliZGE2Yjg5MGNhOWYwZDYxOGYwNzRlMGYwYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b46f4f1-18b3-420d-afa4-412e3200e755","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjRkMmU0M2ZiZGFmODhjY2ZkZjM5YjBiN2M3MmVjNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43585c13-e0d4-40ad-883b-78fcaea38c2e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:27:41.552Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:27:41.553Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:41.555Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:41.555Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:41.655Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:41.656Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:41.656Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:41.668Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:41.668Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:42.555Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:27:42.556Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:42.558Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:42.558Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-30T06:27:42.658Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:42.659Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:42.659Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:42.670Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:42.671Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:27:43.561Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:27:43.562Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:43.564Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:43.564Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-30T06:27:43.664Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:43.665Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:43.665Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:43.677Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:43.677Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:44.564Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:27:44.565Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:44.567Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:44.567Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:27:44.667Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:44.668Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:44.668Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:44.681Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:44.681Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:45.568Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:27:45.569Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:45.571Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:45.571Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:27:45.671Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:27:45.672Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:45.672Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:45.685Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:45.685Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:46.572Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:27:46.573Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:46.575Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:46.575Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:46.675Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:46.676Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:46.676Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:46.688Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:46.688Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:47.576Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:27:47.576Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:47.578Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:47.578Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-30T06:27:47.679Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:27:47.680Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:47.680Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:47.694Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:47.695Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:48.579Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:27:48.580Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:48.582Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:48.582Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:27:48.682Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:48.682Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:48.683Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:48.761Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:48.761Z||pool-63-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:27:49.582Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:27:49.583Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:49.585Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:49.585Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:27:49.685Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:49.686Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:49.686Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:49.711Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:49.711Z||pool-64-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:50.586Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "701623a9-1363-4d6d-a7aa-5cc534e54c1e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "70686e74-c99c-49ca-a824-01dbbc8691e2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "97ff6c8c-7993-4eea-b60b-044483eb3957",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "759bcd96-b449-46d8-8e02-423209f56817",
      "resourceInvariantUUID": "a88fb62a-5e81-4006-97f5-b3aaee8f3b57",
      "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": "d336673f-dd3e-46af-935b-a62e810b23c8",
          "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": "e2f36e1b-675a-4293-b674-75f950bf13b2",
          "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": "MGNiNTlhYzY0MzhlMWMzZDg5YTYzYWEwZDE2ZjJhMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a6d011ad-37f7-4dd3-8153-295a08c14754",
          "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": "8c45f06e-5b3c-4126-9795-527210bef77f",
          "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": "94b635df-b2a1-4eb3-80e3-b2d4ca806206",
            "generatedFromUUID": "8c45f06e-5b3c-4126-9795-527210bef77f"
          },
          "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": "94b635df-b2a1-4eb3-80e3-b2d4ca806206",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjRkMmU0M2ZiZGFmODhjY2ZkZjM5YjBiN2M3MmVjNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "43585c13-e0d4-40ad-883b-78fcaea38c2e"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:27:50.587Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:27:50.587Z|6dba606a-44f4-4e16-b8e5-460425422166|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 701623a9-1363-4d6d-a7aa-5cc534e54c1e ASDC
2022-05-30T06:27:50.588Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:701623a9-1363-4d6d-a7aa-5cc534e54c1e
ServiceInvariantUUID:70686e74-c99c-49ca-a824-01dbbc8691e2
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:43585c13-e0d4-40ad-883b-78fcaea38c2e
ArtifactChecksum:MjRkMmU0M2ZiZGFmODhjY2ZkZjM5YjBiN2M3MmVjNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:97ff6c8c-7993-4eea-b60b-044483eb3957
ResourceInvariantUUID:a88fb62a-5e81-4006-97f5-b3aaee8f3b57
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:759bcd96-b449-46d8-8e02-423209f56817
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:d336673f-dd3e-46af-935b-a62e810b23c8
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:e2f36e1b-675a-4293-b674-75f950bf13b2
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:a6d011ad-37f7-4dd3-8153-295a08c14754
ArtifactChecksum:MGNiNTlhYzY0MzhlMWMzZDg5YTYzYWEwZDE2ZjJhMzA=
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:8c45f06e-5b3c-4126-9795-527210bef77f
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:94b635df-b2a1-4eb3-80e3-b2d4ca806206
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:94b635df-b2a1-4eb3-80e3-b2d4ca806206
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-30T06:27:50.588Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 701623a9-1363-4d6d-a7aa-5cc534e54c1e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:27:50.620Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:27:50.620Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:27:50.621Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:27:50.621Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 43585c13-e0d4-40ad-883b-78fcaea38c2e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-30T06:27:50.621Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:27:50.621Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-30T06:27:50.927Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:27:50.930Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 43585c13-e0d4-40ad-883b-78fcaea38c2e 68960
2022-05-30T06:27:50.930Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-30T06:27:50.930Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-30T06:27:50.930Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:27:50.931Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:50.932Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:50.932Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892070930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:27:51.033Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T06:27:51.034Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:51.034Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:51.051Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:51.051Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:51.933Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:27:51.934Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:27:51.934Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 43585c13-e0d4-40ad-883b-78fcaea38c2e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-30T06:27:51.934Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-30T06:27:51.935Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-30T06:27:51.935Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-30T06:27:52.054Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7418556560914177048/Definitions/service-BasicCnf-template.yml
2022-05-30T06:27:53.038Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:27:53.038Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-30T06:27:53.038Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-30T06:27:53.038Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-30T06:27:53.039Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-30T06:27:53.039Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-30T06:27:53.039Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-30T06:27:53.039Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-30T06:27:53.039Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-30T06:27:53.039Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.039Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:53.039Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-30T06:27:53.039Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-30T06:27:53.040Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:27:53.040Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.040Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:53.040Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-30T06:27:53.040Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-30T06:27:53.040Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:27:53.041Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.041Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:53.041Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.041Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-30T06:27:53.041Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-30T06:27:53.041Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-30T06:27:53.041Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:27:53.042Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.042Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:27:53.042Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.042Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-30T06:27:53.042Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:27:53.042Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.042Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-30T06:27:53.043Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:27:53.043Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.043Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-30T06:27:53.043Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:27:53.043Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.043Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-30T06:27:53.044Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-30T06:27:53.044Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=07fb1e8a-de61-40db-abb2-645dbc319878
2022-05-30T06:27:53.044Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.044Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:53.044Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.044Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:53.044Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.044Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:53.045Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:53.045Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:53.045Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:701623a9-1363-4d6d-a7aa-5cc534e54c1e
Model Version:NULL
Model InvariantUuid:70686e74-c99c-49ca-a824-01dbbc8691e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:15630be8-c2e5-498f-9716-6181907a09a5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a88fb62a-5e81-4006-97f5-b3aaee8f3b57
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ff6c8c-7993-4eea-b60b-044483eb3957
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:191554ce-6938-4972-aaf6-92d064067b62
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0d63edbd-34cf-4574-9f0f-2ff6ef378749
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:07fb1e8a-de61-40db-abb2-645dbc319878
ModelInvariantUuid:758129b3-439a-4e79-9c96-f21caa1aa204
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ee2bd20f-de24-4d6d-9b01-72900408c3d3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d8ed3cbd-bd33-405f-abdc-a842c7621437
ModelInvariantUuid:8137e5cd-c2e1-411f-8e7b-5b9706ceaea5
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e1437ce6-6248-440d-9096-f5274de910f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:27:53.054Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 759bcd96-b449-46d8-8e02-423209f56817
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:27:53.057Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-05-30T06:27:53.057Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 759bcd96-b449-46d8-8e02-423209f56817
2022-05-30T06:27:53.057Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d336673f-dd3e-46af-935b-a62e810b23c8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-30T06:27:53.057Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:27:53.058Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-30T06:27:53.580Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:27:53.580Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d336673f-dd3e-46af-935b-a62e810b23c8 12
2022-05-30T06:27:53.581Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-30T06:27:53.581Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-30T06:27:53.581Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:27:53.581Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:53.583Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:53.583Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892073581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:27:53.683Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:53.684Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:53.684Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:53.711Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:53.711Z||pool-66-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:54.583Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e2f36e1b-675a-4293-b674-75f950bf13b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-30T06:27:54.584Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:27:54.584Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-30T06:27:54.882Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:27:54.882Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e2f36e1b-675a-4293-b674-75f950bf13b2 2688
2022-05-30T06:27:54.883Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-30T06:27:54.883Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-30T06:27:54.883Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:27:54.883Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:54.885Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:54.885Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892074882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:27:54.985Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:54.985Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:54.986Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:55.002Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:55.003Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:27:55.886Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a6d011ad-37f7-4dd3-8153-295a08c14754 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-30T06:27:55.886Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:27:55.887Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-30T06:27:56.368Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:27:56.369Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a6d011ad-37f7-4dd3-8153-295a08c14754 828
2022-05-30T06:27:56.369Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-30T06:27:56.369Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-30T06:27:56.370Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:27:56.370Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:56.372Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:56.372Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892076369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:27:56.472Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:56.473Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:56.473Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:56.489Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:56.490Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:57.372Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "191554ce-6938-4972-aaf6-92d064067b62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d63edbd-34cf-4574-9f0f-2ff6ef378749",
    "vfModuleModelCustomizationUUID": "dd42e646-40ae-442d-b36f-e8f1e593a45b",
    "isBase": true,
    "artifacts": [
      "e2f36e1b-675a-4293-b674-75f950bf13b2",
      "8c45f06e-5b3c-4126-9795-527210bef77f",
      "94b635df-b2a1-4eb3-80e3-b2d4ca806206"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:27:57.377Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d63edbd-34cf-4574-9f0f-2ff6ef378749
VfModuleModelInvariantUUID:191554ce-6938-4972-aaf6-92d064067b62
VfModuleModelDescription:NULL
Artifacts UUID List:{
e2f36e1b-675a-4293-b674-75f950bf13b2
,
8c45f06e-5b3c-4126-9795-527210bef77f
,
94b635df-b2a1-4eb3-80e3-b2d4ca806206

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

isBase:true


}

2022-05-30T06:27:57.379Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "191554ce-6938-4972-aaf6-92d064067b62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d63edbd-34cf-4574-9f0f-2ff6ef378749",
    "vfModuleModelCustomizationUUID": "dd42e646-40ae-442d-b36f-e8f1e593a45b",
    "isBase": true,
    "artifacts": [
      "e2f36e1b-675a-4293-b674-75f950bf13b2",
      "8c45f06e-5b3c-4126-9795-527210bef77f",
      "94b635df-b2a1-4eb3-80e3-b2d4ca806206"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:27:57.379Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d63edbd-34cf-4574-9f0f-2ff6ef378749
VfModuleModelInvariantUUID:191554ce-6938-4972-aaf6-92d064067b62
VfModuleModelDescription:NULL
Artifacts UUID List:{
e2f36e1b-675a-4293-b674-75f950bf13b2
,
8c45f06e-5b3c-4126-9795-527210bef77f
,
94b635df-b2a1-4eb3-80e3-b2d4ca806206

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

isBase:true


}

2022-05-30T06:27:57.379Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c45f06e-5b3c-4126-9795-527210bef77f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-30T06:27:57.379Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:27:57.379Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-30T06:27:57.536Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:27:57.537Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8c45f06e-5b3c-4126-9795-527210bef77f 1164
2022-05-30T06:27:57.537Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-30T06:27:57.537Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-30T06:27:57.537Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:27:57.538Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:57.539Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:57.540Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892077537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:27:57.640Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:57.640Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:57.641Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:57.652Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:57.653Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:27:58.540Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 94b635df-b2a1-4eb3-80e3-b2d4ca806206 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-30T06:27:58.541Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:27:58.541Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-30T06:27:58.736Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:27:58.737Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 94b635df-b2a1-4eb3-80e3-b2d4ca806206 200
2022-05-30T06:27:58.737Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-30T06:27:58.737Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-30T06:27:58.737Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:27:58.738Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:58.740Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:58.740Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892078737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:27:58.840Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:58.840Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:58.840Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:58.853Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:58.853Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:27:59.740Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 701623a9-1363-4d6d-a7aa-5cc534e54c1e
2022-05-30T06:27:59.741Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 759bcd96-b449-46d8-8e02-423209f56817 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-05-30T06:27:59.758Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:27:59.768Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41cb6bcd, org.onap.sdc.toscaparser.api.parameters.Input@138af88d, org.onap.sdc.toscaparser.api.parameters.Input@60fe3fd0, org.onap.sdc.toscaparser.api.parameters.Input@5b09fcfe, org.onap.sdc.toscaparser.api.parameters.Input@41067151]
2022-05-30T06:27:59.769Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.770Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:59.770Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-30T06:27:59.770Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 97ff6c8c-7993-4eea-b60b-044483eb3957
2022-05-30T06:27:59.770Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97ff6c8c-7993-4eea-b60b-044483eb3957 matches Tosca VF Customization UUID: 97ff6c8c-7993-4eea-b60b-044483eb3957
2022-05-30T06:27:59.770Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 97ff6c8c-7993-4eea-b60b-044483eb3957  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:27:59.773Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.773Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:59.774Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 97ff6c8c-7993-4eea-b60b-044483eb3957: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-30T06:27:59.774Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67f8d3
2022-05-30T06:27:59.775Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.775Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:27:59.775Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd42e646-40ae-442d-b36f-e8f1e593a45b
2022-05-30T06:27:59.775Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd42e646-40ae-442d-b36f-e8f1e593a45b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:27:59.779Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.779Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-30T06:27:59.779Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:27:59.780Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.780Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-30T06:27:59.780Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:27:59.780Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.781Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-30T06:27:59.781Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-30T06:27:59.781Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=07fb1e8a-de61-40db-abb2-645dbc319878
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:27:59.785Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.785Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-30T06:27:59.785Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:27:59.786Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.786Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-30T06:27:59.786Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=97ff6c8c-7993-4eea-b60b-044483eb3957
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:27:59.788Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.789Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:59.789Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 701623a9-1363-4d6d-a7aa-5cc534e54c1e: basic_cnf
2022-05-30T06:27:59.789Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.789Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:59.790Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.790Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:59.790Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.790Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:59.791Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.791Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:59.791Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:27:59.791Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:27:59.792Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:27:59.878Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 759bcd96-b449-46d8-8e02-423209f56817 1 ASDC deployResourceStructure
2022-05-30T06:27:59.879Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-30T06:27:59.879Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-30T06:27:59.880Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-30T06:27:59.880Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:27:59.882Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:27:59.882Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892079879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-30T06:27:59.982Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:27:59.983Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:27:59.984Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:27:59.995Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:27:59.995Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:28:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:28:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:28:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:28:00.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:28:00.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:28:00.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891952454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:28:00.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:28:00.884Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-30T06:28:00.884Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-30T06:28:00.884Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-30T06:28:00.884Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:28:00.886Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:28:00.886Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892080883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-30T06:28:00.986Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:28:00.987Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:28:00.987Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:28:00.999Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:28:00.999Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:28:01.887Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-30T06:28:01.887Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-30T06:28:01.888Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:28:01.888Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:28:01.889Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:28:01.890Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892081887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:28:01.990Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:28:01.991Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:28:01.991Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:28:02.003Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:28:02.003Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:28:02.891Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-30T06:28:02.891Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-30T06:28:02.891Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:28:02.891Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:28:02.893Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:28:02.893Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892082890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:28:02.993Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:28:02.994Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:28:02.995Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:28:03.017Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:28:03.018Z||pool-74-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:28:03.894Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-30T06:28:03.895Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-30T06:28:03.895Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:28:03.895Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:28:03.897Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:28:03.897Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892083894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:28:04.000Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-30T06:28:04.001Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:28:04.001Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:28:04.019Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:28:04.020Z||pool-75-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:28:04.898Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-30T06:28:04.899Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-30T06:28:04.899Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:28:04.899Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:28:04.901Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:28:04.901Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892084898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:28:05.001Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:28:05.002Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:28:05.002Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:28:05.013Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:28:05.013Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:28:05.902Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:28:05.911Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:28:05.913Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:28:05.913Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:28:05.913Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:28:35.913Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:28:35.923Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:28:35.925Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:28:35.925Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:28:35.926Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:29:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:29:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:29:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:00.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:00.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891948959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891949890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891952310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891952454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891948959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891952310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891949890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891948959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891952454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891949890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891952310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891952454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891949890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891952310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891948959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891952454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891952310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891949890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891948959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891952310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891952454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891949890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891948959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891966914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891967287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891966545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891967550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "cds",
  "timestamp": 1653891967924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.230Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
2022-05-30T06:29:00.230Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "policy-id",
  "timestamp": 1653891968553,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.245Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
2022-05-30T06:29:00.245Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891969913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "cds",
  "timestamp": 1653891968931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891970918,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.261Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
2022-05-30T06:29:00.262Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "cds",
  "timestamp": 1653891968931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891970444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "cds",
  "timestamp": 1653891968931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891971497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891971813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "cds",
  "timestamp": 1653891968931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891972556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "cds",
  "timestamp": 1653891968931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891973603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "cds",
  "timestamp": 1653891968931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891974650,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
2022-05-30T06:29:00.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-30T06:29:00.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891975518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "cds",
  "timestamp": 1653891968931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891975653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.288Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891976716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.290Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "cds",
  "timestamp": 1653891976818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.290Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "clamp",
  "timestamp": 1653891977719,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.295Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
2022-05-30T06:29:00.295Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "cds",
  "timestamp": 1653891977826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.313Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da381c79-5a83-48e8-8337-7093036403ac
2022-05-30T06:29:00.314Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da381c79-5a83-48e8-8337-7093036403ac and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891978959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891979544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891980128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891978959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "aai-ml",
  "timestamp": 1653891980548,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.328Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
2022-05-30T06:29:00.328Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891981132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891978959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891966308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "policy-id",
  "timestamp": 1653891982134,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.342Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da381c79-5a83-48e8-8337-7093036403ac
2022-05-30T06:29:00.342Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da381c79-5a83-48e8-8337-7093036403ac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891978959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891960692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891978959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891978959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891984349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891978959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891985769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891986308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891978959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891987166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891986308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891988078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891988014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891962064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891988187,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.367Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da381c79-5a83-48e8-8337-7093036403ac
2022-05-30T06:29:00.367Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da381c79-5a83-48e8-8337-7093036403ac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-30T06:29:00.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891986308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "cds",
  "timestamp": 1653891989025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.385Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdcd916f-ee1e-405b-be66-b5cd8bb241ca
2022-05-30T06:29:00.385Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcd916f-ee1e-405b-be66-b5cd8bb241ca and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891989058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891989190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891986308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891990494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891972309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891986308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891991498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.398Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da381c79-5a83-48e8-8337-7093036403ac
2022-05-30T06:29:00.398Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da381c79-5a83-48e8-8337-7093036403ac and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891990194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891986308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891991515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891990194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891986308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891992518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891990194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891986308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "policy-id",
  "timestamp": 1653891993521,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.417Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdcd916f-ee1e-405b-be66-b5cd8bb241ca
2022-05-30T06:29:00.417Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcd916f-ee1e-405b-be66-b5cd8bb241ca and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891990194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891995359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891990194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891996549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891990194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653891997554,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.439Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bdcd916f-ee1e-405b-be66-b5cd8bb241ca
2022-05-30T06:29:00.439Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcd916f-ee1e-405b-be66-b5cd8bb241ca and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891990194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891996952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653891997708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653891990194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "aai-ml",
  "timestamp": 1653891997955,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.454Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da381c79-5a83-48e8-8337-7093036403ac
2022-05-30T06:29:00.454Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da381c79-5a83-48e8-8337-7093036403ac and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653891979890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653891999719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653891998959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892000591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "clamp",
  "timestamp": 1653892000722,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.470Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da381c79-5a83-48e8-8337-7093036403ac
2022-05-30T06:29:00.471Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da381c79-5a83-48e8-8337-7093036403ac and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653891998959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653891998959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892002528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653891998959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892003532,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdcd916f-ee1e-405b-be66-b5cd8bb241ca
2022-05-30T06:29:00.485Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcd916f-ee1e-405b-be66-b5cd8bb241ca and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653891998959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653891998959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653891998959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653891998959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:00.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653892007670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653891982453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:00.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:29:00.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653892011717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:00.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653892012739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "clamp",
  "timestamp": 1653892013742,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.502Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdcd916f-ee1e-405b-be66-b5cd8bb241ca
2022-05-30T06:29:00.503Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcd916f-ee1e-405b-be66-b5cd8bb241ca and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:00.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653892014285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:00.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:29:00.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:29:00.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "aai-ml",
  "timestamp": 1653892015289,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:00.515Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdcd916f-ee1e-405b-be66-b5cd8bb241ca
2022-05-30T06:29:00.516Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcd916f-ee1e-405b-be66-b5cd8bb241ca and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:05.926Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:29:05.936Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:29:05.938Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:29:05.939Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:29:05.939Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:29:05.939Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:29:05.939Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:05.939Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:05.940Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:05.940Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:05.940Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:05.940Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:05.940Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:05.945Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:29:35.945Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:29:35.952Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c and serviceModelVersionId: 701623a9-1363-4d6d-a7aa-5cc534e54c1e
2022-05-30T06:29:35.952Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70686e74-c99c-49ca-a824-01dbbc8691e2
2022-05-30T06:29:35.953Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70686e74-c99c-49ca-a824-01dbbc8691e2/model-vers/model-ver/701623a9-1363-4d6d-a7aa-5cc534e54c1e?depth=0
2022-05-30T06:29:35.958Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:29:36.002Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70686e74-c99c-49ca-a824-01dbbc8691e2/model-vers/model-ver/701623a9-1363-4d6d-a7aa-5cc534e54c1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-30T06:29:36.004Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70686e74-c99c-49ca-a824-01dbbc8691e2/model-vers/model-ver/701623a9-1363-4d6d-a7aa-5cc534e54c1e?depth=0|INFO|500||Invoke
2022-05-30T06:29:36.023Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70686e74-c99c-49ca-a824-01dbbc8691e2/model-vers/model-ver/701623a9-1363-4d6d-a7aa-5cc534e54c1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:29:36.150Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70686e74-c99c-49ca-a824-01dbbc8691e2/model-vers/model-ver/701623a9-1363-4d6d-a7aa-5cc534e54c1e?depth=0|INFO|500||InvokeReturn
2022-05-30T06:29:36.150Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70686e74-c99c-49ca-a824-01dbbc8691e2/model-vers/model-ver/701623a9-1363-4d6d-a7aa-5cc534e54c1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-06:29:36:270-72921], vertex-id=[209024], Content-Length=[0], Date=[Mon, 30 May 2022 06:29:36 GMT], Content-Type=[application/json]}
2022-05-30T06:29:36.150Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:29:36.151Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:29:36.151Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:29:36.157Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-30T06:29:36.157Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12dbba6b-f7ed-4783-ab73-dbffd49e9d9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:29:36.158Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:29:36.158Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:36.160Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:36.160Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892176158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:29:36.260Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:36.261Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:36.262Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:36.282Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:36.283Z||pool-77-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:29:37.174Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-30T06:29:37.174Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"da381c79-5a83-48e8-8337-7093036403ac","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a6073275-b284-419e-becd-d6d683937cc6","serviceDescription":"service","serviceInvariantUUID":"7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d94b97eb-a531-49e8-a2b6-c5d35e01541b","resourceInvariantUUID":"a6617ff3-e4e8-45c9-a5fe-4ce793367efd","resourceCustomizationUUID":"30a27612-c457-4b2a-b969-2fd8be3df8f8","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":"ODgwOWQwMzk2YzVkMzA4NTg2ZDdiZWI0OTMxY2I2M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68f0d50f-24ba-422d-b31f-9170c0f0af48","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":"MWRkNWNjMjMzOWNiOWFiMmFjOWE0Y2MxMGE4MDJmOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61379d87-54b5-4c2c-ab73-a86b2f62afcd","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":"da9a3722-eec3-4857-af6c-9adf4bbe01bd","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":"c9c1f669-42a9-4471-9761-05db242254ed","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":"1c7f5df0-3c58-4c3d-9866-dcab872cf051","artifactVersion":"2","generatedFromUUID":"da9a3722-eec3-4857-af6c-9adf4bbe01bd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2Q4NDU3YWMwM2VkODA0NzJlMmI1NGJjMzQzZDNkMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c39b8bbf-b046-490a-98e0-c8c216007de3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWZhMTkzNGUzMDA4NDA0YjYxMWE2YjA2ZDk5OTExMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d116ae4f-7626-4ba0-b3a9-e8c5d714bdaa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:29:37.175Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:29:37.175Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:37.177Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:37.177Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:37.277Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:37.278Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:37.278Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:37.288Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:37.288Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:38.178Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:29:38.179Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:38.181Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:38.181Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:29:38.281Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:38.282Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:38.282Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:38.295Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:38.295Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:39.181Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:29:39.182Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:39.184Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:39.184Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:29:39.284Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:39.285Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:39.285Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:39.298Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:39.298Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:40.185Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:29:40.185Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:40.187Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:40.187Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:40.287Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:40.288Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:40.288Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:40.301Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:40.302Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:29:41.188Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:29:41.189Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:41.191Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:41.191Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-30T06:29:41.291Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:41.292Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:41.292Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:41.308Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:41.309Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:29:42.192Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:29:42.193Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:42.194Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:42.195Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:29:42.294Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:29:42.295Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:42.295Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:42.329Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:42.330Z||pool-83-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:29:43.195Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:29:43.196Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:43.198Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:43.198Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:29:43.298Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:43.299Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:43.300Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:43.313Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:43.313Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:44.200Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a6073275-b284-419e-becd-d6d683937cc6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "30a27612-c457-4b2a-b969-2fd8be3df8f8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d94b97eb-a531-49e8-a2b6-c5d35e01541b",
      "resourceInvariantUUID": "a6617ff3-e4e8-45c9-a5fe-4ce793367efd",
      "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": "MWRkNWNjMjMzOWNiOWFiMmFjOWE0Y2MxMGE4MDJmOTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "61379d87-54b5-4c2c-ab73-a86b2f62afcd",
          "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": "da9a3722-eec3-4857-af6c-9adf4bbe01bd",
          "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": "1c7f5df0-3c58-4c3d-9866-dcab872cf051",
            "generatedFromUUID": "da9a3722-eec3-4857-af6c-9adf4bbe01bd"
          },
          "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": "1c7f5df0-3c58-4c3d-9866-dcab872cf051",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NWZhMTkzNGUzMDA4NDA0YjYxMWE2YjA2ZDk5OTExMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d116ae4f-7626-4ba0-b3a9-e8c5d714bdaa"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:29:44.200Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:29:44.200Z|12dbba6b-f7ed-4783-ab73-dbffd49e9d9c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a6073275-b284-419e-becd-d6d683937cc6 ASDC
2022-05-30T06:29:44.201Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:da381c79-5a83-48e8-8337-7093036403ac
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a6073275-b284-419e-becd-d6d683937cc6
ServiceInvariantUUID:7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676
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:d116ae4f-7626-4ba0-b3a9-e8c5d714bdaa
ArtifactChecksum:NWZhMTkzNGUzMDA4NDA0YjYxMWE2YjA2ZDk5OTExMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:30a27612-c457-4b2a-b969-2fd8be3df8f8
ResourceInvariantUUID:a6617ff3-e4e8-45c9-a5fe-4ce793367efd
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d94b97eb-a531-49e8-a2b6-c5d35e01541b
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:61379d87-54b5-4c2c-ab73-a86b2f62afcd
ArtifactChecksum:MWRkNWNjMjMzOWNiOWFiMmFjOWE0Y2MxMGE4MDJmOTA=
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:da9a3722-eec3-4857-af6c-9adf4bbe01bd
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:1c7f5df0-3c58-4c3d-9866-dcab872cf051
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:1c7f5df0-3c58-4c3d-9866-dcab872cf051
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-30T06:29:44.201Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6073275-b284-419e-becd-d6d683937cc6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:29:44.231Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:29:44.231Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:29:44.231Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:29:44.232Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d116ae4f-7626-4ba0-b3a9-e8c5d714bdaa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-30T06:29:44.232Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:29:44.232Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-30T06:29:44.361Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:29:44.364Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d116ae4f-7626-4ba0-b3a9-e8c5d714bdaa 71076
2022-05-30T06:29:44.364Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-30T06:29:44.364Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-30T06:29:44.364Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:29:44.365Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:44.366Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:44.366Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892184364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:44.467Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:29:44.467Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:44.468Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:44.482Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:44.483Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:45.367Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:29:45.368Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:29:45.368Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d116ae4f-7626-4ba0-b3a9-e8c5d714bdaa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:45.369Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-30T06:29:45.369Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:45.369Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:45.473Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2360852748281880140/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-30T06:29:46.503Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:29:46.504Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-30T06:29:46.504Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.504Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-30T06:29:46.504Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.504Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.504Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.505Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.505Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.505Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.505Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.505Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.505Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-30T06:29:46.505Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-30T06:29:46.505Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.506Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:46.506Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-30T06:29:46.506Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-30T06:29:46.506Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:29:46.507Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.507Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:46.507Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-30T06:29:46.507Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-30T06:29:46.507Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:29:46.507Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.508Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:46.508Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.508Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-30T06:29:46.508Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-30T06:29:46.508Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-30T06:29:46.508Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-30T06:29:46.509Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-30T06:29:46.509Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:29:46.509Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.509Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:29:46.509Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.509Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-30T06:29:46.510Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:29:46.510Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.510Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-30T06:29:46.510Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:29:46.510Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.510Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-30T06:29:46.511Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:29:46.511Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.511Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-30T06:29:46.511Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-30T06:29:46.511Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-30T06:29:46.511Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f2c975b3-859c-4037-a940-c392878bf739
2022-05-30T06:29:46.512Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.512Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:46.512Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.512Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:46.512Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.512Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:46.513Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:46.513Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:46.513Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a6073275-b284-419e-becd-d6d683937cc6
Model Version:NULL
Model InvariantUuid:7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c14f7b4d-dfdb-40c0-bacc-ff1ed2b7d2ee
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6617ff3-e4e8-45c9-a5fe-4ce793367efd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:30a27612-c457-4b2a-b969-2fd8be3df8f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4464f161-9db4-43d9-9038-b28559b8df76
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6292dcab-f6ac-4fb7-9633-83ba466d8e1e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f2c975b3-859c-4037-a940-c392878bf739
ModelInvariantUuid:0afe4191-6893-4f33-a963-ac426edf7552
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c0bdc6bc-7b2e-4b46-a90b-0a7e644befc2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f1e3ae93-28bd-41a5-863c-23985b0def22
ModelInvariantUuid:07e87f98-4992-448f-ab52-60c7e442ef91
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c5714778-7d40-4315-bfb4-c276291442d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:29:46.522Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d94b97eb-a531-49e8-a2b6-c5d35e01541b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:29:46.526Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-05-30T06:29:46.527Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d94b97eb-a531-49e8-a2b6-c5d35e01541b
2022-05-30T06:29:46.527Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 61379d87-54b5-4c2c-ab73-a86b2f62afcd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-30T06:29:46.527Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:29:46.527Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-30T06:29:46.576Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:29:46.576Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 61379d87-54b5-4c2c-ab73-a86b2f62afcd 787
2022-05-30T06:29:46.576Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-30T06:29:46.576Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-30T06:29:46.576Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:29:46.577Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:46.578Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:46.579Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892186576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:46.679Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:46.679Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:46.679Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:46.690Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:46.690Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:47.579Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4464f161-9db4-43d9-9038-b28559b8df76",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6292dcab-f6ac-4fb7-9633-83ba466d8e1e",
    "vfModuleModelCustomizationUUID": "73d43589-2ed0-412c-ace9-662e8c5cafc8",
    "isBase": true,
    "artifacts": [
      "da9a3722-eec3-4857-af6c-9adf4bbe01bd",
      "1c7f5df0-3c58-4c3d-9866-dcab872cf051"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:29:47.585Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6292dcab-f6ac-4fb7-9633-83ba466d8e1e
VfModuleModelInvariantUUID:4464f161-9db4-43d9-9038-b28559b8df76
VfModuleModelDescription:NULL
Artifacts UUID List:{
da9a3722-eec3-4857-af6c-9adf4bbe01bd
,
1c7f5df0-3c58-4c3d-9866-dcab872cf051

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

isBase:true


}

2022-05-30T06:29:47.587Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4464f161-9db4-43d9-9038-b28559b8df76",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6292dcab-f6ac-4fb7-9633-83ba466d8e1e",
    "vfModuleModelCustomizationUUID": "73d43589-2ed0-412c-ace9-662e8c5cafc8",
    "isBase": true,
    "artifacts": [
      "da9a3722-eec3-4857-af6c-9adf4bbe01bd",
      "1c7f5df0-3c58-4c3d-9866-dcab872cf051"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:29:47.587Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6292dcab-f6ac-4fb7-9633-83ba466d8e1e
VfModuleModelInvariantUUID:4464f161-9db4-43d9-9038-b28559b8df76
VfModuleModelDescription:NULL
Artifacts UUID List:{
da9a3722-eec3-4857-af6c-9adf4bbe01bd
,
1c7f5df0-3c58-4c3d-9866-dcab872cf051

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

isBase:true


}

2022-05-30T06:29:47.587Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: da9a3722-eec3-4857-af6c-9adf4bbe01bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-30T06:29:47.588Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:29:47.588Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-30T06:29:47.653Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:29:47.654Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml da9a3722-eec3-4857-af6c-9adf4bbe01bd 5033
2022-05-30T06:29:47.654Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-30T06:29:47.654Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-30T06:29:47.654Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:29:47.655Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:47.658Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:47.658Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892187654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:47.758Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:47.759Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:47.759Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:47.773Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:47.773Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:48.658Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1c7f5df0-3c58-4c3d-9866-dcab872cf051 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-30T06:29:48.659Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:29:48.659Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-30T06:29:48.706Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:29:48.707Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1c7f5df0-3c58-4c3d-9866-dcab872cf051 903
2022-05-30T06:29:48.707Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-30T06:29:48.707Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-30T06:29:48.707Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:29:48.708Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:48.710Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:48.710Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892188707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:29:48.810Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:48.810Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:48.811Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:48.822Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:48.822Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:29:49.711Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a6073275-b284-419e-becd-d6d683937cc6
2022-05-30T06:29:49.711Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d94b97eb-a531-49e8-a2b6-c5d35e01541b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:29:49.732Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10b25a2f, org.onap.sdc.toscaparser.api.parameters.Input@2376eeba, org.onap.sdc.toscaparser.api.parameters.Input@18766379, org.onap.sdc.toscaparser.api.parameters.Input@6f8a742, org.onap.sdc.toscaparser.api.parameters.Input@419e690]
2022-05-30T06:29:49.733Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.733Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:49.734Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-30T06:29:49.734Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 30a27612-c457-4b2a-b969-2fd8be3df8f8
2022-05-30T06:29:49.734Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30a27612-c457-4b2a-b969-2fd8be3df8f8 matches Tosca VF Customization UUID: 30a27612-c457-4b2a-b969-2fd8be3df8f8
2022-05-30T06:29:49.734Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 30a27612-c457-4b2a-b969-2fd8be3df8f8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:29:49.739Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.739Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:49.740Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 30a27612-c457-4b2a-b969-2fd8be3df8f8: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-30T06:29:49.740Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78497dd8
2022-05-30T06:29:49.740Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.740Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:29:49.740Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73d43589-2ed0-412c-ace9-662e8c5cafc8
2022-05-30T06:29:49.740Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73d43589-2ed0-412c-ace9-662e8c5cafc8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:29:49.743Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.743Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-30T06:29:49.743Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:29:49.744Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.744Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-30T06:29:49.744Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:29:49.744Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.744Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-30T06:29:49.744Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-30T06:29:49.745Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-30T06:29:49.745Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f2c975b3-859c-4037-a940-c392878bf739
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:29:49.749Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.749Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-30T06:29:49.749Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:29:49.750Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.750Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-30T06:29:49.750Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=30a27612-c457-4b2a-b969-2fd8be3df8f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:29:49.756Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.756Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:49.756Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a6073275-b284-419e-becd-d6d683937cc6: basic_vm
2022-05-30T06:29:49.756Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.756Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:49.757Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.757Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:49.757Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.757Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:49.757Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.758Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:49.758Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:29:49.758Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:29:49.758Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:29:49.900Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d94b97eb-a531-49e8-a2b6-c5d35e01541b 1 ASDC deployResourceStructure
2022-05-30T06:29:49.900Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-30T06:29:49.900Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-30T06:29:49.900Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:29:49.901Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:49.903Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:49.903Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892189900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:50.003Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:50.004Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:50.004Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:50.018Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:50.018Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:50.904Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-30T06:29:50.904Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-30T06:29:50.905Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:29:50.905Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:50.908Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:50.908Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892190903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:51.008Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:51.009Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:51.009Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:51.024Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:51.024Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:51.909Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-30T06:29:51.909Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-30T06:29:51.909Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:29:51.910Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:51.912Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:51.912Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892191909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:52.012Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:52.012Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:52.013Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:52.025Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:52.025Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:29:52.913Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-30T06:29:52.913Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-30T06:29:52.913Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:29:52.914Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:29:52.916Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:29:52.916Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892192913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:29:53.016Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:29:53.016Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:29:53.017Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:29:53.029Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:29:53.030Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:29:53.917Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da381c79-5a83-48e8-8337-7093036403ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:29:53.935Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da381c79-5a83-48e8-8337-7093036403ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:29:53.938Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:29:53.938Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:29:53.938Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:29:53.938Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:29:53.938Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:53.939Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:53.939Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:53.939Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:53.939Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:53.939Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:29:53.939Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:29:53.945Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:30:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:30:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:30:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:00.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:00.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dba606a-44f4-4e16-b8e5-460425422166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892056161,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-30T06:30:00.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892070930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:30:00.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892073581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892074882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892076369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892077537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:30:00.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:30:00.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892078737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:30:00.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:30:00.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:30:00.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892079879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-30T06:30:00.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:30:23.945Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da381c79-5a83-48e8-8337-7093036403ac and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:30:23.955Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da381c79-5a83-48e8-8337-7093036403ac and serviceModelVersionId: a6073275-b284-419e-becd-d6d683937cc6
2022-05-30T06:30:23.955Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676
2022-05-30T06:30:23.958Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676/model-vers/model-ver/a6073275-b284-419e-becd-d6d683937cc6?depth=0
2022-05-30T06:30:23.969Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:30:24.024Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676/model-vers/model-ver/a6073275-b284-419e-becd-d6d683937cc6?depth=0|INFO|500||Invoke
2022-05-30T06:30:24.024Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676/model-vers/model-ver/a6073275-b284-419e-becd-d6d683937cc6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676/model-vers/model-ver/a6073275-b284-419e-becd-d6d683937cc6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da381c79-5a83-48e8-8337-7093036403ac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df970941-cece-4205-8f6c-0ec756a35630], X-ECOMP-RequestID=[da381c79-5a83-48e8-8337-7093036403ac], X-TransactionId=[], X-ONAP-RequestID=[da381c79-5a83-48e8-8337-7093036403ac], Content-Type=[application/merge-patch+json]}
2022-05-30T06:30:24.057Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676/model-vers/model-ver/a6073275-b284-419e-becd-d6d683937cc6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:30:24.881Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676/model-vers/model-ver/a6073275-b284-419e-becd-d6d683937cc6?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/7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676/model-vers/model-ver/a6073275-b284-419e-becd-d6d683937cc6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-06:30:24:307-8651], vertex-id=[499736], Content-Length=[0], Date=[Mon, 30 May 2022 06:30:24 GMT], Content-Type=[application/json]}
2022-05-30T06:30:24.882Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676/model-vers/model-ver/a6073275-b284-419e-becd-d6d683937cc6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:30:24.882Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fb0d7b9-ac0b-4bf0-bf3f-cc21c55a6676/model-vers/model-ver/a6073275-b284-419e-becd-d6d683937cc6?depth=0|INFO|500||InvokeReturn
2022-05-30T06:30:24.884Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:30:24.884Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:30:24.894Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-30T06:30:24.895Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da381c79-5a83-48e8-8337-7093036403ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:30:24.895Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:30:24.896Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:24.899Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:24.899Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892224895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:30:24.999Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:24.999Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:25.000Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:25.013Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:25.013Z||pool-93-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-05-30T06:30:25.913Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-30T06:30:25.913Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdcd916f-ee1e-405b-be66-b5cd8bb241ca","serviceName":"Demo_pNF_aN8HJG3ANxGzX3GTUuWZ","serviceVersion":"1.0","serviceUUID":"d96f9046-ab96-4a29-b1f0-0cd1c22d68d0","serviceDescription":"catalog service description","serviceInvariantUUID":"59ecfce2-20eb-4174-85ad-74380154febc","resources":[{"resourceInstanceName":"pNF 8aee95ae-0954 0","resourceName":"pNF 8aee95ae-0954","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1b6006b9-1ba0-4909-8658-7c00697bd868","resourceInvariantUUID":"dd07b3f4-09a7-4e95-b014-97ddd289ca09","resourceCustomizationUUID":"5163e47a-7954-4dd7-923d-a5f5393491d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml","artifactChecksum":"NDZjMTgzNThjNDkwYjE1M2Q3ZmRiNTQ2YTE4ODIzOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"591ee375-fc61-4e3b-83bc-0f9a34431f9f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar","artifactChecksum":"YTIyMWNhMGM3NGQ2NTcxYTlmZTYyNTkxMDUxZTM3YjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1335b020-13ab-4db0-b385-c049df484890","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"33f2298d-fdcf-44f1-9003-ff130ba2a5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml","artifactChecksum":"NDJmNzkwMGViN2YyMzViYmI0YTI3MmQ1ZTdmNDdhYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d9bc49c-2c2e-4446-9153-3c364d6658a3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04527bae-f6cb-4b52-9e03-f000574f83c8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a722052-44d4-4b11-9d12-b276c27e9c54","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml","artifactChecksum":"YTBhM2RjNTIzNTIxZTY5OTFmODk4ZTcyZWM5YmFjOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10481231-a4f0-4218-8888-14d8ae5a8fc1","artifactVersion":"1"},{"artifactName":"service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar","artifactChecksum":"OTc2ZTQ0MGFkYjMwMmVjYWI1M2RiOTk5YWY2ODc1MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e648f4d0-1ff1-4f5a-b77c-9262c7c1e232","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:30:25.914Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:30:25.914Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:25.916Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:25.916Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:26.016Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:26.017Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:26.018Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:26.029Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:26.029Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:26.917Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:30:26.918Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:26.920Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:26.920Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:27.022Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-30T06:30:27.023Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:27.023Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:27.034Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:27.035Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:27.921Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:30:27.922Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:27.923Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:27.923Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:28.024Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:28.025Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:28.025Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:28.038Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:28.038Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:28.924Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:30:28.925Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:28.926Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:28.926Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:29.027Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:29.028Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:29.028Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:29.043Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:29.044Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:29.927Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:30:29.928Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:29.929Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:29.929Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:30.029Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:30.030Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:30.030Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:30.049Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:30.049Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:30.930Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:30:30.930Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:30.933Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:30.933Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:31.033Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:31.034Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:31.034Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:31.045Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:31.045Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:31.934Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:30:31.934Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:31.936Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:31.936Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:30:32.037Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:32.037Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:32.038Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:32.049Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:32.049Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:32.937Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:30:32.938Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:32.939Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:32.939Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:30:33.039Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:33.040Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:33.040Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:33.052Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:33.052Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:33.940Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "serviceName": "Demo_pNF_aN8HJG3ANxGzX3GTUuWZ",
  "serviceVersion": "1.0",
  "serviceUUID": "d96f9046-ab96-4a29-b1f0-0cd1c22d68d0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "59ecfce2-20eb-4174-85ad-74380154febc",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aee95ae-0954 0",
      "resourceCustomizationUUID": "5163e47a-7954-4dd7-923d-a5f5393491d9",
      "resourceName": "pNF 8aee95ae-0954",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1b6006b9-1ba0-4909-8658-7c00697bd868",
      "resourceInvariantUUID": "dd07b3f4-09a7-4e95-b014-97ddd289ca09",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
      "artifactChecksum": "OTc2ZTQ0MGFkYjMwMmVjYWI1M2RiOTk5YWY2ODc1MDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e648f4d0-1ff1-4f5a-b77c-9262c7c1e232"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:30:33.941Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:30:33.941Z|da381c79-5a83-48e8-8337-7093036403ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d96f9046-ab96-4a29-b1f0-0cd1c22d68d0 ASDC
2022-05-30T06:30:33.941Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bdcd916f-ee1e-405b-be66-b5cd8bb241ca
ServiceName:Demo_pNF_aN8HJG3ANxGzX3GTUuWZ
ServiceVersion:1.0
ServiceUUID:d96f9046-ab96-4a29-b1f0-0cd1c22d68d0
ServiceInvariantUUID:59ecfce2-20eb-4174-85ad-74380154febc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
ArtifactUUID:e648f4d0-1ff1-4f5a-b77c-9262c7c1e232
ArtifactChecksum:OTc2ZTQ0MGFkYjMwMmVjYWI1M2RiOTk5YWY2ODc1MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aee95ae-0954 0
ResourceCustomizationUUID:5163e47a-7954-4dd7-923d-a5f5393491d9
ResourceInvariantUUID:dd07b3f4-09a7-4e95-b014-97ddd289ca09
ResourceName:pNF 8aee95ae-0954
ResourceType:PNF
ResourceUUID:1b6006b9-1ba0-4909-8658-7c00697bd868
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-30T06:30:33.941Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d96f9046-ab96-4a29-b1f0-0cd1c22d68d0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:30:33.968Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:30:33.968Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:30:33.968Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:30:33.968Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e648f4d0-1ff1-4f5a-b77c-9262c7c1e232 from URL: /sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:33.968Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-30T06:30:33.969Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:34.618Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-30T06:30:34.621Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar e648f4d0-1ff1-4f5a-b77c-9262c7c1e232 82665
2022-05-30T06:30:34.622Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar ASDC sendASDCNotification
2022-05-30T06:30:34.622Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:34.622Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:30:34.622Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:34.624Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:34.624Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892234622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:30:34.724Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:34.725Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:34.725Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:34.740Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:34.741Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:35.624Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:30:35.625Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-30T06:30:35.626Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e648f4d0-1ff1-4f5a-b77c-9262c7c1e232, URL: /sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar to file: /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:35.626Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:35.626Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:35.627Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:35.791Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7503864355832366834/Definitions/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml
2022-05-30T06:30:36.498Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aee95ae-0954 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-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:36.499Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-30T06:30:36.500Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:30:36.500Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aN8HJG3ANxGzX3GTUuWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:30:36.500Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Node template pNF 8aee95ae-0954 0 is matching search criteria
2022-05-30T06:30:36.500Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-30T06:30:36.500Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8aee95ae-0954 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:30:36.501Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:30:36.501Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aN8HJG3ANxGzX3GTUuWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:30:36.501Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Node template pNF 8aee95ae-0954 0 is matching search criteria
2022-05-30T06:30:36.501Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-30T06:30:36.501Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8aee95ae-0954 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:30:36.501Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:30:36.501Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aN8HJG3ANxGzX3GTUuWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:30:36.502Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:30:36.502Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aN8HJG3ANxGzX3GTUuWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:30:36.502Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:30:36.502Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aN8HJG3ANxGzX3GTUuWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:30:36.502Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:30:36.502Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aN8HJG3ANxGzX3GTUuWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:30:36.502Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:30:36.502Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aN8HJG3ANxGzX3GTUuWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:30:36.503Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_aN8HJG3ANxGzX3GTUuWZ
Description:catalog service description
Model UUID:d96f9046-ab96-4a29-b1f0-0cd1c22d68d0
Model Version:NULL
Model InvariantUuid:59ecfce2-20eb-4174-85ad-74380154febc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:30:36.511Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1b6006b9-1ba0-4909-8658-7c00697bd868
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:30:36.514Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||pNF 8aee95ae-0954 0
2022-05-30T06:30:36.514Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1b6006b9-1ba0-4909-8658-7c00697bd868
2022-05-30T06:30:36.514Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d96f9046-ab96-4a29-b1f0-0cd1c22d68d0
2022-05-30T06:30:36.514Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d96f9046-ab96-4a29-b1f0-0cd1c22d68d0
2022-05-30T06:30:36.514Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8aee95ae-0954 0 1b6006b9-1ba0-4909-8658-7c00697bd868 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:30:36.521Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3296ff98, org.onap.sdc.toscaparser.api.parameters.Input@6994679c, org.onap.sdc.toscaparser.api.parameters.Input@5a88789, org.onap.sdc.toscaparser.api.parameters.Input@7131aff0, org.onap.sdc.toscaparser.api.parameters.Input@74dee471]
2022-05-30T06:30:36.521Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:30:36.521Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aN8HJG3ANxGzX3GTUuWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:30:36.521Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d96f9046-ab96-4a29-b1f0-0cd1c22d68d0: pNF 8aee95ae-0954
2022-05-30T06:30:36.522Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1b6006b9-1ba0-4909-8658-7c00697bd868
2022-05-30T06:30:36.522Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:30:36.522Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aN8HJG3ANxGzX3GTUuWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:30:36.522Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||Resource customization UUID: 5163e47a-7954-4dd7-923d-a5f5393491d9 is the same as notified resource customizationUUID: 5163e47a-7954-4dd7-923d-a5f5393491d9
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-30T06:30:36.580Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8aee95ae-0954 1b6006b9-1ba0-4909-8658-7c00697bd868 0 ASDC deployResourceStructure
2022-05-30T06:30:36.580Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar ASDC sendASDCNotification
2022-05-30T06:30:36.581Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar
2022-05-30T06:30:36.581Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:30:36.581Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:30:36.583Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:30:36.583Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892236580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:30:36.683Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:30:36.684Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:30:36.684Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:30:36.698Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:30:36.698Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:30:37.584Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdcd916f-ee1e-405b-be66-b5cd8bb241ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:30:37.594Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdcd916f-ee1e-405b-be66-b5cd8bb241ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:30:37.597Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:30:37.597Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:30:37.597Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:30:37.597Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:30:37.597Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:30:37.597Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:30:37.598Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:30:37.598Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:30:37.598Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:30:37.598Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:30:37.598Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:30:37.598Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:30:37.602Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:31:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:31:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:31:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:31:00.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:31:00.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:31:00.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892080883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-30T06:31:00.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:31:00.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:31:00.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892081887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:31:00.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:31:00.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:31:00.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892082890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:31:00.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:31:00.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:31:00.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892083894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:31:00.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:31:00.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:31:00.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892084898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:31:00.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:31:07.602Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdcd916f-ee1e-405b-be66-b5cd8bb241ca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:31:07.608Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdcd916f-ee1e-405b-be66-b5cd8bb241ca and serviceModelVersionId: d96f9046-ab96-4a29-b1f0-0cd1c22d68d0
2022-05-30T06:31:07.608Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59ecfce2-20eb-4174-85ad-74380154febc
2022-05-30T06:31:07.609Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59ecfce2-20eb-4174-85ad-74380154febc/model-vers/model-ver/d96f9046-ab96-4a29-b1f0-0cd1c22d68d0?depth=0
2022-05-30T06:31:07.614Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:31:07.651Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59ecfce2-20eb-4174-85ad-74380154febc/model-vers/model-ver/d96f9046-ab96-4a29-b1f0-0cd1c22d68d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-30T06:31:07.653Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59ecfce2-20eb-4174-85ad-74380154febc/model-vers/model-ver/d96f9046-ab96-4a29-b1f0-0cd1c22d68d0?depth=0|INFO|500||Invoke
2022-05-30T06:31:07.671Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59ecfce2-20eb-4174-85ad-74380154febc/model-vers/model-ver/d96f9046-ab96-4a29-b1f0-0cd1c22d68d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:31:07.965Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59ecfce2-20eb-4174-85ad-74380154febc/model-vers/model-ver/d96f9046-ab96-4a29-b1f0-0cd1c22d68d0?depth=0|INFO|500||InvokeReturn
2022-05-30T06:31:07.969Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59ecfce2-20eb-4174-85ad-74380154febc/model-vers/model-ver/d96f9046-ab96-4a29-b1f0-0cd1c22d68d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220530-06:31:07:922-37207], vertex-id=[262144], Content-Length=[0], Date=[Mon, 30 May 2022 06:31:07 GMT], Content-Type=[application/json]}
2022-05-30T06:31:07.973Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:31:07.973Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:31:07.973Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:31:07.978Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-30T06:31:07.979Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdcd916f-ee1e-405b-be66-b5cd8bb241ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:31:07.979Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:31:07.979Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:31:07.981Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:31:07.981Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892267979,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:31:08.081Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:31:08.082Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:31:08.083Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:31:08.097Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:31:08.097Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 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-05-30T06:31:08.997Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:31:08.998Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:31:08.998Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:31:19.261Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:31:19.262Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:31:19.263Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:31:19.263Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:31:28.809Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:31:28.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:31:28.811Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:31:28.811Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:31:38.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:31:38.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:31:38.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:31:38.356Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:31:47.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:31:47.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:31:47.895Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:31:47.895Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:31:57.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:32:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:32:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:32:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:32:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:32:00.169Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:32:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:32:00.220Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:32:00.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12dbba6b-f7ed-4783-ab73-dbffd49e9d9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892176158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:32:00.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:32:00.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:32:00.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:32:00.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:32:00.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:32:00.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:32:00.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:32:00.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:32:00.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:32:00.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-30T06:32:00.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:32:00.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:32:00.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:32:00.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:32:00.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892184364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892186576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892187654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:32:00.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892188707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892189900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892190903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892191909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:32:00.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:32:00.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:32:00.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892192913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:32:00.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:32:09.710Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:33:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:33:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:33:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:33:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:33:00.169Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:33:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:33:00.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:33:00.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da381c79-5a83-48e8-8337-7093036403ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892224895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:33:00.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:33:00.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:33:00.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:33:00.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:33:00.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:33:00.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:33:00.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:33:00.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:33:00.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:33:00.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:33:00.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:33:00.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/resourceInstances/pnf8aee95ae09540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:33:00.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:33:00.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892057176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892234622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-30T06:33:00.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892236580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAn8hjg3anxgzx3gtuuwz/1.0/artifacts/service-DemoPnfAn8hjg3anxgzx3gtuuwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:33:00.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:33:09.714Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:34:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:34:00.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:34:00.169Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:34:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:34:00.170Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:34:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:34:00.707Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:34:00.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:34:00.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcd916f-ee1e-405b-be66-b5cd8bb241ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892267979,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:34:00.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:34:09.726Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:35:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:35:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:35:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:35:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:00.794Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:00.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"48145f02-181e-4888-adef-f7530aa15d69","serviceName":"Demo_pNF_moHdZ0K3JVKkgDsOsnzi","serviceVersion":"1.0","serviceUUID":"0e131867-7e3c-43b8-b756-350ac254689f","serviceDescription":"catalog service description","serviceInvariantUUID":"84b95c1b-6fdb-418b-a8cb-a86b858d2ea4","resources":[{"resourceInstanceName":"pNF 4b4044c8-4651 0","resourceName":"pNF 4b4044c8-4651","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e049479-b1a1-49bf-836c-bdf81277a70d","resourceInvariantUUID":"63e1db03-87b8-4d7b-92f5-21ba8cfb1d5a","resourceCustomizationUUID":"339f82a3-f7f3-4062-a83a-3fa8d47b8238","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml","artifactChecksum":"Y2I3MTU5NzkwYjBhZmIyN2I3MzExNTVhYjA3NjE0Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f6d4e65-c5b0-479a-88e0-05f7b4bd693c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar","artifactChecksum":"YTIyMWNhMGM3NGQ2NTcxYTlmZTYyNTkxMDUxZTM3YjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f20d696a-0564-419f-bef8-416f5bb27511","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"22b9d482-d1c8-4b16-b966-75154127971a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml","artifactChecksum":"ZTM2YmI5MjY3YmI3YTY2YjAwNTQ5MDI2YWE4ZWNkMTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49b391e0-c3b0-4b3e-b23a-1bea785b6f90","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91f2fbe6-c0c6-41f9-9726-b4a65f130f53","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d319d122-4725-4f2b-8ba2-be3d72fa7b0c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml","artifactChecksum":"Y2QwZDM1M2U1ZDU3ZjRiOWI5OWJiMmFkMzZhMjdhNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3894bc1b-b83d-41de-aeb7-16046aa2f8c5","artifactVersion":"1"},{"artifactName":"service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar","artifactChecksum":"N2YyYTBlZWVjNDRjMGUyZTczNTczMjY4NjZhOTNhZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c151436-3cfd-457f-b075-9737f99f7db3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:35:00.797Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:35:00.797Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:00.800Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:00.800Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.829Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:00.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892442064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892446308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892443959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892443959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892442064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892446308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892452309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892443959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892442064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892446308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892452309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892446308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892443959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892442064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892452309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892442064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892443959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892446308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892452309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892442064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892446308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892443959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892452309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892446308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892442064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892443959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892452309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892446308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892442064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892443959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892452309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892459890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892452309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892460045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892460879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892460513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892459890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "cds",
  "timestamp": 1653892461519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:35:00.865Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48145f02-181e-4888-adef-f7530aa15d69
2022-05-30T06:35:00.865Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48145f02-181e-4888-adef-f7530aa15d69 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:35:00.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892461908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:35:00.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892460692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892461723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:35:00.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892459890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892462911,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:35:00.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 48145f02-181e-4888-adef-f7530aa15d69
2022-05-30T06:35:00.881Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48145f02-181e-4888-adef-f7530aa15d69 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:35:00.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892460692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892462453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892462727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:35:00.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892459890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892460692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892462453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "policy-id",
  "timestamp": 1653892463730,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:35:00.900Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48145f02-181e-4888-adef-f7530aa15d69
2022-05-30T06:35:00.900Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:35:00.900Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48145f02-181e-4888-adef-f7530aa15d69 and ComponentName POLICY
2022-05-30T06:35:00.901Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:00.901Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:35:00.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892459890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892460692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892462453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892459890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892460692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.913Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:00.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.913Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:35:00.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892462453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892459890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892460692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892462453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892459890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:35:00.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892466784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:35:00.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892460692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892462453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "aai-ml",
  "timestamp": 1653892467787,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:35:00.927Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48145f02-181e-4888-adef-f7530aa15d69
2022-05-30T06:35:00.928Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48145f02-181e-4888-adef-f7530aa15d69 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:35:00.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892468880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:35:00.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892460692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:35:00.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892462453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:00.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892462453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:35:00.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:35:00.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892470907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:35:00.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892471910,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:35:00.948Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48145f02-181e-4888-adef-f7530aa15d69
2022-05-30T06:35:00.949Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48145f02-181e-4888-adef-f7530aa15d69 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:35:00.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892476904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:35:00.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892477927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:35:00.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:35:00.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:35:00.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "clamp",
  "timestamp": 1653892478931,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:35:00.964Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48145f02-181e-4888-adef-f7530aa15d69
2022-05-30T06:35:00.965Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48145f02-181e-4888-adef-f7530aa15d69 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:35:01.800Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:35:01.801Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:01.803Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:01.803Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:01.903Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:35:01.904Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:01.904Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:01.916Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:01.916Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:35:02.803Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:35:02.804Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:02.806Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:02.806Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:02.906Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:35:02.907Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:02.907Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:02.918Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:02.919Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:35:03.807Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:35:03.808Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:03.809Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:03.809Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:03.909Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:35:03.910Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:03.910Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:03.925Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:03.925Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:35:04.810Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:35:04.811Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:04.813Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:04.813Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:04.913Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:35:04.914Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:04.914Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:04.925Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:04.926Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:35:05.813Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:35:05.814Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:05.816Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:05.816Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:05.916Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:35:05.918Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:05.918Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:05.931Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:05.932Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:35:06.817Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:35:06.817Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:06.819Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:06.819Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:35:06.920Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T06:35:06.921Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:06.921Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:06.933Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:06.933Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:35:07.820Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:35:07.821Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:07.822Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:07.822Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:35:07.923Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T06:35:07.924Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:07.924Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:07.935Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:07.936Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:35:08.823Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "serviceName": "Demo_pNF_moHdZ0K3JVKkgDsOsnzi",
  "serviceVersion": "1.0",
  "serviceUUID": "0e131867-7e3c-43b8-b756-350ac254689f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "84b95c1b-6fdb-418b-a8cb-a86b858d2ea4",
  "resources": [
    {
      "resourceInstanceName": "pNF 4b4044c8-4651 0",
      "resourceCustomizationUUID": "339f82a3-f7f3-4062-a83a-3fa8d47b8238",
      "resourceName": "pNF 4b4044c8-4651",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e049479-b1a1-49bf-836c-bdf81277a70d",
      "resourceInvariantUUID": "63e1db03-87b8-4d7b-92f5-21ba8cfb1d5a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
      "artifactChecksum": "N2YyYTBlZWVjNDRjMGUyZTczNTczMjY4NjZhOTNhZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c151436-3cfd-457f-b075-9737f99f7db3"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:35:08.824Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:35:08.824Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0e131867-7e3c-43b8-b756-350ac254689f ASDC
2022-05-30T06:35:08.824Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:48145f02-181e-4888-adef-f7530aa15d69
ServiceName:Demo_pNF_moHdZ0K3JVKkgDsOsnzi
ServiceVersion:1.0
ServiceUUID:0e131867-7e3c-43b8-b756-350ac254689f
ServiceInvariantUUID:84b95c1b-6fdb-418b-a8cb-a86b858d2ea4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
ArtifactUUID:4c151436-3cfd-457f-b075-9737f99f7db3
ArtifactChecksum:N2YyYTBlZWVjNDRjMGUyZTczNTczMjY4NjZhOTNhZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4b4044c8-4651 0
ResourceCustomizationUUID:339f82a3-f7f3-4062-a83a-3fa8d47b8238
ResourceInvariantUUID:63e1db03-87b8-4d7b-92f5-21ba8cfb1d5a
ResourceName:pNF 4b4044c8-4651
ResourceType:PNF
ResourceUUID:3e049479-b1a1-49bf-836c-bdf81277a70d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-30T06:35:08.825Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e131867-7e3c-43b8-b756-350ac254689f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:35:08.859Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:35:08.859Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:35:08.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:35:08.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4c151436-3cfd-457f-b075-9737f99f7db3 from URL: /sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:08.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:35:08.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:08.938Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:35:08.941Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar 4c151436-3cfd-457f-b075-9737f99f7db3 82659
2022-05-30T06:35:08.942Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar ASDC sendASDCNotification
2022-05-30T06:35:08.942Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:08.942Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:35:08.942Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:08.944Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:08.944Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892508942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:35:09.045Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:35:09.046Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:09.046Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:09.060Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:09.060Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:35:09.944Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:35:09.945Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:35:09.946Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4c151436-3cfd-457f-b075-9737f99f7db3, URL: /sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar to file: /app/ASDC/1/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:09.946Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:09.946Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:09.946Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.059Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17266222139222809723/Definitions/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml
2022-05-30T06:35:10.835Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:35:10.835Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-30T06:35:10.835Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.835Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|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-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|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-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|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-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|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-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|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-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4b4044c8-4651 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-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|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-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:35:10.836Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_moHdZ0K3JVKkgDsOsnzi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:35:10.837Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Node template pNF 4b4044c8-4651 0 is matching search criteria
2022-05-30T06:35:10.837Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-30T06:35:10.837Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4b4044c8-4651 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:35:10.837Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:35:10.837Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_moHdZ0K3JVKkgDsOsnzi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:35:10.838Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Node template pNF 4b4044c8-4651 0 is matching search criteria
2022-05-30T06:35:10.838Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-30T06:35:10.838Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4b4044c8-4651 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:35:10.838Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:35:10.838Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_moHdZ0K3JVKkgDsOsnzi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:35:10.838Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:35:10.838Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_moHdZ0K3JVKkgDsOsnzi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:35:10.838Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:35:10.839Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_moHdZ0K3JVKkgDsOsnzi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:35:10.839Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:35:10.839Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_moHdZ0K3JVKkgDsOsnzi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:35:10.839Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:35:10.839Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_moHdZ0K3JVKkgDsOsnzi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:35:10.839Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_moHdZ0K3JVKkgDsOsnzi
Description:catalog service description
Model UUID:0e131867-7e3c-43b8-b756-350ac254689f
Model Version:NULL
Model InvariantUuid:84b95c1b-6fdb-418b-a8cb-a86b858d2ea4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:35:10.850Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3e049479-b1a1-49bf-836c-bdf81277a70d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:35:10.853Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||pNF 4b4044c8-4651 0
2022-05-30T06:35:10.854Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3e049479-b1a1-49bf-836c-bdf81277a70d
2022-05-30T06:35:10.854Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0e131867-7e3c-43b8-b756-350ac254689f
2022-05-30T06:35:10.854Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0e131867-7e3c-43b8-b756-350ac254689f
2022-05-30T06:35:10.854Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4b4044c8-4651 0 3e049479-b1a1-49bf-836c-bdf81277a70d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:35:10.859Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d128e94, org.onap.sdc.toscaparser.api.parameters.Input@25977468, org.onap.sdc.toscaparser.api.parameters.Input@6091a2a1, org.onap.sdc.toscaparser.api.parameters.Input@3bf61164, org.onap.sdc.toscaparser.api.parameters.Input@32994ea0]
2022-05-30T06:35:10.859Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:35:10.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_moHdZ0K3JVKkgDsOsnzi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:35:10.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0e131867-7e3c-43b8-b756-350ac254689f: pNF 4b4044c8-4651
2022-05-30T06:35:10.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3e049479-b1a1-49bf-836c-bdf81277a70d
2022-05-30T06:35:10.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:35:10.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_moHdZ0K3JVKkgDsOsnzi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:35:10.860Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||Resource customization UUID: 339f82a3-f7f3-4062-a83a-3fa8d47b8238 is the same as notified resource customizationUUID: 339f82a3-f7f3-4062-a83a-3fa8d47b8238
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-30T06:35:10.901Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4b4044c8-4651 3e049479-b1a1-49bf-836c-bdf81277a70d 0 ASDC deployResourceStructure
2022-05-30T06:35:10.902Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar ASDC sendASDCNotification
2022-05-30T06:35:10.902Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar
2022-05-30T06:35:10.902Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:35:10.902Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:10.904Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:10.904Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892510901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:35:11.004Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:35:11.005Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:11.005Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:11.018Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:11.019Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:35:11.904Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48145f02-181e-4888-adef-f7530aa15d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:35:11.917Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48145f02-181e-4888-adef-f7530aa15d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:35:11.920Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:35:11.920Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:35:11.920Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:35:11.920Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:35:11.920Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:35:11.921Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:35:11.921Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:35:11.921Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:35:11.921Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:35:11.922Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:35:11.922Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:35:11.922Z|48145f02-181e-4888-adef-f7530aa15d69|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-05-30T06:35:11.927Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:35:41.928Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48145f02-181e-4888-adef-f7530aa15d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:35:41.943Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48145f02-181e-4888-adef-f7530aa15d69 and serviceModelVersionId: 0e131867-7e3c-43b8-b756-350ac254689f
2022-05-30T06:35:41.943Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84b95c1b-6fdb-418b-a8cb-a86b858d2ea4
2022-05-30T06:35:41.944Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84b95c1b-6fdb-418b-a8cb-a86b858d2ea4/model-vers/model-ver/0e131867-7e3c-43b8-b756-350ac254689f?depth=0
2022-05-30T06:35:41.948Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:35:41.985Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84b95c1b-6fdb-418b-a8cb-a86b858d2ea4/model-vers/model-ver/0e131867-7e3c-43b8-b756-350ac254689f?depth=0|INFO|500||Invoke
2022-05-30T06:35:41.985Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84b95c1b-6fdb-418b-a8cb-a86b858d2ea4/model-vers/model-ver/0e131867-7e3c-43b8-b756-350ac254689f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84b95c1b-6fdb-418b-a8cb-a86b858d2ea4/model-vers/model-ver/0e131867-7e3c-43b8-b756-350ac254689f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48145f02-181e-4888-adef-f7530aa15d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a8fcbf1-1b7d-4720-85d4-b679ab610c1f], X-ECOMP-RequestID=[48145f02-181e-4888-adef-f7530aa15d69], X-TransactionId=[], X-ONAP-RequestID=[48145f02-181e-4888-adef-f7530aa15d69], Content-Type=[application/merge-patch+json]}
2022-05-30T06:35:42.003Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84b95c1b-6fdb-418b-a8cb-a86b858d2ea4/model-vers/model-ver/0e131867-7e3c-43b8-b756-350ac254689f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:35:42.181Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84b95c1b-6fdb-418b-a8cb-a86b858d2ea4/model-vers/model-ver/0e131867-7e3c-43b8-b756-350ac254689f?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/84b95c1b-6fdb-418b-a8cb-a86b858d2ea4/model-vers/model-ver/0e131867-7e3c-43b8-b756-350ac254689f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-06:35:42:277-9893], vertex-id=[209072], Content-Length=[0], Date=[Mon, 30 May 2022 06:35:42 GMT], Content-Type=[application/json]}
2022-05-30T06:35:42.181Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84b95c1b-6fdb-418b-a8cb-a86b858d2ea4/model-vers/model-ver/0e131867-7e3c-43b8-b756-350ac254689f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:35:42.183Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84b95c1b-6fdb-418b-a8cb-a86b858d2ea4/model-vers/model-ver/0e131867-7e3c-43b8-b756-350ac254689f?depth=0|INFO|500||InvokeReturn
2022-05-30T06:35:42.183Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:35:42.183Z|48145f02-181e-4888-adef-f7530aa15d69|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-05-30T06:35:42.188Z|48145f02-181e-4888-adef-f7530aa15d69|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-05-30T06:35:42.188Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48145f02-181e-4888-adef-f7530aa15d69 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:35:42.189Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:35:42.189Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:35:42.191Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:35:42.191Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892542189,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:35:42.292Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:35:42.293Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:35:42.293Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:35:42.308Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:35:42.308Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:36:00.167Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:36:00.168Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:36:00.168Z|48145f02-181e-4888-adef-f7530aa15d69|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:36:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:36:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:36:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:36:00.291Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:36:00.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:36:00.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:36:00.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:36:09.712Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:37:00.168Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:37:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:37:00.169Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:37:00.169Z|48145f02-181e-4888-adef-f7530aa15d69|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:37:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:37:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:37:00.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:37:00.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:37:00.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:37:00.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:37:00.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:37:00.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:37:00.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:37:00.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:37:00.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:37:00.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/resourceInstances/pnf4b4044c846510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:37:00.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:37:00.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:37:00.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:37:00.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892500167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:37:00.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:37:00.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892508942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:37:00.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:37:00.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892510901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMohdz0k3jvkkgdsosnzi/1.0/artifacts/service-DemoPnfMohdz0k3jvkkgdsosnzi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:37:00.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:37:00.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:37:00.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48145f02-181e-4888-adef-f7530aa15d69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892542189,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:37:00.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:37:09.717Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:00.168Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:38:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:38:00.171Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:38:00.171Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:38:00.171Z|48145f02-181e-4888-adef-f7530aa15d69|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:00.807Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:00.807Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:00.808Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.809Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"09b887d7-f305-4a63-84b2-e7b067de774f","serviceName":"Demo_pNF_oetAm5psE4Eb3J2Bw4Pf","serviceVersion":"1.0","serviceUUID":"8dd0adf4-d3df-41f8-a575-551ce2c752f8","serviceDescription":"catalog service description","serviceInvariantUUID":"572709f4-b901-4c85-a7ad-dc07c784031b","resources":[{"resourceInstanceName":"pNF c73a1909-1f1a 0","resourceName":"pNF c73a1909-1f1a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7a0b6d8f-6b26-4397-9c84-a0d672683789","resourceInvariantUUID":"b29f8249-0406-4bd2-bc44-6bd740085454","resourceCustomizationUUID":"a36ec256-f59d-4d70-8f76-91800752be1d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml","artifactChecksum":"NjNlZWFiOWQ5ZmJjZTZmNTQ2YWE3MGQyMjA2Y2JiYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"afae3534-f763-4b5e-9ec2-a3ed817d9776","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar","artifactChecksum":"YTIyMWNhMGM3NGQ2NTcxYTlmZTYyNTkxMDUxZTM3YjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50239d4f-b1d7-4ef8-8be8-45493415512e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f42ff83-cb6d-428e-a884-c6feece35578","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml","artifactChecksum":"ODJjNzYzZjYyZWNmZjlmZjAwOGU2N2IzMDU0YTczMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad284c2d-9911-408f-bc8d-723b02e46ac2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9394be3-942c-492a-b06c-8ec0ce3156d4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6b49fc5-868a-40ec-b130-e243b2dd2a0b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml","artifactChecksum":"ZTNlYWM4NWM5ZTMzMGEyMDY2YWE5YzBlYTdiNGE4MzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cce7a2ca-772c-462f-b614-3d1c8fbedc0b","artifactVersion":"1"},{"artifactName":"service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar","artifactChecksum":"MzNiNzQzMWVjMmQ4ZTkzMGZmMDVkZTFhMmVhNTg4ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"607433bd-83ef-4a3b-b15c-413c37b81250","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:38:00.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892626308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892632309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892623959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892626308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892632309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892623959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892626308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892632309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892623959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.813Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892626308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.814Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892632309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892623959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892626308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892632309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892623959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892626308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:38:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892632309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892623959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892626308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892632309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892623959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892639890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892626308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892632309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892623959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892639890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.818Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.819Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892640695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892641436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892642318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:38:00.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892639890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892642210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892640695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892642440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892643340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892642453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892639890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "cds",
  "timestamp": 1653892643217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:38:00.850Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09b887d7-f305-4a63-84b2-e7b067de774f
2022-05-30T06:38:00.850Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b887d7-f305-4a63-84b2-e7b067de774f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:38:00.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892640695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "policy-id",
  "timestamp": 1653892643443,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:38:00.866Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09b887d7-f305-4a63-84b2-e7b067de774f
2022-05-30T06:38:00.866Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b887d7-f305-4a63-84b2-e7b067de774f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:38:00.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653892644343,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:38:00.879Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 09b887d7-f305-4a63-84b2-e7b067de774f
2022-05-30T06:38:00.879Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b887d7-f305-4a63-84b2-e7b067de774f and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:38:00.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892642453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892639890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892640695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892642453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892639890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892640695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892642453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892639890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892640695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892642453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892639890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:38:00.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892640695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892642453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892648681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:38:00.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653892640695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:38:00.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892642453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892642453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:38:00.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892650674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:38:00.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653892651678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:38:00.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09b887d7-f305-4a63-84b2-e7b067de774f
2022-05-30T06:38:00.908Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b887d7-f305-4a63-84b2-e7b067de774f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:38:00.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892652064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892652064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.918Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892652064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892652064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892652064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.919Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:00.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892652064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.920Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892652064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892652064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892660786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892661975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:38:00.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892663981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:38:00.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "clamp",
  "timestamp": 1653892664984,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:38:00.926Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09b887d7-f305-4a63-84b2-e7b067de774f
2022-05-30T06:38:00.926Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b887d7-f305-4a63-84b2-e7b067de774f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:38:00.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892665688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:38:00.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:38:00.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:38:00.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "aai-ml",
  "timestamp": 1653892666692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-05-30T06:38:00.935Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:00.936Z||pool-116-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=?
2022-05-30T06:38:00.939Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09b887d7-f305-4a63-84b2-e7b067de774f
2022-05-30T06:38:00.939Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b887d7-f305-4a63-84b2-e7b067de774f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:38:01.819Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:38:01.820Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:01.822Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:01.822Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:01.922Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:38:01.925Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:01.925Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:01.938Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:01.939Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:38:02.823Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:38:02.824Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:02.825Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:02.825Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:02.925Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:38:02.927Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:02.927Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:02.938Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:02.938Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:38:03.826Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:38:03.827Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:03.828Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:03.828Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:03.934Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-05-30T06:38:03.935Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:03.935Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:03.946Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:03.947Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:38:04.829Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:38:04.830Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:04.831Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:04.832Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:04.932Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:38:04.933Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:04.933Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:04.946Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:04.946Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:38:05.832Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:38:05.834Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:05.836Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:05.836Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:05.936Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:38:05.937Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:05.938Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:05.954Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:05.954Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:38:06.837Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:38:06.839Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:06.841Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:06.841Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:38:06.941Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:38:06.942Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:06.943Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:06.956Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:06.957Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:38:07.842Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:38:07.843Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:07.845Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:07.845Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:38:07.946Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:38:07.947Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:07.947Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:07.959Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:07.960Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:38:08.847Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "serviceName": "Demo_pNF_oetAm5psE4Eb3J2Bw4Pf",
  "serviceVersion": "1.0",
  "serviceUUID": "8dd0adf4-d3df-41f8-a575-551ce2c752f8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "572709f4-b901-4c85-a7ad-dc07c784031b",
  "resources": [
    {
      "resourceInstanceName": "pNF c73a1909-1f1a 0",
      "resourceCustomizationUUID": "a36ec256-f59d-4d70-8f76-91800752be1d",
      "resourceName": "pNF c73a1909-1f1a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7a0b6d8f-6b26-4397-9c84-a0d672683789",
      "resourceInvariantUUID": "b29f8249-0406-4bd2-bc44-6bd740085454",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
      "artifactChecksum": "MzNiNzQzMWVjMmQ4ZTkzMGZmMDVkZTFhMmVhNTg4ZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "607433bd-83ef-4a3b-b15c-413c37b81250"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:38:08.848Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:38:08.848Z|48145f02-181e-4888-adef-f7530aa15d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8dd0adf4-d3df-41f8-a575-551ce2c752f8 ASDC
2022-05-30T06:38:08.849Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:09b887d7-f305-4a63-84b2-e7b067de774f
ServiceName:Demo_pNF_oetAm5psE4Eb3J2Bw4Pf
ServiceVersion:1.0
ServiceUUID:8dd0adf4-d3df-41f8-a575-551ce2c752f8
ServiceInvariantUUID:572709f4-b901-4c85-a7ad-dc07c784031b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
ArtifactUUID:607433bd-83ef-4a3b-b15c-413c37b81250
ArtifactChecksum:MzNiNzQzMWVjMmQ4ZTkzMGZmMDVkZTFhMmVhNTg4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c73a1909-1f1a 0
ResourceCustomizationUUID:a36ec256-f59d-4d70-8f76-91800752be1d
ResourceInvariantUUID:b29f8249-0406-4bd2-bc44-6bd740085454
ResourceName:pNF c73a1909-1f1a
ResourceType:PNF
ResourceUUID:7a0b6d8f-6b26-4397-9c84-a0d672683789
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-30T06:38:08.849Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8dd0adf4-d3df-41f8-a575-551ce2c752f8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:38:08.879Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:38:08.880Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:38:08.880Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:38:08.880Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 607433bd-83ef-4a3b-b15c-413c37b81250 from URL: /sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:08.881Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:38:08.881Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:08.948Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:38:08.952Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar 607433bd-83ef-4a3b-b15c-413c37b81250 82650
2022-05-30T06:38:08.952Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar ASDC sendASDCNotification
2022-05-30T06:38:08.952Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:08.953Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:38:08.953Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:08.955Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:08.955Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892688952,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:38:09.055Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:38:09.056Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:09.056Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:09.071Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:09.072Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:38:09.956Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:38:09.957Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:38:09.957Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 607433bd-83ef-4a3b-b15c-413c37b81250, URL: /sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar to file: /app/ASDC/1/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:09.958Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:09.958Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:09.958Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:10.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17614731270039150169/Definitions/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml
2022-05-30T06:38:11.032Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|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-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|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-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|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-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|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-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c73a1909-1f1a 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-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|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-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:11.033Z|09b887d7-f305-4a63-84b2-e7b067de774f|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-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:11.034Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-30T06:38:11.034Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:38:11.034Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oetAm5psE4Eb3J2Bw4Pf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:38:11.034Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Node template pNF c73a1909-1f1a 0 is matching search criteria
2022-05-30T06:38:11.035Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-30T06:38:11.035Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c73a1909-1f1a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:38:11.035Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:38:11.035Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oetAm5psE4Eb3J2Bw4Pf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:38:11.035Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Node template pNF c73a1909-1f1a 0 is matching search criteria
2022-05-30T06:38:11.035Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-30T06:38:11.035Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c73a1909-1f1a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:38:11.035Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:38:11.036Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oetAm5psE4Eb3J2Bw4Pf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:38:11.036Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:38:11.036Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oetAm5psE4Eb3J2Bw4Pf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:38:11.036Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:38:11.036Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oetAm5psE4Eb3J2Bw4Pf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:38:11.036Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:38:11.036Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oetAm5psE4Eb3J2Bw4Pf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:38:11.036Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:38:11.037Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oetAm5psE4Eb3J2Bw4Pf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:38:11.037Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_oetAm5psE4Eb3J2Bw4Pf
Description:catalog service description
Model UUID:8dd0adf4-d3df-41f8-a575-551ce2c752f8
Model Version:NULL
Model InvariantUuid:572709f4-b901-4c85-a7ad-dc07c784031b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:38:11.044Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7a0b6d8f-6b26-4397-9c84-a0d672683789
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:38:11.048Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||pNF c73a1909-1f1a 0
2022-05-30T06:38:11.048Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7a0b6d8f-6b26-4397-9c84-a0d672683789
2022-05-30T06:38:11.048Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8dd0adf4-d3df-41f8-a575-551ce2c752f8
2022-05-30T06:38:11.048Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8dd0adf4-d3df-41f8-a575-551ce2c752f8
2022-05-30T06:38:11.048Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c73a1909-1f1a 0 7a0b6d8f-6b26-4397-9c84-a0d672683789 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:38:11.053Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@650747e7, org.onap.sdc.toscaparser.api.parameters.Input@24c21e4d, org.onap.sdc.toscaparser.api.parameters.Input@62a659fb, org.onap.sdc.toscaparser.api.parameters.Input@4e604cf4, org.onap.sdc.toscaparser.api.parameters.Input@110712a0]
2022-05-30T06:38:11.053Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:38:11.053Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oetAm5psE4Eb3J2Bw4Pf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:38:11.053Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8dd0adf4-d3df-41f8-a575-551ce2c752f8: pNF c73a1909-1f1a
2022-05-30T06:38:11.054Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||Processing PNF resource: 7a0b6d8f-6b26-4397-9c84-a0d672683789
2022-05-30T06:38:11.054Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:38:11.054Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oetAm5psE4Eb3J2Bw4Pf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:38:11.054Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||Resource customization UUID: a36ec256-f59d-4d70-8f76-91800752be1d is the same as notified resource customizationUUID: a36ec256-f59d-4d70-8f76-91800752be1d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-30T06:38:11.115Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c73a1909-1f1a 7a0b6d8f-6b26-4397-9c84-a0d672683789 0 ASDC deployResourceStructure
2022-05-30T06:38:11.116Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar ASDC sendASDCNotification
2022-05-30T06:38:11.116Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar
2022-05-30T06:38:11.116Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:38:11.116Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:11.118Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:11.118Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892691116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:38:11.218Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:38:11.218Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:11.218Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:11.234Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:11.234Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:38:12.118Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09b887d7-f305-4a63-84b2-e7b067de774f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:38:12.131Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09b887d7-f305-4a63-84b2-e7b067de774f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:38:12.133Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:38:12.133Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:38:12.134Z|09b887d7-f305-4a63-84b2-e7b067de774f|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-05-30T06:38:12.139Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:38:42.139Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09b887d7-f305-4a63-84b2-e7b067de774f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:38:42.150Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09b887d7-f305-4a63-84b2-e7b067de774f and serviceModelVersionId: 8dd0adf4-d3df-41f8-a575-551ce2c752f8
2022-05-30T06:38:42.150Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 572709f4-b901-4c85-a7ad-dc07c784031b
2022-05-30T06:38:42.151Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/572709f4-b901-4c85-a7ad-dc07c784031b/model-vers/model-ver/8dd0adf4-d3df-41f8-a575-551ce2c752f8?depth=0
2022-05-30T06:38:42.157Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:38:42.201Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/572709f4-b901-4c85-a7ad-dc07c784031b/model-vers/model-ver/8dd0adf4-d3df-41f8-a575-551ce2c752f8?depth=0|INFO|500||Invoke
2022-05-30T06:38:42.201Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/572709f4-b901-4c85-a7ad-dc07c784031b/model-vers/model-ver/8dd0adf4-d3df-41f8-a575-551ce2c752f8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/572709f4-b901-4c85-a7ad-dc07c784031b/model-vers/model-ver/8dd0adf4-d3df-41f8-a575-551ce2c752f8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09b887d7-f305-4a63-84b2-e7b067de774f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a6a4b95-c52e-46fc-9e2e-9c0ef04d7bac], X-ECOMP-RequestID=[09b887d7-f305-4a63-84b2-e7b067de774f], X-TransactionId=[], X-ONAP-RequestID=[09b887d7-f305-4a63-84b2-e7b067de774f], Content-Type=[application/merge-patch+json]}
2022-05-30T06:38:42.227Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/572709f4-b901-4c85-a7ad-dc07c784031b/model-vers/model-ver/8dd0adf4-d3df-41f8-a575-551ce2c752f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:38:42.344Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/572709f4-b901-4c85-a7ad-dc07c784031b/model-vers/model-ver/8dd0adf4-d3df-41f8-a575-551ce2c752f8?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/572709f4-b901-4c85-a7ad-dc07c784031b/model-vers/model-ver/8dd0adf4-d3df-41f8-a575-551ce2c752f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220530-06:38:42:487-6094], vertex-id=[274432], Content-Length=[0], Date=[Mon, 30 May 2022 06:38:42 GMT], Content-Type=[application/json]}
2022-05-30T06:38:42.344Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/572709f4-b901-4c85-a7ad-dc07c784031b/model-vers/model-ver/8dd0adf4-d3df-41f8-a575-551ce2c752f8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:38:42.345Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/572709f4-b901-4c85-a7ad-dc07c784031b/model-vers/model-ver/8dd0adf4-d3df-41f8-a575-551ce2c752f8?depth=0|INFO|500||InvokeReturn
2022-05-30T06:38:42.345Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:38:42.346Z|09b887d7-f305-4a63-84b2-e7b067de774f|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-05-30T06:38:42.353Z|09b887d7-f305-4a63-84b2-e7b067de774f|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-05-30T06:38:42.353Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09b887d7-f305-4a63-84b2-e7b067de774f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:38:42.354Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:38:42.354Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:38:42.356Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:38:42.356Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892722353,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:38:42.456Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:38:42.457Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:38:42.457Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:38:42.479Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:38:42.480Z||pool-126-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:39:00.167Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:39:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:39:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:39:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:39:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:39:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:39:00.290Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:39:00.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:39:00.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:39:00.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:39:09.711Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:40:00.167Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:40:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:40:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:40:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:40:00.170Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:40:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:40:00.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:40:00.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:40:00.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:40:00.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:40:00.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:40:00.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:40:00.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:40:00.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:40:00.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:40:00.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/resourceInstances/pnfc73a19091f1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:40:00.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:40:00.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:40:00.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:40:00.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892680167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:40:00.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:40:00.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892688952,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:40:00.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:40:00.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892691116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOetam5pse4eb3j2bw4pf/1.0/artifacts/service-DemoPnfOetam5pse4eb3j2bw4pf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:40:00.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:40:00.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:40:00.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b887d7-f305-4a63-84b2-e7b067de774f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653892722353,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:40:00.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:40:09.722Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:41:00.167Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:41:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:41:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:41:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:41:00.170Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:41:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:41:09.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:41:09.716Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:42:00.167Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:42:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:42:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:42:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:42:00.169Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:42:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:42:09.720Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:42:09.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:43:00.167Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:43:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:43:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:43:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:43:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:43:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:43:09.715Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:43:09.715Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:44:00.167Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:44:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:44:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:44:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:44:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:44:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:44:09.715Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:44:09.715Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:45:00.167Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:45:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:45:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:45:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:45:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:45:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:45:09.714Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:45:09.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:46:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:46:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:46:00.171Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:46:00.171Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:46:00.171Z|09b887d7-f305-4a63-84b2-e7b067de774f|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:46:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:46:09.728Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:46:09.728Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:00.167Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:47:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:47:00.168Z|09b887d7-f305-4a63-84b2-e7b067de774f|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:00.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:47:00.169Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:47:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:00.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:00.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:47:00.790Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:00.791Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T06:47:00.791Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8173bf4-cce0-4662-801d-977a6764f3cf","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f61688c6-6740-46b1-a844-7e492e370db6","serviceDescription":"service","serviceInvariantUUID":"e73f4293-54a4-4b73-9aec-d0b43311b0d0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2394f9ac-ed91-4d1d-8565-c7abeda955ab","resourceInvariantUUID":"f2f6d1b2-f6a9-4b88-addb-cb03d3dee009","resourceCustomizationUUID":"7bafc012-a496-4e0b-acfe-081fd1ac956d","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":"OTYxMGY4ZWY4YzJhYmU4OGJiYjA1NjY0OWEzMDU3Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e724640-f722-4ecf-992c-ec1d09b1f54b","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":"YTk5ZDJiZjM0YTg0MWFiNjRkMzllZTAwYmY5ODJjMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0081456-913e-4b5f-8104-7aec7291a4ec","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":"9122391c-6e42-470e-b884-cb635c8c2415","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":"7ecc0780-2158-42b0-9154-3a691c105995","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":"b51fc94e-48fe-4ebd-a6a0-3682147244ab","artifactVersion":"2","generatedFromUUID":"6d78690b-ae7f-4449-8e17-7e8176873930"},{"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":"fa93116a-d87e-49e5-9b9e-d5beee641aad","artifactVersion":"2","generatedFromUUID":"9122391c-6e42-470e-b884-cb635c8c2415"},{"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":"6d78690b-ae7f-4449-8e17-7e8176873930","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":"1c0522b0-dd80-4141-bdbe-d6dbd83ed26a","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":"NTBmNTU3NjA1ZjhjNWY1NDI1YTcwOWFiNzY5M2MxZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a72ac49-4db6-42c9-9274-b9edb88308ab","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Mjc1MDQzNmNhZGJiODY1MWJiZDFkYTM4ZTQzYmNjMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cb1f26e-ff41-474f-9fc6-e1138685c73d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:47:00.793Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:00.794Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:00.798Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:00.798Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:00.898Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:00.898Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:00.899Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:00.910Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:00.910Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:01.801Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:01.802Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:01.804Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:01.804Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:47:01.905Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T06:47:01.906Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:01.906Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:01.933Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:01.934Z||pool-128-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:02.805Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:02.806Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:02.808Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:02.808Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:47:02.908Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:02.909Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:02.909Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:02.934Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:02.935Z||pool-129-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:03.808Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:03.809Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:03.811Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:03.811Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:03.912Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:03.914Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:03.914Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:03.924Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:03.924Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:04.812Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:04.813Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:04.815Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:04.815Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-30T06:47:04.915Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:04.915Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:04.916Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:04.937Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:04.937Z||pool-131-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:05.815Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:05.816Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:05.818Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:05.818Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-30T06:47:05.918Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:05.919Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:05.920Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:05.932Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:05.932Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:06.819Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:06.820Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:06.822Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:06.822Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-30T06:47:06.922Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:06.923Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:06.923Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:06.934Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:06.934Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:07.822Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:07.823Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:07.825Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:07.825Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:07.925Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:07.926Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:07.926Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:07.937Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:07.937Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:08.825Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:08.826Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:08.828Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:08.828Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:47:08.928Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:08.929Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:08.929Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:08.941Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:08.941Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:09.828Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:47:09.829Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:09.831Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:09.831Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:47:09.931Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:09.932Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:09.932Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:09.947Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:09.947Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:10.832Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f61688c6-6740-46b1-a844-7e492e370db6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e73f4293-54a4-4b73-9aec-d0b43311b0d0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7bafc012-a496-4e0b-acfe-081fd1ac956d",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2394f9ac-ed91-4d1d-8565-c7abeda955ab",
      "resourceInvariantUUID": "f2f6d1b2-f6a9-4b88-addb-cb03d3dee009",
      "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": "YTk5ZDJiZjM0YTg0MWFiNjRkMzllZTAwYmY5ODJjMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d0081456-913e-4b5f-8104-7aec7291a4ec",
          "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": "9122391c-6e42-470e-b884-cb635c8c2415",
          "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": "fa93116a-d87e-49e5-9b9e-d5beee641aad",
            "generatedFromUUID": "9122391c-6e42-470e-b884-cb635c8c2415"
          },
          "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": "b51fc94e-48fe-4ebd-a6a0-3682147244ab",
          "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": "fa93116a-d87e-49e5-9b9e-d5beee641aad",
          "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": "6d78690b-ae7f-4449-8e17-7e8176873930",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Mjc1MDQzNmNhZGJiODY1MWJiZDFkYTM4ZTQzYmNjMDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1cb1f26e-ff41-474f-9fc6-e1138685c73d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:47:10.833Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:47:10.833Z|09b887d7-f305-4a63-84b2-e7b067de774f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f61688c6-6740-46b1-a844-7e492e370db6 ASDC
2022-05-30T06:47:10.834Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b8173bf4-cce0-4662-801d-977a6764f3cf
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f61688c6-6740-46b1-a844-7e492e370db6
ServiceInvariantUUID:e73f4293-54a4-4b73-9aec-d0b43311b0d0
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:1cb1f26e-ff41-474f-9fc6-e1138685c73d
ArtifactChecksum:Mjc1MDQzNmNhZGJiODY1MWJiZDFkYTM4ZTQzYmNjMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7bafc012-a496-4e0b-acfe-081fd1ac956d
ResourceInvariantUUID:f2f6d1b2-f6a9-4b88-addb-cb03d3dee009
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:2394f9ac-ed91-4d1d-8565-c7abeda955ab
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:d0081456-913e-4b5f-8104-7aec7291a4ec
ArtifactChecksum:YTk5ZDJiZjM0YTg0MWFiNjRkMzllZTAwYmY5ODJjMDE=
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:9122391c-6e42-470e-b884-cb635c8c2415
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:fa93116a-d87e-49e5-9b9e-d5beee641aad
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:b51fc94e-48fe-4ebd-a6a0-3682147244ab
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:fa93116a-d87e-49e5-9b9e-d5beee641aad
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:6d78690b-ae7f-4449-8e17-7e8176873930
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-30T06:47:10.834Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f61688c6-6740-46b1-a844-7e492e370db6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:47:10.874Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:47:10.876Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:47:10.876Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:47:10.876Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1cb1f26e-ff41-474f-9fc6-e1138685c73d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:10.876Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:47:10.877Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:10.944Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:47:10.952Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1cb1f26e-ff41-474f-9fc6-e1138685c73d 158210
2022-05-30T06:47:10.953Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-30T06:47:10.953Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:10.953Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:47:10.953Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:10.955Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:10.955Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893230952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:47:11.056Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:47:11.056Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:11.057Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:11.070Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:11.070Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:11.956Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:47:11.957Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:47:11.957Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1cb1f26e-ff41-474f-9fc6-e1138685c73d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:11.958Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-30T06:47:11.959Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:11.959Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:12.149Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12044912286737898337/Definitions/service-BasicCnfMacro-template.yml
2022-05-30T06:47:13.313Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:47:13.314Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-30T06:47:13.314Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:13.314Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-30T06:47:13.314Z|b8173bf4-cce0-4662-801d-977a6764f3cf|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-BasicCnfMacro-csar.csar
2022-05-30T06:47:13.314Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:13.314Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:13.315Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:13.324Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-30T06:47:13.324Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.325Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:13.325Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-30T06:47:13.326Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-30T06:47:13.326Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:47:13.326Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.326Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:13.327Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-30T06:47:13.327Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-30T06:47:13.327Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:47:13.327Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.327Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:13.328Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.328Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-30T06:47:13.328Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-30T06:47:13.328Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-30T06:47:13.328Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:47:13.328Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.329Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:47:13.329Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.329Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-30T06:47:13.329Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:47:13.330Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.330Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-30T06:47:13.330Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:47:13.330Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.331Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-30T06:47:13.331Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:47:13.331Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.331Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-30T06:47:13.331Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:47:13.331Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.332Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-30T06:47:13.332Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-30T06:47:13.332Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=bcbe03c5-769d-4752-ac16-2e60559d4f32
2022-05-30T06:47:13.332Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.332Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:13.333Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.333Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:13.333Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.333Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:13.333Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:13.334Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:13.334Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f61688c6-6740-46b1-a844-7e492e370db6
Model Version:NULL
Model InvariantUuid:e73f4293-54a4-4b73-9aec-d0b43311b0d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:30f1027b-5100-4f61-94dd-aa5f53ea2e3f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2f6d1b2-f6a9-4b88-addb-cb03d3dee009
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7bafc012-a496-4e0b-acfe-081fd1ac956d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:919a3e59-9c39-45ca-9746-6b82f486e226
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:0792f5b4-0e74-4ce8-9f15-bc1bd22a4899
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:1e9ef4b5-ce7c-4071-ba2e-8d2bfd1f9bd7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e995fe97-8a5f-4665-b417-25501a9cd2cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bcbe03c5-769d-4752-ac16-2e60559d4f32
ModelInvariantUuid:78f381dc-296b-4d67-b8d9-71b7eeb8bb9d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b787f8dd-fac5-42dc-8980-e4e1650f62aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5c551ef5-637e-4fdc-b9a2-011a43575180
ModelInvariantUuid:6c230aa6-72f8-4d9c-b3fa-629bc7ad69b0
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:29eaa724-7e7d-47d6-bd0e-b52f20a7e46f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:47:13.376Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2394f9ac-ed91-4d1d-8565-c7abeda955ab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:47:13.381Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-05-30T06:47:13.382Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2394f9ac-ed91-4d1d-8565-c7abeda955ab
2022-05-30T06:47:13.382Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0081456-913e-4b5f-8104-7aec7291a4ec from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-30T06:47:13.382Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:47:13.382Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-30T06:47:13.430Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:47:13.430Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d0081456-913e-4b5f-8104-7aec7291a4ec 1565
2022-05-30T06:47:13.430Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-30T06:47:13.430Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-30T06:47:13.430Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:47:13.431Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:13.432Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:13.432Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893233430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:47:13.532Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:47:13.533Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:13.533Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:13.544Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:13.544Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:14.433Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1e9ef4b5-ce7c-4071-ba2e-8d2bfd1f9bd7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e995fe97-8a5f-4665-b417-25501a9cd2cf",
    "vfModuleModelCustomizationUUID": "051c8f18-30c9-46ba-9e31-a12f7e2277d1",
    "isBase": true,
    "artifacts": [
      "9122391c-6e42-470e-b884-cb635c8c2415",
      "fa93116a-d87e-49e5-9b9e-d5beee641aad"
    ],
    "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": "919a3e59-9c39-45ca-9746-6b82f486e226",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0792f5b4-0e74-4ce8-9f15-bc1bd22a4899",
    "vfModuleModelCustomizationUUID": "b2bd6cf2-47c4-4214-bda7-7ee4e8054323",
    "isBase": false,
    "artifacts": [
      "6d78690b-ae7f-4449-8e17-7e8176873930"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:47:14.438Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e995fe97-8a5f-4665-b417-25501a9cd2cf
VfModuleModelInvariantUUID:1e9ef4b5-ce7c-4071-ba2e-8d2bfd1f9bd7
VfModuleModelDescription:NULL
Artifacts UUID List:{
9122391c-6e42-470e-b884-cb635c8c2415
,
fa93116a-d87e-49e5-9b9e-d5beee641aad

}
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:0792f5b4-0e74-4ce8-9f15-bc1bd22a4899
VfModuleModelInvariantUUID:919a3e59-9c39-45ca-9746-6b82f486e226
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d78690b-ae7f-4449-8e17-7e8176873930

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

isBase:false


}

2022-05-30T06:47:14.440Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1e9ef4b5-ce7c-4071-ba2e-8d2bfd1f9bd7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e995fe97-8a5f-4665-b417-25501a9cd2cf",
    "vfModuleModelCustomizationUUID": "051c8f18-30c9-46ba-9e31-a12f7e2277d1",
    "isBase": true,
    "artifacts": [
      "9122391c-6e42-470e-b884-cb635c8c2415",
      "fa93116a-d87e-49e5-9b9e-d5beee641aad"
    ],
    "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": "919a3e59-9c39-45ca-9746-6b82f486e226",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0792f5b4-0e74-4ce8-9f15-bc1bd22a4899",
    "vfModuleModelCustomizationUUID": "b2bd6cf2-47c4-4214-bda7-7ee4e8054323",
    "isBase": false,
    "artifacts": [
      "6d78690b-ae7f-4449-8e17-7e8176873930"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:47:14.440Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e995fe97-8a5f-4665-b417-25501a9cd2cf
VfModuleModelInvariantUUID:1e9ef4b5-ce7c-4071-ba2e-8d2bfd1f9bd7
VfModuleModelDescription:NULL
Artifacts UUID List:{
9122391c-6e42-470e-b884-cb635c8c2415
,
fa93116a-d87e-49e5-9b9e-d5beee641aad

}
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:0792f5b4-0e74-4ce8-9f15-bc1bd22a4899
VfModuleModelInvariantUUID:919a3e59-9c39-45ca-9746-6b82f486e226
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d78690b-ae7f-4449-8e17-7e8176873930

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

isBase:false


}

2022-05-30T06:47:14.440Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9122391c-6e42-470e-b884-cb635c8c2415 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-30T06:47:14.440Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:47:14.440Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-30T06:47:14.488Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:47:14.488Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9122391c-6e42-470e-b884-cb635c8c2415 914
2022-05-30T06:47:14.488Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-30T06:47:14.489Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-30T06:47:14.489Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:47:14.489Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:14.490Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:14.491Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893234488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:47:14.591Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:14.591Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:14.591Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:14.607Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:14.607Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:15.491Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b51fc94e-48fe-4ebd-a6a0-3682147244ab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-30T06:47:15.492Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:47:15.492Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-30T06:47:15.550Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:47:15.550Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b51fc94e-48fe-4ebd-a6a0-3682147244ab 12
2022-05-30T06:47:15.550Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-30T06:47:15.550Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-30T06:47:15.550Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:47:15.551Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:15.552Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:15.553Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893235550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:47:15.653Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:47:15.653Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:15.654Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:15.667Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:15.667Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:16.553Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fa93116a-d87e-49e5-9b9e-d5beee641aad from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-30T06:47:16.554Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:47:16.554Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-30T06:47:16.602Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:47:16.603Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env fa93116a-d87e-49e5-9b9e-d5beee641aad 96
2022-05-30T06:47:16.603Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-30T06:47:16.603Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-30T06:47:16.603Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:47:16.603Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:16.605Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:16.605Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893236603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:47:16.705Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:16.706Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:16.706Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:16.723Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:16.723Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:47:17.605Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6d78690b-ae7f-4449-8e17-7e8176873930 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-30T06:47:17.606Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:47:17.606Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-30T06:47:17.654Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:47:17.655Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6d78690b-ae7f-4449-8e17-7e8176873930 20206
2022-05-30T06:47:17.655Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-30T06:47:17.655Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-30T06:47:17.655Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:47:17.655Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:17.657Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:17.657Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893237655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:47:17.757Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:17.758Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:17.758Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:17.772Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:17.772Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:18.660Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f61688c6-6740-46b1-a844-7e492e370db6
2022-05-30T06:47:18.660Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2394f9ac-ed91-4d1d-8565-c7abeda955ab ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:47:18.672Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@140af3fa, org.onap.sdc.toscaparser.api.parameters.Input@12efbccc, org.onap.sdc.toscaparser.api.parameters.Input@10905754, org.onap.sdc.toscaparser.api.parameters.Input@9b89958, org.onap.sdc.toscaparser.api.parameters.Input@4aee2eb6]
2022-05-30T06:47:18.674Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.674Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:18.674Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-05-30T06:47:18.674Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7bafc012-a496-4e0b-acfe-081fd1ac956d
2022-05-30T06:47:18.675Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7bafc012-a496-4e0b-acfe-081fd1ac956d matches Tosca VF Customization UUID: 7bafc012-a496-4e0b-acfe-081fd1ac956d
2022-05-30T06:47:18.675Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7bafc012-a496-4e0b-acfe-081fd1ac956d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:47:18.677Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.677Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:18.678Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7bafc012-a496-4e0b-acfe-081fd1ac956d: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-30T06:47:18.678Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a8f161e
2022-05-30T06:47:18.678Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.678Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:47:18.679Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2bd6cf2-47c4-4214-bda7-7ee4e8054323
2022-05-30T06:47:18.679Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2bd6cf2-47c4-4214-bda7-7ee4e8054323
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:47:18.682Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.682Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-30T06:47:18.682Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:47:18.683Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.683Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-30T06:47:18.683Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:47:18.683Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.684Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-30T06:47:18.684Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7bafc012-a496-4e0b-acfe-081fd1ac956d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:47:18.687Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.687Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:18.687Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f61688c6-6740-46b1-a844-7e492e370db6: basic_cnf_macro
2022-05-30T06:47:18.688Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.688Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:18.688Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.688Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:18.689Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.689Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:18.689Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.689Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:18.690Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:47:18.690Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:47:18.690Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:47:18.768Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2394f9ac-ed91-4d1d-8565-c7abeda955ab 2 ASDC deployResourceStructure
2022-05-30T06:47:18.769Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-30T06:47:18.769Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-30T06:47:18.769Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:47:18.769Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:18.771Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:18.771Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893238769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:47:18.871Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:18.872Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:18.872Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:18.887Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:18.887Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:19.772Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-30T06:47:19.773Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-30T06:47:19.773Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:47:19.773Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:19.775Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:19.775Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893239772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:47:19.875Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:19.876Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:19.876Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:19.888Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:19.889Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:20.776Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-30T06:47:20.777Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-30T06:47:20.777Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-30T06:47:20.777Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:20.779Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:20.779Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893240776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-30T06:47:20.880Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:20.880Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:20.880Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:20.891Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:20.891Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:21.781Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-30T06:47:21.781Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-30T06:47:21.781Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:47:21.782Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:21.783Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:21.784Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:47:21.884Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:47:21.884Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:47:21.884Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:21.901Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:21.901Z||pool-146-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:22.785Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-30T06:47:22.785Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-30T06:47:22.785Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-30T06:47:22.785Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:22.788Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:22.788Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893242784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-30T06:47:22.887Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-30T06:47:22.888Z||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-05-30T06:47:22.888Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:22.898Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:22.898Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:47:23.790Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-30T06:47:23.790Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-30T06:47:23.790Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:47:23.790Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:47:23.792Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:47:23.792Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893243790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:47:23.894Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-30T06:47:23.897Z||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-05-30T06:47:23.898Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:47:23.912Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:47:23.912Z||pool-148-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:47:24.793Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:47:24.817Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:47:24.818Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:47:24.819Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:47:24.819Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:47:54.819Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:47:54.832Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:47:54.833Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:47:54.833Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:47:54.833Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:48:00.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:48:00.170Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:48:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:48:00.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:48:00.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:48:00.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:48:00.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:48:24.834Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:48:24.845Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:48:24.847Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:48:24.847Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:48:24.847Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:48:54.848Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:48:54.857Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:48:54.859Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:48:54.859Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:48:54.859Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:49:00.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:49:00.170Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:49:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:49:00.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:49:00.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:49:00.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:49:00.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:49:24.859Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:49:24.871Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:49:24.873Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:49:24.873Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:49:24.873Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:49:54.873Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:49:54.883Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:49:54.885Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:49:54.885Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:49:54.885Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:50:00.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:50:00.170Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:50:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:50:00.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:50:00.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893206308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893208959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893212453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893212309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893209890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893226612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893225853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893226315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893226858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "policy-id",
  "timestamp": 1653893227861,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.742Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8173bf4-cce0-4662-801d-977a6764f3cf
2022-05-30T06:50:00.743Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8173bf4-cce0-4662-801d-977a6764f3cf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893229231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "cds",
  "timestamp": 1653893229016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.762Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b8173bf4-cce0-4662-801d-977a6764f3cf
2022-05-30T06:50:00.762Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8173bf4-cce0-4662-801d-977a6764f3cf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893229230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893230235,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.776Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8173bf4-cce0-4662-801d-977a6764f3cf
2022-05-30T06:50:00.777Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8173bf4-cce0-4662-801d-977a6764f3cf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893220167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893220692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893230952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893231455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893222064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893232511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893232814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893233430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893233557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893234228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893234488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893234611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "clamp",
  "timestamp": 1653893235231,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.794Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b8173bf4-cce0-4662-801d-977a6764f3cf
2022-05-30T06:50:00.794Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8173bf4-cce0-4662-801d-977a6764f3cf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893235550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893235672,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.808Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8173bf4-cce0-4662-801d-977a6764f3cf
2022-05-30T06:50:00.808Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8173bf4-cce0-4662-801d-977a6764f3cf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893236603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893236675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893237655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893238769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893239772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893240776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893242784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-30T06:50:00.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893243790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893245115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1653893246118,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.820Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b8173bf4-cce0-4662-801d-977a6764f3cf
2022-05-30T06:50:00.820Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8173bf4-cce0-4662-801d-977a6764f3cf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893242453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893239568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893246308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893239890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893239568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893239890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893242453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893246308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893246308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893239890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893239568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893242453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893242453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893239890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893239568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893246308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893246308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893239568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893239890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893242453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893239890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893242453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893246308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893239568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893246308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893239568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893239890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893242453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893252064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893252309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893246308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893239568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893242453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893239890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893252064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893252309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893252064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893254921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893255320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893255690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893252309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893252064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893252309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893256056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "cds",
  "timestamp": 1653893256586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.849Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b3edec6-c661-422f-bb60-100fdc9ffbaa
2022-05-30T06:50:00.849Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3edec6-c661-422f-bb60-100fdc9ffbaa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893252064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893252309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893257108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893258059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893252064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893252309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893258130,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.863Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b3edec6-c661-422f-bb60-100fdc9ffbaa
2022-05-30T06:50:00.864Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3edec6-c661-422f-bb60-100fdc9ffbaa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893259064,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.877Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b3edec6-c661-422f-bb60-100fdc9ffbaa
2022-05-30T06:50:00.877Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3edec6-c661-422f-bb60-100fdc9ffbaa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893252064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893252309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:50:00.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893259135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893252064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893252309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:50:00.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:50:00.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893261236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893260793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893261070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:50:00.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893262074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "policy-id",
  "timestamp": 1653893263076,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.899Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b3edec6-c661-422f-bb60-100fdc9ffbaa
2022-05-30T06:50:00.899Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3edec6-c661-422f-bb60-100fdc9ffbaa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-30T06:50:00.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893265240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "clamp",
  "timestamp": 1653893266245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.912Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b3edec6-c661-422f-bb60-100fdc9ffbaa
2022-05-30T06:50:00.912Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3edec6-c661-422f-bb60-100fdc9ffbaa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:00.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893268882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:50:00.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:50:00.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:50:00.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "aai-ml",
  "timestamp": 1653893269885,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:50:00.927Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b3edec6-c661-422f-bb60-100fdc9ffbaa
2022-05-30T06:50:00.928Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3edec6-c661-422f-bb60-100fdc9ffbaa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:50:24.885Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:50:24.898Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:50:24.901Z|b8173bf4-cce0-4662-801d-977a6764f3cf|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-05-30T06:50:24.906Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:50:54.906Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8173bf4-cce0-4662-801d-977a6764f3cf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:50:54.914Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8173bf4-cce0-4662-801d-977a6764f3cf and serviceModelVersionId: f61688c6-6740-46b1-a844-7e492e370db6
2022-05-30T06:50:54.914Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e73f4293-54a4-4b73-9aec-d0b43311b0d0
2022-05-30T06:50:54.916Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e73f4293-54a4-4b73-9aec-d0b43311b0d0/model-vers/model-ver/f61688c6-6740-46b1-a844-7e492e370db6?depth=0
2022-05-30T06:50:54.922Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:50:54.965Z|b8173bf4-cce0-4662-801d-977a6764f3cf|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/e73f4293-54a4-4b73-9aec-d0b43311b0d0/model-vers/model-ver/f61688c6-6740-46b1-a844-7e492e370db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-30T06:50:54.966Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e73f4293-54a4-4b73-9aec-d0b43311b0d0/model-vers/model-ver/f61688c6-6740-46b1-a844-7e492e370db6?depth=0|INFO|500||Invoke
2022-05-30T06:50:54.987Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e73f4293-54a4-4b73-9aec-d0b43311b0d0/model-vers/model-ver/f61688c6-6740-46b1-a844-7e492e370db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:50:55.676Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e73f4293-54a4-4b73-9aec-d0b43311b0d0/model-vers/model-ver/f61688c6-6740-46b1-a844-7e492e370db6?depth=0|INFO|500||InvokeReturn
2022-05-30T06:50:55.676Z|b8173bf4-cce0-4662-801d-977a6764f3cf|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/e73f4293-54a4-4b73-9aec-d0b43311b0d0/model-vers/model-ver/f61688c6-6740-46b1-a844-7e492e370db6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-06:50:55:281-70616], vertex-id=[225456], Content-Length=[0], Date=[Mon, 30 May 2022 06:50:55 GMT], Content-Type=[application/json]}
2022-05-30T06:50:55.676Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:50:55.677Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:50:55.677Z|b8173bf4-cce0-4662-801d-977a6764f3cf|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-05-30T06:50:55.684Z|b8173bf4-cce0-4662-801d-977a6764f3cf|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-05-30T06:50:55.684Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8173bf4-cce0-4662-801d-977a6764f3cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:50:55.684Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:50:55.684Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:50:55.687Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:50:55.687Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893455684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:50:55.787Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:50:55.788Z||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-05-30T06:50:55.788Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:50:55.803Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:50:55.803Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:50:56.702Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:50:56.702Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:50:56.702Z|b8173bf4-cce0-4662-801d-977a6764f3cf|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:00.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:51:00.170Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:51:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:00.796Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:00.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-30T06:51:00.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8173bf4-cce0-4662-801d-977a6764f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893455684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:51:00.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:51:01.075Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:01.075Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T06:51:01.075Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b3edec6-c661-422f-bb60-100fdc9ffbaa","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b81cdb08-a995-483f-93b5-88041b19f95a","serviceDescription":"service","serviceInvariantUUID":"5c4b6484-965f-4365-a213-802a103d1eae","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3e1b2c5-79a1-4d56-a566-36db54ab5308","resourceInvariantUUID":"cff70ae0-b5a8-41fd-af62-9c29538cac55","resourceCustomizationUUID":"d5a7999f-7795-4c5e-b16e-f7ed4a9795d7","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":"YWFkZGZiMGEyZWQxZjA1NjhiZGI4NGEwOGY4N2I0YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a7af077-20c3-41ca-bb3f-8b175ad40a99","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":"MmM1MWM0MGFlZDdkNjI5N2UzZDIwMTNmOGZlYWRiZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e49f79a6-8b23-432a-9a59-272a817eaea7","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":"455356d0-fddb-4458-8b75-cfd1605cb055","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":"db3aeabd-388b-4a5b-a895-28e28a1b1b9a","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":"50389022-152c-4514-a673-2031870cc692","artifactVersion":"2","generatedFromUUID":"455356d0-fddb-4458-8b75-cfd1605cb055"},{"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":"NGY3ODUxN2FmOWEyYjdkZmNmMGVjNzI2NGU5YjRlNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ff3e8235-2fbb-4183-aa7f-ed91cd62f6c0","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":"ZDY3MzUwOTFkNzdlYTdiNTJkNTMwMGUyOTYwNDNkOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a06d8de2-862f-4fd8-bbc9-d97503e79f86","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTE4ZGE2MTlmMWU5N2Y0OGMwYjE5ZmE1MTVkM2JjM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"360ca438-661e-45a2-91ef-f5a5a5c24684","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:51:01.077Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:51:01.077Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:01.080Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:01.080Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:51:01.180Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:51:01.180Z||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-05-30T06:51:01.180Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:01.191Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:01.191Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:02.080Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:51:02.081Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:02.083Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:02.083Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:51:02.183Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:51:02.184Z||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-05-30T06:51:02.184Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:02.197Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:02.198Z||pool-151-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:03.084Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:51:03.085Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:03.087Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:03.087Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:51:03.187Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:51:03.188Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:03.188Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:03.200Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:03.200Z||pool-152-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:04.088Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:51:04.089Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:04.091Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:04.091Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:51:04.191Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:51:04.192Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:04.192Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:04.203Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:04.204Z||pool-153-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:51:05.092Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:51:05.093Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:05.095Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:05.096Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-30T06:51:05.195Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:51:05.196Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:05.196Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:05.207Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:05.208Z||pool-154-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:06.096Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:51:06.097Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:06.099Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:06.100Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:51:06.200Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:51:06.200Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:06.200Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:06.213Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:06.213Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:07.100Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:51:07.101Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:07.104Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:07.104Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:51:07.204Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:51:07.205Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:07.205Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:07.219Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:07.219Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:51:08.104Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:51:08.106Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:08.108Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:08.108Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:51:08.208Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:51:08.209Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:08.209Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:08.223Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:08.223Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:09.110Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b81cdb08-a995-483f-93b5-88041b19f95a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c4b6484-965f-4365-a213-802a103d1eae",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d5a7999f-7795-4c5e-b16e-f7ed4a9795d7",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d3e1b2c5-79a1-4d56-a566-36db54ab5308",
      "resourceInvariantUUID": "cff70ae0-b5a8-41fd-af62-9c29538cac55",
      "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": "MmM1MWM0MGFlZDdkNjI5N2UzZDIwMTNmOGZlYWRiZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e49f79a6-8b23-432a-9a59-272a817eaea7",
          "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": "455356d0-fddb-4458-8b75-cfd1605cb055",
          "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": "50389022-152c-4514-a673-2031870cc692",
            "generatedFromUUID": "455356d0-fddb-4458-8b75-cfd1605cb055"
          },
          "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": "50389022-152c-4514-a673-2031870cc692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTE4ZGE2MTlmMWU5N2Y0OGMwYjE5ZmE1MTVkM2JjM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "360ca438-661e-45a2-91ef-f5a5a5c24684"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:51:09.110Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:51:09.110Z|b8173bf4-cce0-4662-801d-977a6764f3cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b81cdb08-a995-483f-93b5-88041b19f95a ASDC
2022-05-30T06:51:09.111Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8b3edec6-c661-422f-bb60-100fdc9ffbaa
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b81cdb08-a995-483f-93b5-88041b19f95a
ServiceInvariantUUID:5c4b6484-965f-4365-a213-802a103d1eae
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:360ca438-661e-45a2-91ef-f5a5a5c24684
ArtifactChecksum:OTE4ZGE2MTlmMWU5N2Y0OGMwYjE5ZmE1MTVkM2JjM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d5a7999f-7795-4c5e-b16e-f7ed4a9795d7
ResourceInvariantUUID:cff70ae0-b5a8-41fd-af62-9c29538cac55
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d3e1b2c5-79a1-4d56-a566-36db54ab5308
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:e49f79a6-8b23-432a-9a59-272a817eaea7
ArtifactChecksum:MmM1MWM0MGFlZDdkNjI5N2UzZDIwMTNmOGZlYWRiZjk=
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:455356d0-fddb-4458-8b75-cfd1605cb055
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:50389022-152c-4514-a673-2031870cc692
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:50389022-152c-4514-a673-2031870cc692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-30T06:51:09.112Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b81cdb08-a995-483f-93b5-88041b19f95a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:51:09.146Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:51:09.147Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:51:09.147Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:51:09.147Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 360ca438-661e-45a2-91ef-f5a5a5c24684 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-30T06:51:09.147Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:51:09.147Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-30T06:51:09.308Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:51:09.310Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 360ca438-661e-45a2-91ef-f5a5a5c24684 78820
2022-05-30T06:51:09.311Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-30T06:51:09.311Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-30T06:51:09.311Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:51:09.311Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:09.313Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:09.313Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893469311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:51:09.413Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:51:09.414Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:09.414Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:09.424Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:09.425Z||pool-158-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:51:10.313Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:51:10.314Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-30T06:51:10.314Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 360ca438-661e-45a2-91ef-f5a5a5c24684, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-30T06:51:10.315Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-30T06:51:10.315Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-30T06:51:10.315Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-30T06:51:10.408Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17184457632685352785/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-30T06:51:11.461Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:51:11.462Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-30T06:51:11.462Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-30T06:51:11.462Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-30T06:51:11.462Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-30T06:51:11.463Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-30T06:51:11.463Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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-BasicVmMacro-csar.csar
2022-05-30T06:51:11.463Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-30T06:51:11.463Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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-BasicVmMacro-csar.csar
2022-05-30T06:51:11.464Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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-BasicVmMacro-csar.csar
2022-05-30T06:51:11.464Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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-BasicVmMacro-csar.csar
2022-05-30T06:51:11.464Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-30T06:51:11.464Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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-BasicVmMacro-csar.csar
2022-05-30T06:51:11.465Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-30T06:51:11.465Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.465Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:11.466Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-30T06:51:11.466Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-30T06:51:11.466Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:51:11.466Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.467Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:11.467Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-30T06:51:11.467Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-30T06:51:11.467Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:51:11.468Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.468Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:11.468Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.468Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-30T06:51:11.469Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-30T06:51:11.469Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-30T06:51:11.469Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-30T06:51:11.470Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-30T06:51:11.470Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:51:11.470Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.471Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:51:11.471Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.471Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-30T06:51:11.471Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:51:11.472Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.472Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-30T06:51:11.472Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:51:11.472Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.473Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-30T06:51:11.473Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:51:11.473Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.473Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-30T06:51:11.474Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-30T06:51:11.474Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-30T06:51:11.474Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3108cd99-1645-4f50-a277-99fb9c9bad69
2022-05-30T06:51:11.474Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.475Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:11.475Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.475Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:11.475Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.476Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:11.476Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:11.476Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:11.476Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b81cdb08-a995-483f-93b5-88041b19f95a
Model Version:NULL
Model InvariantUuid:5c4b6484-965f-4365-a213-802a103d1eae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:57b061b2-83b7-414e-96cd-3371f776c05b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cff70ae0-b5a8-41fd-af62-9c29538cac55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5a7999f-7795-4c5e-b16e-f7ed4a9795d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a526bb8d-2e6e-41a2-9d43-86fb2da3bac4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:28d3a45b-ef1b-4937-aad1-0f67c73b5c26
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3108cd99-1645-4f50-a277-99fb9c9bad69
ModelInvariantUuid:6243979c-68b9-45fd-b62a-930386127fd5
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c35974d4-315e-485e-8f59-33138cf14e25
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:680bbf7b-4885-4177-a4cd-527b27ff2501
ModelInvariantUuid:13dd2ce3-25b6-4c02-8428-b8d6d97cd2f4
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:1f5679b8-08cf-4ec6-8fe9-9015fd765faa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:51:11.487Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d3e1b2c5-79a1-4d56-a566-36db54ab5308
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:51:11.490Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-05-30T06:51:11.491Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3e1b2c5-79a1-4d56-a566-36db54ab5308
2022-05-30T06:51:11.491Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e49f79a6-8b23-432a-9a59-272a817eaea7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-30T06:51:11.491Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:51:11.491Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:11.536Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:51:11.536Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e49f79a6-8b23-432a-9a59-272a817eaea7 792
2022-05-30T06:51:11.536Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:11.537Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:11.537Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:51:11.537Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:11.538Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:11.539Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893471536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:51:11.639Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:51:11.639Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:11.639Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:11.651Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:11.651Z||pool-159-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:12.539Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a526bb8d-2e6e-41a2-9d43-86fb2da3bac4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28d3a45b-ef1b-4937-aad1-0f67c73b5c26",
    "vfModuleModelCustomizationUUID": "94d500b5-0151-4f46-8bd3-2dc26cc28956",
    "isBase": true,
    "artifacts": [
      "455356d0-fddb-4458-8b75-cfd1605cb055",
      "50389022-152c-4514-a673-2031870cc692"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:51:12.543Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28d3a45b-ef1b-4937-aad1-0f67c73b5c26
VfModuleModelInvariantUUID:a526bb8d-2e6e-41a2-9d43-86fb2da3bac4
VfModuleModelDescription:NULL
Artifacts UUID List:{
455356d0-fddb-4458-8b75-cfd1605cb055
,
50389022-152c-4514-a673-2031870cc692

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

isBase:true


}

2022-05-30T06:51:12.546Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a526bb8d-2e6e-41a2-9d43-86fb2da3bac4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28d3a45b-ef1b-4937-aad1-0f67c73b5c26",
    "vfModuleModelCustomizationUUID": "94d500b5-0151-4f46-8bd3-2dc26cc28956",
    "isBase": true,
    "artifacts": [
      "455356d0-fddb-4458-8b75-cfd1605cb055",
      "50389022-152c-4514-a673-2031870cc692"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-30T06:51:12.547Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28d3a45b-ef1b-4937-aad1-0f67c73b5c26
VfModuleModelInvariantUUID:a526bb8d-2e6e-41a2-9d43-86fb2da3bac4
VfModuleModelDescription:NULL
Artifacts UUID List:{
455356d0-fddb-4458-8b75-cfd1605cb055
,
50389022-152c-4514-a673-2031870cc692

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

isBase:true


}

2022-05-30T06:51:12.547Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 455356d0-fddb-4458-8b75-cfd1605cb055 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-30T06:51:12.547Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:51:12.548Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:12.584Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:51:12.585Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 455356d0-fddb-4458-8b75-cfd1605cb055 5033
2022-05-30T06:51:12.586Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:12.586Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:12.586Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:51:12.586Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:12.588Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:12.589Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893472586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:51:12.688Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:51:12.689Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:12.689Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:12.702Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:12.703Z||pool-160-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:13.590Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 50389022-152c-4514-a673-2031870cc692 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-30T06:51:13.590Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-30T06:51:13.590Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:13.629Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-30T06:51:13.629Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 50389022-152c-4514-a673-2031870cc692 903
2022-05-30T06:51:13.629Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:13.630Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:13.630Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:51:13.630Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:13.631Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:13.632Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893473629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:51:13.732Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:51:13.732Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:13.732Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:13.748Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:13.748Z||pool-161-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:14.632Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b81cdb08-a995-483f-93b5-88041b19f95a
2022-05-30T06:51:14.633Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d3e1b2c5-79a1-4d56-a566-36db54ab5308 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:51:14.645Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6accd96a, org.onap.sdc.toscaparser.api.parameters.Input@db4aef9, org.onap.sdc.toscaparser.api.parameters.Input@416ede66, org.onap.sdc.toscaparser.api.parameters.Input@6321c615, org.onap.sdc.toscaparser.api.parameters.Input@6f2a5492]
2022-05-30T06:51:14.646Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.646Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:14.646Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-05-30T06:51:14.647Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d5a7999f-7795-4c5e-b16e-f7ed4a9795d7
2022-05-30T06:51:14.647Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5a7999f-7795-4c5e-b16e-f7ed4a9795d7 matches Tosca VF Customization UUID: d5a7999f-7795-4c5e-b16e-f7ed4a9795d7
2022-05-30T06:51:14.647Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d5a7999f-7795-4c5e-b16e-f7ed4a9795d7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:51:14.649Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.650Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:14.650Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d5a7999f-7795-4c5e-b16e-f7ed4a9795d7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-30T06:51:14.650Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d17f6fe
2022-05-30T06:51:14.651Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.651Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:51:14.651Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94d500b5-0151-4f46-8bd3-2dc26cc28956
2022-05-30T06:51:14.651Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94d500b5-0151-4f46-8bd3-2dc26cc28956
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:51:14.654Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.654Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-30T06:51:14.654Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:51:14.654Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.655Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-30T06:51:14.655Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:51:14.655Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.655Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-30T06:51:14.656Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-30T06:51:14.656Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-30T06:51:14.656Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3108cd99-1645-4f50-a277-99fb9c9bad69
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:51:14.661Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.661Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-30T06:51:14.664Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:51:14.664Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.664Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-30T06:51:14.664Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d5a7999f-7795-4c5e-b16e-f7ed4a9795d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:51:14.666Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.666Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:14.666Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b81cdb08-a995-483f-93b5-88041b19f95a: basic_vm_macro
2022-05-30T06:51:14.666Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.666Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:14.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:14.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:14.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:14.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:51:14.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:51:14.668Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:14.782Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d3e1b2c5-79a1-4d56-a566-36db54ab5308 1 ASDC deployResourceStructure
2022-05-30T06:51:14.783Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:14.783Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:14.783Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:51:14.783Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:14.786Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:14.786Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893474783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:51:14.886Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:51:14.886Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:14.887Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:14.903Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:14.903Z||pool-162-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:15.787Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:15.788Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:15.788Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:51:15.788Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:15.790Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:15.790Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893475787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:51:15.890Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:51:15.891Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:15.891Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:15.902Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:15.902Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:16.791Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:16.791Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||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-05-30T06:51:16.791Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:51:16.792Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:16.794Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:16.794Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893476791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:51:16.894Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:51:16.895Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:16.895Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:16.908Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:16.908Z||pool-164-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:17.795Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-30T06:51:17.796Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-30T06:51:17.796Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:51:17.796Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:17.798Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:17.798Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893477795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:51:17.898Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:51:17.899Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:17.899Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:17.911Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:17.912Z||pool-165-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:51:18.799Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3edec6-c661-422f-bb60-100fdc9ffbaa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:51:18.813Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3edec6-c661-422f-bb60-100fdc9ffbaa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:51:18.816Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:51:18.816Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:51:18.816Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:51:18.816Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:51:18.816Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:51:18.817Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:51:18.817Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:51:18.817Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:51:18.817Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:51:18.817Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:51:18.817Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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-05-30T06:51:18.822Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:51:48.823Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b3edec6-c661-422f-bb60-100fdc9ffbaa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:51:48.829Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b3edec6-c661-422f-bb60-100fdc9ffbaa and serviceModelVersionId: b81cdb08-a995-483f-93b5-88041b19f95a
2022-05-30T06:51:48.829Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c4b6484-965f-4365-a213-802a103d1eae
2022-05-30T06:51:48.830Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c4b6484-965f-4365-a213-802a103d1eae/model-vers/model-ver/b81cdb08-a995-483f-93b5-88041b19f95a?depth=0
2022-05-30T06:51:48.834Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:51:48.881Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4b6484-965f-4365-a213-802a103d1eae/model-vers/model-ver/b81cdb08-a995-483f-93b5-88041b19f95a?depth=0|INFO|500||Invoke
2022-05-30T06:51:48.881Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4b6484-965f-4365-a213-802a103d1eae/model-vers/model-ver/b81cdb08-a995-483f-93b5-88041b19f95a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4b6484-965f-4365-a213-802a103d1eae/model-vers/model-ver/b81cdb08-a995-483f-93b5-88041b19f95a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b3edec6-c661-422f-bb60-100fdc9ffbaa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bdb2217f-af27-4c7c-8b39-21ff4e72b644], X-ECOMP-RequestID=[8b3edec6-c661-422f-bb60-100fdc9ffbaa], X-TransactionId=[], X-ONAP-RequestID=[8b3edec6-c661-422f-bb60-100fdc9ffbaa], Content-Type=[application/merge-patch+json]}
2022-05-30T06:51:48.897Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4b6484-965f-4365-a213-802a103d1eae/model-vers/model-ver/b81cdb08-a995-483f-93b5-88041b19f95a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:51:49.067Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4b6484-965f-4365-a213-802a103d1eae/model-vers/model-ver/b81cdb08-a995-483f-93b5-88041b19f95a?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/5c4b6484-965f-4365-a213-802a103d1eae/model-vers/model-ver/b81cdb08-a995-483f-93b5-88041b19f95a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-06:51:49:180-80238], vertex-id=[233648], Content-Length=[0], Date=[Mon, 30 May 2022 06:51:49 GMT], Content-Type=[application/json]}
2022-05-30T06:51:49.068Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4b6484-965f-4365-a213-802a103d1eae/model-vers/model-ver/b81cdb08-a995-483f-93b5-88041b19f95a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:51:49.068Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4b6484-965f-4365-a213-802a103d1eae/model-vers/model-ver/b81cdb08-a995-483f-93b5-88041b19f95a?depth=0|INFO|500||InvokeReturn
2022-05-30T06:51:49.068Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:51:49.069Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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-05-30T06:51:49.087Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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-05-30T06:51:49.087Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b3edec6-c661-422f-bb60-100fdc9ffbaa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:51:49.087Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:51:49.087Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:51:49.114Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:51:49.114Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893509087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:51:49.189Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-05-30T06:51:49.190Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:51:49.190Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:49.209Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:49.210Z||pool-166-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:51:50.127Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:51:50.127Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:51:50.127Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:51:59.666Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:51:59.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:51:59.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:51:59.667Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:52:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:52:00.170Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:52:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:52:00.295Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:52:00.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:52:00.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:52:00.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:52:09.215Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:52:09.215Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:52:09.216Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:52:09.216Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:52:18.756Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:52:18.757Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:52:18.758Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:52:18.758Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:52:28.312Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:53:00.168Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:53:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:53:00.170Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:53:00.170Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:53:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:53:00.170Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:53:00.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:53:00.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-30T06:53:00.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:53:00.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:53:00.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893456702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893469311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893471536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893472586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893473629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893474783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893475787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893476791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893477795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3edec6-c661-422f-bb60-100fdc9ffbaa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893509087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:53:00.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:53:09.718Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:54:00.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:54:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:54:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:54:00.170Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:00.802Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:00.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d7d590d-021c-4e08-b045-6a82b2db6b36","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"47f74bd7-a30b-40b3-b539-3cfa722d9f6f","serviceDescription":"service","serviceInvariantUUID":"f0d1097f-e731-4adf-8784-33321b069e4d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d568dc3f-b5d2-4fbd-9669-7d0a72fc4e62","resourceInvariantUUID":"b2822388-4d44-4184-a041-7fa050f76948","resourceCustomizationUUID":"135610db-4bc0-4ccb-8b4e-062c7b273c01","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":"NDQ5ZjQxZjU2ZDM4ZTE0YmRhZGFiZjdkNzcwNDRlMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05425b50-b497-492a-a437-a2a5e98ab900","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":"7213db18-a83d-48f7-ae59-b68e034ec187","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":"231ca0a9-f141-4b3c-ba0e-88f677ba2c88","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":"Y2MwZjMxMDdiYjhhYmJhMzY4NWUxNzhiODQ3YzlkMDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3f3ea060-a81a-4642-9100-4c823186d8a5","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":"c463c2b0-77b5-4e3e-ab37-c13fce62c439","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":"8bdfd79d-f345-4926-a697-c93805e33e13","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":"51552202-8165-4c53-b917-13518810f508","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":"ZjliNTQxNmMxNDNhZDMwODEwMDUwY2EyZGQ5NDFhMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"279f9f4b-eab0-4c8f-9f19-413bd464c9c5","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTQ3MTcxNzcxZGMxN2YwZGNhZjg4YTBmMjNiNzczY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee03ffc6-34c4-43b7-b412-09172818eaac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:54:00.804Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:00.805Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.805Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893620692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.805Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893626308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893620692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893626308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.806Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.806Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893620692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893626308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.807Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893628959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893620692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.807Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893629890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893626308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893628959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893620692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.808Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893629890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893626308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893628959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893620692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.809Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893629890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893626308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893628959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893632453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.810Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893620692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893629890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893626308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.811Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.811Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.811Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893628959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893632453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893620692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893629890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.812Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893626308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893628959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893632453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.813Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653893620692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893629890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893626308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.814Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893628959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.815Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.815Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.815Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893632453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.815Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.815Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.815Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893629890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.815Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.815Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.815Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.816Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.816Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.816Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893628959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.816Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.816Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.816Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893632453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.816Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.816Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.816Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893629890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893637963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893628959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:54:00.817Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893632453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893629890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.818Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893638984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893639057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893632453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.819Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893639896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:54:00.820Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:54:00.820Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.820Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653893639988,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:54:00.851Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5d7d590d-021c-4e08-b045-6a82b2db6b36
2022-05-30T06:54:00.851Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d7d590d-021c-4e08-b045-6a82b2db6b36 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:54:00.860Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.860Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893632453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.861Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.861Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.861Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "cds",
  "timestamp": 1653893640276,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:54:00.872Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d7d590d-021c-4e08-b045-6a82b2db6b36
2022-05-30T06:54:00.872Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d7d590d-021c-4e08-b045-6a82b2db6b36 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:54:00.891Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:54:00.891Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:00.891Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:54:00.911Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:54:00.912Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:00.913Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:00.924Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:00.925Z||pool-167-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:54:01.812Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:54:01.813Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:01.816Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:01.816Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:01.918Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-30T06:54:01.919Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:01.919Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:01.936Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:01.936Z||pool-168-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:54:02.816Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:54:02.817Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:02.819Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:02.819Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:02.919Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:54:02.920Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:02.920Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:02.932Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:02.932Z||pool-169-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:54:03.820Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:54:03.825Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:03.827Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:03.827Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:03.929Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T06:54:03.930Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:03.930Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:03.943Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:03.943Z||pool-170-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:54:04.828Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:54:04.829Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:04.831Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:04.831Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:04.931Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:54:04.932Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:04.932Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:04.944Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:04.944Z||pool-171-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:54:05.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:54:05.834Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:05.836Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:05.836Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:05.936Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:54:05.937Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:05.937Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:05.949Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:05.949Z||pool-172-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:54:06.837Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:54:06.837Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:06.839Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:06.839Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:06.939Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:54:06.940Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:06.940Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:06.959Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:06.960Z||pool-173-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:54:07.840Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:54:07.840Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:07.842Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:07.842Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:54:07.942Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:54:07.944Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:07.944Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:07.957Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:07.958Z||pool-174-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:54:08.843Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:54:08.843Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:08.845Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:08.845Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:54:08.945Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:54:08.946Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:08.946Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:08.958Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:08.958Z||pool-175-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:54:09.846Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "47f74bd7-a30b-40b3-b539-3cfa722d9f6f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0d1097f-e731-4adf-8784-33321b069e4d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "135610db-4bc0-4ccb-8b4e-062c7b273c01",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d568dc3f-b5d2-4fbd-9669-7d0a72fc4e62",
      "resourceInvariantUUID": "b2822388-4d44-4184-a041-7fa050f76948",
      "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": "MTQ3MTcxNzcxZGMxN2YwZGNhZjg4YTBmMjNiNzczY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee03ffc6-34c4-43b7-b412-09172818eaac"
    }
  ],
  "workloadContext": "Production"
}
2022-05-30T06:54:09.847Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:54:09.847Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 47f74bd7-a30b-40b3-b539-3cfa722d9f6f ASDC
2022-05-30T06:54:09.847Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5d7d590d-021c-4e08-b045-6a82b2db6b36
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:47f74bd7-a30b-40b3-b539-3cfa722d9f6f
ServiceInvariantUUID:f0d1097f-e731-4adf-8784-33321b069e4d
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:ee03ffc6-34c4-43b7-b412-09172818eaac
ArtifactChecksum:MTQ3MTcxNzcxZGMxN2YwZGNhZjg4YTBmMjNiNzczY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:135610db-4bc0-4ccb-8b4e-062c7b273c01
ResourceInvariantUUID:b2822388-4d44-4184-a041-7fa050f76948
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d568dc3f-b5d2-4fbd-9669-7d0a72fc4e62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-30T06:54:09.848Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47f74bd7-a30b-40b3-b539-3cfa722d9f6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:54:09.883Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:54:09.884Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-30T06:54:09.884Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-30T06:54:09.884Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ee03ffc6-34c4-43b7-b412-09172818eaac from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-30T06:54:09.885Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-30T06:54:09.885Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-30T06:54:09.958Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-30T06:54:09.963Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ee03ffc6-34c4-43b7-b412-09172818eaac 105665
2022-05-30T06:54:09.963Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-30T06:54:09.963Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-30T06:54:09.963Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:54:09.964Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:09.966Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:09.966Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893649963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:54:10.066Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:54:10.067Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:10.067Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:10.092Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:10.092Z||pool-176-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:54:10.967Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:54:10.968Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-30T06:54:10.968Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ee03ffc6-34c4-43b7-b412-09172818eaac, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:10.968Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-30T06:54:10.969Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:10.969Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:11.153Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9860416720838763659/Definitions/service-TestPnfMacro-template.yml
2022-05-30T06:54:11.978Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:11.979Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-30T06:54:11.980Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-30T06:54:11.980Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:54:11.980Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:54:11.980Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-30T06:54:11.980Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-30T06:54:11.980Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:54:11.981Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:54:11.981Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:54:11.981Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-30T06:54:11.981Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-30T06:54:11.981Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:54:11.981Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:54:11.981Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:54:11.982Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:54:11.982Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:54:11.982Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:54:11.982Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:54:11.982Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:54:11.982Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:54:11.982Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:54:11.982Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:54:11.983Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:47f74bd7-a30b-40b3-b539-3cfa722d9f6f
Model Version:NULL
Model InvariantUuid:f0d1097f-e731-4adf-8784-33321b069e4d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:54:11.992Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: d568dc3f-b5d2-4fbd-9669-7d0a72fc4e62
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:54:11.998Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-05-30T06:54:11.998Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d568dc3f-b5d2-4fbd-9669-7d0a72fc4e62
2022-05-30T06:54:11.998Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 47f74bd7-a30b-40b3-b539-3cfa722d9f6f
2022-05-30T06:54:11.998Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 47f74bd7-a30b-40b3-b539-3cfa722d9f6f
2022-05-30T06:54:11.998Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d568dc3f-b5d2-4fbd-9669-7d0a72fc4e62 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:54:12.004Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@525823a1, org.onap.sdc.toscaparser.api.parameters.Input@6e213421, org.onap.sdc.toscaparser.api.parameters.Input@1c397453, org.onap.sdc.toscaparser.api.parameters.Input@244622b0, org.onap.sdc.toscaparser.api.parameters.Input@379058b2]
2022-05-30T06:54:12.005Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:54:12.005Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:54:12.005Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 47f74bd7-a30b-40b3-b539-3cfa722d9f6f: test-pnf
2022-05-30T06:54:12.005Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||Processing PNF resource: d568dc3f-b5d2-4fbd-9669-7d0a72fc4e62
2022-05-30T06:54:12.005Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-30T06:54:12.006Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:54:12.006Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||Resource customization UUID: 135610db-4bc0-4ccb-8b4e-062c7b273c01 is the same as notified resource customizationUUID: 135610db-4bc0-4ccb-8b4e-062c7b273c01
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-30T06:54:12.058Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d568dc3f-b5d2-4fbd-9669-7d0a72fc4e62 0 ASDC deployResourceStructure
2022-05-30T06:54:12.058Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-30T06:54:12.059Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-30T06:54:12.059Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:54:12.059Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:54:12.060Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:54:12.060Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893652058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:54:12.161Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T06:54:12.161Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:54:12.161Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:54:12.176Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:54:12.176Z||pool-177-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:54:13.061Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:54:13.091Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:54:13.093Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:54:13.093Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:54:13.093Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:54:43.094Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:54:43.134Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:54:43.137Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:54:43.137Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:54:43.138Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:55:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:55:00.170Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:55:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:55:00.302Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:55:00.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:55:00.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893632453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:55:00.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:55:13.138Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:55:13.152Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:55:13.154Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:55:13.154Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:55:13.154Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:55:43.155Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:55:43.167Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:55:43.169Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:55:43.169Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:55:43.169Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:56:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:56:00.170Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:56:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:56:00.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:56:00.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:56:00.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893641947,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:56:00.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:56:00.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893642139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:56:00.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:56:00.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653893642950,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:56:00.725Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d7d590d-021c-4e08-b045-6a82b2db6b36
2022-05-30T06:56:00.725Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d7d590d-021c-4e08-b045-6a82b2db6b36 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:56:00.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893642064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893643144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:56:00.742Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:56:00.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893642064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "policy-id",
  "timestamp": 1653893644147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:56:00.760Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d7d590d-021c-4e08-b045-6a82b2db6b36
2022-05-30T06:56:00.760Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d7d590d-021c-4e08-b045-6a82b2db6b36 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:56:00.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893642064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893642064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893642064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893642064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893642064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893640167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:56:00.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893642064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-30T06:56:00.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893649963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:56:00.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:56:00.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893642064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-30T06:56:00.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-30T06:56:00.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893651796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:56:00.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:56:00.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893652401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-30T06:56:00.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:56:00.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893652058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:56:00.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:56:00.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893654413,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:56:00.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:56:00.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "clamp",
  "timestamp": 1653893655418,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:56:00.796Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d7d590d-021c-4e08-b045-6a82b2db6b36
2022-05-30T06:56:00.796Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d7d590d-021c-4e08-b045-6a82b2db6b36 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:56:00.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893657055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-30T06:56:00.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:56:00.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:56:00.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "aai-ml",
  "timestamp": 1653893658059,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:56:00.816Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d7d590d-021c-4e08-b045-6a82b2db6b36
2022-05-30T06:56:00.816Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d7d590d-021c-4e08-b045-6a82b2db6b36 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:56:13.170Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:56:13.183Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:56:13.191Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:56:13.191Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:56:13.191Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:56:13.191Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:56:13.191Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:56:13.191Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:56:13.192Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:56:13.192Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:56:13.192Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:56:13.192Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:56:13.192Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-30T06:56:13.193Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:56:13.207Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:56:43.208Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:56:43.217Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d7d590d-021c-4e08-b045-6a82b2db6b36 and serviceModelVersionId: 47f74bd7-a30b-40b3-b539-3cfa722d9f6f
2022-05-30T06:56:43.217Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0d1097f-e731-4adf-8784-33321b069e4d
2022-05-30T06:56:43.218Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0d1097f-e731-4adf-8784-33321b069e4d/model-vers/model-ver/47f74bd7-a30b-40b3-b539-3cfa722d9f6f?depth=0
2022-05-30T06:56:43.222Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:56:43.259Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0d1097f-e731-4adf-8784-33321b069e4d/model-vers/model-ver/47f74bd7-a30b-40b3-b539-3cfa722d9f6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-30T06:56:43.261Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0d1097f-e731-4adf-8784-33321b069e4d/model-vers/model-ver/47f74bd7-a30b-40b3-b539-3cfa722d9f6f?depth=0|INFO|500||Invoke
2022-05-30T06:56:43.279Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0d1097f-e731-4adf-8784-33321b069e4d/model-vers/model-ver/47f74bd7-a30b-40b3-b539-3cfa722d9f6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-30T06:56:43.459Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0d1097f-e731-4adf-8784-33321b069e4d/model-vers/model-ver/47f74bd7-a30b-40b3-b539-3cfa722d9f6f?depth=0|INFO|500||InvokeReturn
2022-05-30T06:56:43.460Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0d1097f-e731-4adf-8784-33321b069e4d/model-vers/model-ver/47f74bd7-a30b-40b3-b539-3cfa722d9f6f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220530-06:56:43:570-74465], vertex-id=[274488], Content-Length=[0], Date=[Mon, 30 May 2022 06:56:43 GMT], Content-Type=[application/json]}
2022-05-30T06:56:43.460Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:56:43.461Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:56:43.461Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:56:43.465Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-30T06:56:43.466Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d7d590d-021c-4e08-b045-6a82b2db6b36 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:56:43.466Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:56:43.466Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:56:43.468Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:56:43.468Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893803466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:56:43.569Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T06:56:43.570Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:56:43.570Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:56:43.585Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:56:43.586Z||pool-178-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:56:44.505Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:56:44.505Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:56:44.506Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:56:54.763Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:56:54.764Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:56:54.764Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:56:54.764Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:57:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:57:00.170Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:57:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:57:00.802Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:57:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:57:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d7d590d-021c-4e08-b045-6a82b2db6b36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653893803466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:57:00.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:57:04.323Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:57:04.324Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:57:04.324Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:57:04.325Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:57:13.859Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:58:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:58:00.168Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:58:00.171Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:58:00.171Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:58:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:58:00.171Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:58:09.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:58:09.721Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:59:00.167Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:59:00.168Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:59:00.168Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:59:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:59:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:59:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:59:09.712Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T06:59:09.713Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:00:00.167Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:00:00.168Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:00:00.168Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:00:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:00:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:00:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:00:09.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:00:09.716Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:01:00.167Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:01:00.168Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:01:00.168Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:01:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:01:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:01:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:01:09.720Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:01:09.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:02:00.167Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:02:00.168Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:02:00.168Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:02:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:02:00.169Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:02:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:02:09.716Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:02:09.717Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:03:00.167Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:03:00.169Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:03:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:03:00.169Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:03:00.169Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:03:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:03:09.720Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:03:09.720Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:04:00.168Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:04:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:04:00.171Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:04:00.171Z||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-05-30T07:04:00.171Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:04:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:04:09.736Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:04:09.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:05:00.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:05:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:05:00.169Z||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-05-30T07:05:00.169Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:05:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:05:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:05:09.721Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:05:09.721Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:06:00.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:06:00.168Z||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-05-30T07:06:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:06:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:06:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:06:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:06:09.711Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:06:09.713Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:07:00.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:07:00.168Z||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-05-30T07:07:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:07:00.169Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:07:00.170Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:07:00.170Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:07:09.716Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:07:09.716Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:08:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:08:00.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:08:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:08:00.169Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:08:00.170Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:08:00.170Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:08:09.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:08:09.777Z|8b3edec6-c661-422f-bb60-100fdc9ffbaa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:09:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:09:00.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:09:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:09:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:09:00.170Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:09:00.170Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:09:09.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:09:09.721Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:10:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:10:00.168Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:10:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:10:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:10:00.169Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:10:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:10:09.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:10:09.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:11:00.168Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:11:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:11:00.170Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:11:00.170Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:11:00.170Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:11:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:11:09.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:11:09.720Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:12:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:12:00.169Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:12:00.169Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:12:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:12:00.169Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:12:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:12:09.716Z|5d7d590d-021c-4e08-b045-6a82b2db6b36|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:12:09.717Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:13:00.167Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:13:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:13:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:13:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:13:00.169Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:13:00.170Z|1e433447-df64-4e2b-8ffa-215225646a37|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:13:09.717Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:13:09.719Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:14:00.167Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:14:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:14:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:14:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:14:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:14:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:14:09.709Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:14:09.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:15:00.167Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:15:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:15:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:15:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:15:00.169Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:15:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:15:09.724Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:15:09.726Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:16:00.167Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:16:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:16:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:16:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:16:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:16:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:16:09.717Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:16:09.717Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:17:00.167Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:17:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:17:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:17:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:17:00.169Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:17:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:17:09.714Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:17:09.716Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:18:00.167Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:18:00.168Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:18:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:18:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:18:00.169Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:18:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:18:09.719Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:18:09.719Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:19:00.167Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:19:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T07:19:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:19:00.169Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|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 9gjkoz71W7iQliFo) ...
2022-05-30T07:19:00.169Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T07:19:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T07:19:09.716Z|bdcd916f-ee1e-405b-be66-b5cd8bb241ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-30T07:19:09.716Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK