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-03-22T11:10:22.914Z||main|||||INFO|500||The following profiles are active: basic
2022-03-22T11:10:36.587Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-22T11:10:36.588Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-22T11:10:36.737Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-22T11:10:41.779Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-22T11:10:42.397Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-22T11:10:42.941Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-22T11:10:42.946Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-22T11:10:43.070Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-22T11:10:43.334Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-22T11:10:44.019Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-22T11:10:46.017Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T11:10:48.981Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T11:10:49.049Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-22T11:10:49.817Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T11:10:49.968Z||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-03-22T11:10:51.671Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T11:10:52.930Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-22T11:10:52.955Z||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$$75ebdfa9.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-03-22T11:10:52.956Z||main|||||WARN|500||The sdc end point is not alive
2022-03-22T11:10:56.826Z||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-03-22T11:11:00.181Z||main|||||WARN|500||---
2022-03-22T11:11:00.182Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-22T11:11:00.182Z||main|||||WARN|500||---
2022-03-22T11:11:00.819Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-22T11:11:05.893Z||main|||||INFO|500||Started Application in 46.745 seconds (JVM running for 49.808)
2022-03-22T11:11:05.904Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-22T11:11:05.906Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-22T11:11:05.918Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-22T11:11:05.946Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-22T11:11:05.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 434674af-295d-4773-a1bc-82ce467b9f3a url= /sdc/v1/artifactTypes
2022-03-22T11:11:05.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-22T11:11:06.374Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-22T11:11:06.402Z||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-03-22T11:11:06.433Z||scheduling-1|||||DEBUG|500||create keys
2022-03-22T11:11:06.442Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-22T11:11:06.490Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:11:06.507Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e27e8622-cbad-49e4-b3cf-59f798d6cb8b url= /sdc/v1/registerForDistribution
2022-03-22T11:11:06.823Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e27e8622-cbad-49e4-b3cf-59f798d6cb8b url= /sdc/v1/registerForDistribution
2022-03-22T11:11:06.823Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-22T11:11:06.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:11:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:11:06.841Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-22T11:11:06.841Z||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-03-22T11:11:06.841Z||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-03-22T11:11:06.842Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:11:06.842Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:11:17.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:11:17.253Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:12:06.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:12:06.832Z||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-03-22T11:12:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:12:06.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:12:06.834Z||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-03-22T11:12:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:12:16.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:12:16.409Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:13:06.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:13:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:13:06.834Z||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-03-22T11:13:06.834Z||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-03-22T11:13:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:13:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:13:16.402Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:13:16.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:14:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:14:06.832Z||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-03-22T11:14:06.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:14:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:14:06.833Z||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-03-22T11:14:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:14:16.393Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:14:16.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:15:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:15:06.832Z||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-03-22T11:15:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:15:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:15:06.836Z||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-03-22T11:15:06.836Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:15:16.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:15:16.401Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:16:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:16:06.831Z||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-03-22T11:16:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:16:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:16:06.834Z||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-03-22T11:16:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:16:16.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:16:16.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:17:06.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:17:06.833Z||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-03-22T11:17:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:17:06.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:17:06.834Z||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-03-22T11:17:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:17:16.398Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:17:16.401Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:18:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:18:06.832Z||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-03-22T11:18:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:18:06.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:18:06.833Z||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-03-22T11:18:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:18:16.390Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:18:16.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:19:06.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:19:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:19:06.837Z||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-03-22T11:19:06.837Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:19:06.837Z||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-03-22T11:19:06.839Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:19:16.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:19:16.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:20:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:20:06.832Z||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-03-22T11:20:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:20:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:20:06.833Z||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-03-22T11:20:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:20:16.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:20:16.397Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:20:29.489Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-22T11:21:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:21:06.832Z||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-03-22T11:21:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:21:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:21:06.834Z||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-03-22T11:21:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:21:16.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:21:16.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:22:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:22:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:22:06.833Z||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-03-22T11:22:06.833Z||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-03-22T11:22:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:22:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:22:16.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:22:16.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:23:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:23:06.831Z||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-03-22T11:23:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:23:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:23:06.834Z||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-03-22T11:23:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:23:16.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:23:16.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:24:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:24:06.831Z||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-03-22T11:24:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:24:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:24:06.834Z||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-03-22T11:24:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:24:16.375Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:24:16.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:25:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:25:06.831Z||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-03-22T11:25:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:25:06.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:25:06.833Z||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-03-22T11:25:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:25:16.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:25:16.386Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:26:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:26:06.831Z||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-03-22T11:26:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:26:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:26:06.833Z||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-03-22T11:26:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:26:16.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:26:16.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:27:06.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:27:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:27:06.835Z||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-03-22T11:27:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:27:06.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:27:06.841Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:27:16.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:27:16.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:28:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:28:06.832Z||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-03-22T11:28:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:28:06.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:28:06.834Z||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-03-22T11:28:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:28:16.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:28:16.385Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:29:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:29:06.831Z||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-03-22T11:29:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:29:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:29:06.833Z||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-03-22T11:29:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:29:16.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:29:16.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:30:06.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:30:06.832Z||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-03-22T11:30:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:30:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:30:06.835Z||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-03-22T11:30:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:30:16.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:30:16.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:31:06.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:31:06.832Z||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-03-22T11:31:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:31:06.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:31:06.835Z||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-03-22T11:31:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:31:16.374Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:31:16.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:32:06.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:32:06.832Z||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-03-22T11:32:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:32:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:32:06.834Z||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-03-22T11:32:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:32:16.392Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:32:16.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:33:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:33:06.832Z||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-03-22T11:33:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:33:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:33:06.833Z||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-03-22T11:33:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:33:16.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:33:16.387Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:34:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:34:06.831Z||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-03-22T11:34:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:34:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:34:06.834Z||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-03-22T11:34:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:34:16.390Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:34:16.396Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:35:06.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:35:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:35:06.834Z||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-03-22T11:35:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:35:06.834Z||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-03-22T11:35:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:35:16.392Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:35:16.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:36:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:36:06.832Z||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-03-22T11:36:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:36:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:36:06.834Z||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-03-22T11:36:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:36:16.397Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:36:16.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:37:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:37:06.831Z||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-03-22T11:37:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:37:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:37:06.833Z||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-03-22T11:37:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:37:16.387Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:37:16.390Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:38:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:38:06.832Z||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-03-22T11:38:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:38:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:38:06.833Z||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-03-22T11:38:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:38:16.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:38:16.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:39:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:39:06.831Z||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-03-22T11:39:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:39:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:39:06.834Z||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-03-22T11:39:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:39:16.394Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:39:16.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:40:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:40:06.831Z||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-03-22T11:40:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:40:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:40:06.833Z||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-03-22T11:40:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:40:16.394Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:40:16.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:41:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:41:06.831Z||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-03-22T11:41:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:41:06.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:41:06.833Z||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-03-22T11:41:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:41:16.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:41:16.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:42:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:42:06.832Z||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-03-22T11:42:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:42:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:42:06.835Z||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-03-22T11:42:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:42:16.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:42:16.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:43:06.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:43:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:43:06.834Z||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-03-22T11:43:06.834Z||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-03-22T11:43:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:43:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:43:16.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:43:16.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:44:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:44:06.831Z||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-03-22T11:44:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:44:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:44:06.834Z||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-03-22T11:44:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:44:16.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:44:16.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:45:06.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:45:06.832Z||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-03-22T11:45:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:45:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:45:06.833Z||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-03-22T11:45:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:45:16.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:45:16.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:46:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:46:06.832Z||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-03-22T11:46:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:46:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:46:06.833Z||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-03-22T11:46:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:46:16.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:46:16.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:47:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:47:06.832Z||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-03-22T11:47:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:47:06.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:47:06.833Z||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-03-22T11:47:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:47:16.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:47:16.392Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:48:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:48:06.831Z||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-03-22T11:48:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:48:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:48:06.834Z||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-03-22T11:48:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:48:16.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:48:16.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:49:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:49:06.831Z||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-03-22T11:49:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:49:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:49:06.834Z||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-03-22T11:49:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:49:16.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:49:16.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:50:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:50:06.831Z||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-03-22T11:50:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:50:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:50:06.834Z||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-03-22T11:50:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:50:16.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:50:16.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:51:06.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:51:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:51:06.834Z||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-03-22T11:51:06.834Z||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-03-22T11:51:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:51:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:51:16.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:51:16.384Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:52:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:52:06.832Z||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-03-22T11:52:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:52:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:52:06.833Z||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-03-22T11:52:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:52:16.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:52:16.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:53:06.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:53:06.832Z||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-03-22T11:53:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:53:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:53:06.834Z||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-03-22T11:53:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:53:16.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:53:16.407Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:54:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:54:06.833Z||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-03-22T11:54:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:54:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:54:06.834Z||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-03-22T11:54:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:54:16.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:54:16.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:55:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:55:06.832Z||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-03-22T11:55:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:55:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:55:06.833Z||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-03-22T11:55:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:55:16.386Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:55:16.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:56:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:56:06.832Z||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-03-22T11:56:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:56:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:56:06.833Z||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-03-22T11:56:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:56:16.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:56:16.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:57:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:57:06.831Z||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-03-22T11:57:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:57:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:57:06.834Z||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-03-22T11:57:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:57:16.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:57:16.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:58:06.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:58:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:58:06.835Z||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-03-22T11:58:06.835Z||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-03-22T11:58:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:58:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:58:16.416Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:58:16.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:59:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:59:06.831Z||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-03-22T11:59:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:59:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:59:06.833Z||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-03-22T11:59:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:59:16.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:59:16.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:00:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:00:06.831Z||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-03-22T12:00:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:00:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:00:06.833Z||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-03-22T12:00:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:00:16.386Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:00:16.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:01:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:01:06.831Z||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-03-22T12:01:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:01:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:01:06.833Z||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-03-22T12:01:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:01:16.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:01:16.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:02:06.831Z||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-03-22T12:02:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:06.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:02:06.834Z||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-03-22T12:02:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:07.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:07.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"87146e13-861f-4d06-bbb4-7bc1b7a582a2","serviceName":"basic_onboard_YCNdnD","serviceVersion":"1.0","serviceUUID":"c1c499f1-af08-4758-a6ca-030fcd08d2df","serviceDescription":"service","serviceInvariantUUID":"8bf5cc05-48c2-474d-8901-a2be62348a6b","resources":[{"resourceInstanceName":"basic_onboard_YCNdnD 0","resourceName":"basic_onboard_YCNdnD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32a71e3c-e53c-46bb-bac6-6c62f05f51b3","resourceInvariantUUID":"ceaefbb4-37d2-45f6-ae3f-bca9d06236f9","resourceCustomizationUUID":"74951bdd-901d-494a-9e28-ef80dfceaddb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml","artifactChecksum":"NWIyNzMzM2YzYjYxYWQ0OGE1ZjBmODk3MmNmY2YyYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1bbf03d7-22b4-40f9-840c-42108d87ba16","artifactVersion":"1"},{"artifactName":"basic_onboard_ycndnd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json","artifactChecksum":"MTI5Njg2MjlhZGI5Mzc0ZWIzZDg0NjJlMWQwMDM0Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d11816b-025a-4599-b286-44a43c284e3c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bce91a7-56dc-4e21-9daa-b4a24895bbce","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1","artifactVersion":"2","generatedFromUUID":"3d11816b-025a-4599-b286-44a43c284e3c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYcndnd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml","artifactChecksum":"MWNhMGQ1NDhhZjdmY2M2YThjODQzMjFmNjNhZmVjMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b11326f-9b07-4f5b-8005-f88458da4d9b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYcndnd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar","artifactChecksum":"NjUyMjU0Y2M4M2E5ZjBjN2Y1YWI1ZjlhMWRlMDJiNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b2ea4d4-9a19-4f71-babb-47d680ee504d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:02:07.477Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:07.485Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:07.489Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:07.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950477350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.500Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:07.500Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "dcae-sch",
  "timestamp": 1647950475784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950479189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950477350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "dcae-sch",
  "timestamp": 1647950475784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950479189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950477350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "dcae-sch",
  "timestamp": 1647950475784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950479189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "dcae-sch",
  "timestamp": 1647950475784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950477350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950479189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "cds",
  "timestamp": 1647950484598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950477350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "dcae-sch",
  "timestamp": 1647950475784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950479189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "cds",
  "timestamp": 1647950484598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "dcae-sch",
  "timestamp": 1647950475784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950477350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950479189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "cds",
  "timestamp": 1647950484598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950477350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "dcae-sch",
  "timestamp": 1647950475784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950479189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "cds",
  "timestamp": 1647950484598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "cds",
  "timestamp": 1647950484598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950489664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950488810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "cds",
  "timestamp": 1647950484598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950488810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950491506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "cds",
  "timestamp": 1647950484598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950488810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950492224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950488810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950492904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "cds",
  "timestamp": 1647950492829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950492224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950488810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950493987,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-03-22T12:02:07.601Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-22T12:02:07.606Z||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-03-22T12:02:07.606Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:02:07.619Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:07.620Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:02:07.781Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.813Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 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-03-22T12:02:07.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "cds",
  "timestamp": 1647950493865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-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-03-22T12:02:07.873Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.874Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 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-03-22T12:02:07.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950492224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950493589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950488810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950494993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950492224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950493589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950488810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950492224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950493589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950492224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950497131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950493589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950492224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950498143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950493589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "policy-id",
  "timestamp": 1647950499151,
  "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-03-22T12:02:07.900Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.900Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 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-03-22T12:02:07.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950493589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950493589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950500934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950501751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.913Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950500934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950500934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950505386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950500934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950500934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950507396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:02:07.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950500934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950507097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:02:07.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "clamp",
  "timestamp": 1647950508403,
  "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-03-22T12:02:07.929Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.929Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 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-03-22T12:02:07.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950500934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:02:07.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:02:07.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950508103,
  "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-03-22T12:02:07.940Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.940Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 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-03-22T12:02:07.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950509262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:08.507Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:08.507Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:08.509Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:08.509Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:02:08.610Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:02:08.611Z||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-03-22T12:02:08.611Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:08.621Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:08.622Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:09.510Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:09.511Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:09.513Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:09.513Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:02:09.613Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:09.614Z||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-03-22T12:02:09.615Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:09.636Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:09.637Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:10.514Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:10.515Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:10.517Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:10.517Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:10.617Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:10.618Z||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-03-22T12:02:10.618Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:10.627Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:10.627Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:11.517Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:11.518Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:11.521Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:11.521Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T12:02:11.621Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:11.622Z||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-03-22T12:02:11.622Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:11.637Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:11.638Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:12.522Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:12.523Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:12.525Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:12.525Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:02:12.625Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:12.626Z||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-03-22T12:02:12.626Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:12.666Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:12.668Z||pool-8-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:02:13.526Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:13.527Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:13.529Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:13.529Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:02:13.630Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:13.631Z||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-03-22T12:02:13.631Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:13.642Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:13.642Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:14.532Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "serviceName": "basic_onboard_YCNdnD",
  "serviceVersion": "1.0",
  "serviceUUID": "c1c499f1-af08-4758-a6ca-030fcd08d2df",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8bf5cc05-48c2-474d-8901-a2be62348a6b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_YCNdnD 0",
      "resourceCustomizationUUID": "74951bdd-901d-494a-9e28-ef80dfceaddb",
      "resourceName": "basic_onboard_YCNdnD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "32a71e3c-e53c-46bb-bac6-6c62f05f51b3",
      "resourceInvariantUUID": "ceaefbb4-37d2-45f6-ae3f-bca9d06236f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ycndnd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
          "artifactChecksum": "MTI5Njg2MjlhZGI5Mzc0ZWIzZDg0NjJlMWQwMDM0Y2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3d11816b-025a-4599-b286-44a43c284e3c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1",
            "generatedFromUUID": "3d11816b-025a-4599-b286-44a43c284e3c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYcndnd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
      "artifactChecksum": "NjUyMjU0Y2M4M2E5ZjBjN2Y1YWI1ZjlhMWRlMDJiNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0b2ea4d4-9a19-4f71-babb-47d680ee504d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:02:14.533Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:02:14.534Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1c499f1-af08-4758-a6ca-030fcd08d2df ASDC
2022-03-22T12:02:14.672Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:87146e13-861f-4d06-bbb4-7bc1b7a582a2
ServiceName:basic_onboard_YCNdnD
ServiceVersion:1.0
ServiceUUID:c1c499f1-af08-4758-a6ca-030fcd08d2df
ServiceInvariantUUID:8bf5cc05-48c2-474d-8901-a2be62348a6b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYcndnd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
ArtifactUUID:0b2ea4d4-9a19-4f71-babb-47d680ee504d
ArtifactChecksum:NjUyMjU0Y2M4M2E5ZjBjN2Y1YWI1ZjlhMWRlMDJiNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YCNdnD 0
ResourceCustomizationUUID:74951bdd-901d-494a-9e28-ef80dfceaddb
ResourceInvariantUUID:ceaefbb4-37d2-45f6-ae3f-bca9d06236f9
ResourceName:basic_onboard_YCNdnD
ResourceType:VF
ResourceUUID:32a71e3c-e53c-46bb-bac6-6c62f05f51b3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ycndnd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
ArtifactUUID:d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5
ArtifactChecksum:MTI5Njg2MjlhZGI5Mzc0ZWIzZDg0NjJlMWQwMDM0Y2E=
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/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3d11816b-025a-4599-b286-44a43c284e3c
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/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
ArtifactUUID:4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1
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/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
ArtifactUUID:4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:02:14.673Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1c499f1-af08-4758-a6ca-030fcd08d2df 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-03-22T12:02:14.720Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:02:14.721Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:02:14.723Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:02:14.724Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0b2ea4d4-9a19-4f71-babb-47d680ee504d from URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:14.724Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:02:14.726Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:14.912Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:02:14.938Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar 0b2ea4d4-9a19-4f71-babb-47d680ee504d 71546
2022-03-22T12:02:14.941Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar ASDC sendASDCNotification
2022-03-22T12:02:14.941Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:14.943Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:02:14.944Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:14.946Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:14.946Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950534939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:15.046Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:02:15.048Z||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-03-22T12:02:15.048Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:15.059Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:15.060Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:15.947Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:02:15.948Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:02:15.949Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0b2ea4d4-9a19-4f71-babb-47d680ee504d, URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar to file: /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:15.950Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:16.033Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:16.033Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:16.658Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7979654031802172652/Definitions/service-BasicOnboardYcndnd-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-03-22T12:02:18.616Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:02:18.621Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-22T12:02:18.621Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.621Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T12:02:18.621Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||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-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||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-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||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-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.623Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||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-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.623Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YCNdnD 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-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.623Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||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-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.623Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-22T12:02:18.630Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.632Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.638Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.638Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-22T12:02:18.640Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:02:18.642Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.642Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.642Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.642Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-22T12:02:18.643Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:02:18.643Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.643Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.647Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.647Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is not matching search criteria
2022-03-22T12:02:18.647Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-22T12:02:18.648Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-22T12:02:18.648Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-22T12:02:18.648Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:02:18.649Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:02:18.649Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.649Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:02:18.651Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.651Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.651Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:18.652Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.652Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.652Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:18.653Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.653Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.653Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:18.653Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.654Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is not matching search criteria
2022-03-22T12:02:18.654Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:02:18.654Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:02:18.655Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=195054c7-a577-47d2-b5d5-116df4731920
2022-03-22T12:02:18.655Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.655Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.656Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.656Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.656Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.656Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.657Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:18.657Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.657Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_YCNdnD
Description:service
Model UUID:c1c499f1-af08-4758-a6ca-030fcd08d2df
Model Version:NULL
Model InvariantUuid:8bf5cc05-48c2-474d-8901-a2be62348a6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_YCNdnD
Model UUID:c9ab28e4-e66d-4cf8-8ef6-1e5d09fe76eb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceaefbb4-37d2-45f6-ae3f-bca9d06236f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74951bdd-901d-494a-9e28-ef80dfceaddb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6f9b6e95-c753-48bb-b25c-3438a5f532aa
ModelName:BasicOnboardYcndnd..base_ubuntu18..module-0
ModelUuid:ef189d19-e20f-4d08-81a3-de0b7513cb9a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:195054c7-a577-47d2-b5d5-116df4731920
ModelInvariantUuid:7d3098a9-d7c7-42b3-ae1c-dbfd16c3f621
ModelName:basic_onboard_YCNdnD-nodes.ubuntu18Cvfc
ModelUuid:dad7594c-164b-4184-bb21-3e078dc74a83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:41b09abe-5816-48b5-bef4-57fbac16de93
ModelInvariantUuid:cd55ab69-72c8-4a13-86a8-f599a8d61800
ModelName:BasicOnboardYcndnd.compute.nodes.heat.ubuntu18
ModelUuid:9965819c-f867-4cf0-96d1-68afd965c837
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-03-22T12:02:18.665Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 32a71e3c-e53c-46bb-bac6-6c62f05f51b3
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-03-22T12:02:18.772Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||basic_onboard_YCNdnD 0
2022-03-22T12:02:18.780Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32a71e3c-e53c-46bb-bac6-6c62f05f51b3
2022-03-22T12:02:18.780Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5 from URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
2022-03-22T12:02:18.780Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:02:18.780Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
2022-03-22T12:02:19.397Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:02:19.398Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5 798
2022-03-22T12:02:19.398Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json ASDC sendASDCNotification
2022-03-22T12:02:19.398Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
2022-03-22T12:02:19.398Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:02:19.399Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:19.401Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:19.401Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950539398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:19.502Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:02:19.503Z||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-03-22T12:02:19.503Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:19.514Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:19.514Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:20.403Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYcndnd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6f9b6e95-c753-48bb-b25c-3438a5f532aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ef189d19-e20f-4d08-81a3-de0b7513cb9a",
    "vfModuleModelCustomizationUUID": "306da032-18d1-461e-8b1b-907bdf1be88a",
    "isBase": true,
    "artifacts": [
      "3d11816b-025a-4599-b286-44a43c284e3c",
      "4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1"
    ],
    "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-03-22T12:02:20.417Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYcndnd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ef189d19-e20f-4d08-81a3-de0b7513cb9a
VfModuleModelInvariantUUID:6f9b6e95-c753-48bb-b25c-3438a5f532aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d11816b-025a-4599-b286-44a43c284e3c
,
4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1

}
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-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYcndnd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6f9b6e95-c753-48bb-b25c-3438a5f532aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ef189d19-e20f-4d08-81a3-de0b7513cb9a",
    "vfModuleModelCustomizationUUID": "306da032-18d1-461e-8b1b-907bdf1be88a",
    "isBase": true,
    "artifacts": [
      "3d11816b-025a-4599-b286-44a43c284e3c",
      "4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1"
    ],
    "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-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYcndnd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ef189d19-e20f-4d08-81a3-de0b7513cb9a
VfModuleModelInvariantUUID:6f9b6e95-c753-48bb-b25c-3438a5f532aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d11816b-025a-4599-b286-44a43c284e3c
,
4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1

}
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-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d11816b-025a-4599-b286-44a43c284e3c from URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
2022-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
2022-03-22T12:02:20.600Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:02:20.601Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml 3d11816b-025a-4599-b286-44a43c284e3c 5033
2022-03-22T12:02:20.601Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:02:20.601Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
2022-03-22T12:02:20.601Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:02:20.602Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:20.603Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:20.604Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950540601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:20.704Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:20.705Z||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-03-22T12:02:20.706Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:20.719Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:20.719Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:21.605Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1 from URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
2022-03-22T12:02:21.606Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:02:21.606Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
2022-03-22T12:02:21.812Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:02:21.812Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env 4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1 909
2022-03-22T12:02:21.813Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:02:21.813Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
2022-03-22T12:02:21.813Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:02:21.813Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:21.820Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:21.820Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950541813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:02:21.916Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-22T12:02:21.917Z||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-03-22T12:02:21.917Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:21.932Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:21.933Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:22.821Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c1c499f1-af08-4758-a6ca-030fcd08d2df
2022-03-22T12:02:22.822Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YCNdnD 0 32a71e3c-e53c-46bb-bac6-6c62f05f51b3 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-03-22T12:02:22.868Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39a7e8f2, org.onap.sdc.toscaparser.api.parameters.Input@16d3c161, org.onap.sdc.toscaparser.api.parameters.Input@4440cd62, org.onap.sdc.toscaparser.api.parameters.Input@1f3fa237, org.onap.sdc.toscaparser.api.parameters.Input@19d9395a]
2022-03-22T12:02:22.873Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.873Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.873Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-22T12:02:22.873Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 74951bdd-901d-494a-9e28-ef80dfceaddb
2022-03-22T12:02:22.874Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74951bdd-901d-494a-9e28-ef80dfceaddb matches Tosca VF Customization UUID: 74951bdd-901d-494a-9e28-ef80dfceaddb
2022-03-22T12:02:22.874Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 74951bdd-901d-494a-9e28-ef80dfceaddb  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-03-22T12:02:22.883Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.883Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.885Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 74951bdd-901d-494a-9e28-ef80dfceaddb: {\"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-03-22T12:02:22.885Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@da5b46d
2022-03-22T12:02:22.885Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.886Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:02:22.886Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 306da032-18d1-461e-8b1b-907bdf1be88a
2022-03-22T12:02:22.887Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 306da032-18d1-461e-8b1b-907bdf1be88a
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-03-22T12:02:22.895Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.895Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:22.896Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is not matching search criteria
2022-03-22T12:02:22.898Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:02:22.898Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:02:22.898Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=195054c7-a577-47d2-b5d5-116df4731920
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-03-22T12:02:22.912Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.912Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:22.913Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:22.913Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.913Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:22.914Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=74951bdd-901d-494a-9e28-ef80dfceaddb
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-03-22T12:02:22.917Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.917Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.918Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c1c499f1-af08-4758-a6ca-030fcd08d2df: basic_onboard_YCNdnD
2022-03-22T12:02:22.918Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.918Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.918Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.919Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.919Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.920Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.920Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.920Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.920Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:02:22.921Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.921Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_YCNdnD 
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-03-22T12:02:23.072Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YCNdnD 32a71e3c-e53c-46bb-bac6-6c62f05f51b3 1 ASDC deployResourceStructure
2022-03-22T12:02:23.073Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json ASDC sendASDCNotification
2022-03-22T12:02:23.073Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
2022-03-22T12:02:23.073Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:02:23.073Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:23.075Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:23.076Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950543073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:02:23.176Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:02:23.177Z||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-03-22T12:02:23.177Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:23.188Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:23.189Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:24.077Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:02:24.077Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
2022-03-22T12:02:24.077Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:02:24.078Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:24.080Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:24.080Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950544077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:02:24.180Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:24.181Z||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-03-22T12:02:24.181Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:24.191Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:24.192Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:25.081Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:02:25.081Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
2022-03-22T12:02:25.081Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:02:25.082Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:25.084Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:25.084Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950545081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:02:25.184Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:25.185Z||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-03-22T12:02:25.186Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:25.195Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:25.195Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:26.085Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar ASDC sendASDCNotification
2022-03-22T12:02:26.085Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:26.085Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:02:26.086Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:26.088Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:26.088Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950546085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:02:26.189Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:02:26.190Z||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-03-22T12:02:26.190Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:26.220Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:26.221Z||pool-17-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:27.090Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:02:27.109Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:02:27.113Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:02:27.113Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:02:27.113Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:02:57.114Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:02:57.122Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:02:57.125Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:02:57.125Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:02:57.125Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:03:06.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:03:06.834Z||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-03-22T12:03:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:03:06.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:03:06.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:03:06.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:03:06.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:03:27.126Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:03:27.135Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:03:27.138Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:03:27.138Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:03:27.138Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:03:57.139Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:03:57.154Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:03:57.168Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:03:57.169Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:03:57.169Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:04:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:04:06.834Z||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-03-22T12:04:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:04:07.406Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:04:07.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950527770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:04:07.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:04:07.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:04:07.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "aai-ml",
  "timestamp": 1647950528778,
  "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-03-22T12:04:07.414Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:04:07.415Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 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-03-22T12:04:07.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950526830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:04:07.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:04:07.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950534939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950539398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950540601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950541813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950543073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950544077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950545081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950546085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:04:07.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:27.169Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:04:27.176Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:04:27.179Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:04:27.179Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:04:27.179Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:04:27.181Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:04:27.181Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:04:27.181Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:04:27.184Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:04:57.185Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2 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-03-22T12:04:57.193Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and serviceModelVersionId: c1c499f1-af08-4758-a6ca-030fcd08d2df
2022-03-22T12:04:57.193Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bf5cc05-48c2-474d-8901-a2be62348a6b
2022-03-22T12:05:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:05:06.834Z||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-03-22T12:05:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:07.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:07.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950688810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950688810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950688810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "cds",
  "timestamp": 1647950694599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "dcae-sch",
  "timestamp": 1647950695781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950688810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "cds",
  "timestamp": 1647950694599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "dcae-sch",
  "timestamp": 1647950695781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950688810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "cds",
  "timestamp": 1647950694599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950697350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "dcae-sch",
  "timestamp": 1647950695781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950688810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "cds",
  "timestamp": 1647950694599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950697350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "dcae-sch",
  "timestamp": 1647950695781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950688810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "cds",
  "timestamp": 1647950694599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950699189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950697350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "dcae-sch",
  "timestamp": 1647950695781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "cds",
  "timestamp": 1647950694599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950699189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950697350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "dcae-sch",
  "timestamp": 1647950695781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "cds",
  "timestamp": 1647950694599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950701259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950699189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950697350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950702224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "dcae-sch",
  "timestamp": 1647950695781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950702265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950699189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950697350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "cds",
  "timestamp": 1647950702825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950702224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "policy-id",
  "timestamp": 1647950703269,
  "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-03-22T12:05:07.509Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:05:07.510Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 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-03-22T12:05:07.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950699189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:05:07.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950697350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "cds",
  "timestamp": 1647950703832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-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-03-22T12:05:07.522Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:05:07.522Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 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-03-22T12:05:07.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950702224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950703589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950699189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950702224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950703589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950699189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950702224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950703589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:05:12.452Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0
2022-03-22T12:05:12.597Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:05:13.122Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?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-03-22T12:05:13.129Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0|INFO|500||Invoke
2022-03-22T12:05:13.274Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:05:13.940Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0|INFO|500||InvokeReturn
2022-03-22T12:05:13.941Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220322-12:05:14:019-93078], vertex-id=[229592], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:05:14 GMT], Content-Type=[application/json]}
2022-03-22T12:05:13.942Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:05:13.946Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:05:13.946Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:05:13.952Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T12:05:13.954Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:05:13.955Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:05:13.956Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:13.959Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:13.959Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950713954,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:05:14.060Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:05:14.061Z||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-03-22T12:05:14.061Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:14.073Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:14.073Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:05:14.972Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:05:14.972Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|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-03-22T12:05:14.973Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:19.354Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:19.355Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:05:19.355Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d70b86e9-0d0b-4316-9500-ac2f9fd92599","serviceName":"vFW 2022-03-22 12-01-14","serviceVersion":"1.0","serviceUUID":"596f024d-6244-4b94-968e-e1d41c402d0b","serviceDescription":"catalog service description","serviceInvariantUUID":"06a30146-bdfc-48ab-b8c5-4ef685c1d51b","resources":[{"resourceInstanceName":"vFW b638b9d9-c11a 0","resourceName":"vFW b638b9d9-c11a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"665d7826-297b-4de0-b517-823348cbc780","resourceInvariantUUID":"756e4b0f-bc36-49a1-8610-6454e574cc6c","resourceCustomizationUUID":"81deea9b-dd5e-45a3-bdda-dec1bf06e8a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml","artifactChecksum":"ODVkY2RkNjcxN2Y5ZGE2OWIzYTgzMmUyOTE2NjQxM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96707cab-2c25-41fb-af7a-d2c751cc1764","artifactVersion":"1"},{"artifactName":"vfwb638b9d9c11a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json","artifactChecksum":"YzFjNzJhMTUzOWZlYWMyY2E3NzEwOWE1ZjZjYzVhMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc72fc19-a346-4609-b7d4-bbf7a74e810c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d2be2690-588a-495e-b45c-e4f3f5003b5e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml","artifactChecksum":"YTkwY2FlY2ZiZTRlMTkzOGQ4MTQyNzA4NTc4OTg2Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"752e1cae-512a-4764-90d6-c653e510120f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4466985b-4c92-40a8-b6e7-dbe6fcaa975c","artifactVersion":"2","generatedFromUUID":"d2be2690-588a-495e-b45c-e4f3f5003b5e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322120114-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml","artifactChecksum":"MzQ2Njc2NDYzYmEwMWJmOWVhYzRkNWEwNjI0MjRmODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c03b4a37-f92f-4daa-8903-ed1c5595da95","artifactVersion":"1"},{"artifactName":"service-Vfw20220322120114-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar","artifactChecksum":"YzQ3ZWU0MzFlNDE5ZjlmNmUwOTM2ZmQ1ODE5NTc5Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b222a3e9-07dd-49df-80f9-6d7d1c897a68","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:05:19.358Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:19.358Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:19.360Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:19.360Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:19.460Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:19.461Z||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-03-22T12:05:19.462Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:19.471Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:19.472Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:20.361Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:20.362Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:20.363Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:20.363Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:05:20.464Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:20.465Z||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-03-22T12:05:20.465Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:20.478Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:20.479Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:21.364Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:21.365Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:21.367Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:21.367Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:05:21.468Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:05:21.469Z||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-03-22T12:05:21.469Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:21.483Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:21.483Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:22.368Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:22.369Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:22.371Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:22.371Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:22.472Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:05:22.473Z||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-03-22T12:05:22.474Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:22.486Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:22.487Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:23.373Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:23.373Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:23.376Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:23.376Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:05:23.476Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:23.478Z||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-03-22T12:05:23.478Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:23.489Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:23.489Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:24.377Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:24.378Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:24.380Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:24.381Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:05:24.481Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:24.482Z||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-03-22T12:05:24.482Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:24.492Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:24.493Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:05:25.381Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:25.382Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:25.385Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:25.385Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:05:25.485Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:25.486Z||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-03-22T12:05:25.487Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:25.496Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:25.497Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:26.386Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "serviceName": "vFW 2022-03-22 12-01-14",
  "serviceVersion": "1.0",
  "serviceUUID": "596f024d-6244-4b94-968e-e1d41c402d0b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "06a30146-bdfc-48ab-b8c5-4ef685c1d51b",
  "resources": [
    {
      "resourceInstanceName": "vFW b638b9d9-c11a 0",
      "resourceCustomizationUUID": "81deea9b-dd5e-45a3-bdda-dec1bf06e8a1",
      "resourceName": "vFW b638b9d9-c11a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "665d7826-297b-4de0-b517-823348cbc780",
      "resourceInvariantUUID": "756e4b0f-bc36-49a1-8610-6454e574cc6c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb638b9d9c11a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
          "artifactChecksum": "YzFjNzJhMTUzOWZlYWMyY2E3NzEwOWE1ZjZjYzVhMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bc72fc19-a346-4609-b7d4-bbf7a74e810c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d2be2690-588a-495e-b45c-e4f3f5003b5e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4466985b-4c92-40a8-b6e7-dbe6fcaa975c",
            "generatedFromUUID": "d2be2690-588a-495e-b45c-e4f3f5003b5e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4466985b-4c92-40a8-b6e7-dbe6fcaa975c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322120114-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
      "artifactChecksum": "YzQ3ZWU0MzFlNDE5ZjlmNmUwOTM2ZmQ1ODE5NTc5Yzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b222a3e9-07dd-49df-80f9-6d7d1c897a68"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:05:26.387Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:05:26.387Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 596f024d-6244-4b94-968e-e1d41c402d0b ASDC
2022-03-22T12:05:26.387Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d70b86e9-0d0b-4316-9500-ac2f9fd92599
ServiceName:vFW 2022-03-22 12-01-14
ServiceVersion:1.0
ServiceUUID:596f024d-6244-4b94-968e-e1d41c402d0b
ServiceInvariantUUID:06a30146-bdfc-48ab-b8c5-4ef685c1d51b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322120114-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
ArtifactUUID:b222a3e9-07dd-49df-80f9-6d7d1c897a68
ArtifactChecksum:YzQ3ZWU0MzFlNDE5ZjlmNmUwOTM2ZmQ1ODE5NTc5Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b638b9d9-c11a 0
ResourceCustomizationUUID:81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
ResourceInvariantUUID:756e4b0f-bc36-49a1-8610-6454e574cc6c
ResourceName:vFW b638b9d9-c11a
ResourceType:VF
ResourceUUID:665d7826-297b-4de0-b517-823348cbc780
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb638b9d9c11a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
ArtifactUUID:bc72fc19-a346-4609-b7d4-bbf7a74e810c
ArtifactChecksum:YzFjNzJhMTUzOWZlYWMyY2E3NzEwOWE1ZjZjYzVhMGQ=
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/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
ArtifactUUID:d2be2690-588a-495e-b45c-e4f3f5003b5e
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/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
ArtifactUUID:4466985b-4c92-40a8-b6e7-dbe6fcaa975c
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/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
ArtifactUUID:4466985b-4c92-40a8-b6e7-dbe6fcaa975c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:05:26.388Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 596f024d-6244-4b94-968e-e1d41c402d0b 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-03-22T12:05:26.427Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:05:26.428Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:05:26.428Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:05:26.428Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b222a3e9-07dd-49df-80f9-6d7d1c897a68 from URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:26.428Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:05:26.429Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:26.950Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:05:26.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar b222a3e9-07dd-49df-80f9-6d7d1c897a68 98960
2022-03-22T12:05:26.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar ASDC sendASDCNotification
2022-03-22T12:05:26.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:26.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:05:26.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:26.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:26.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950726960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:05:27.063Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:05:27.064Z||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-03-22T12:05:27.064Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:27.079Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:27.080Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:05:27.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:05:27.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:05:27.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b222a3e9-07dd-49df-80f9-6d7d1c897a68, URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar to file: /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:27.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322120114-csar.csar
2022-03-22T12:05:27.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:27.967Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:28.121Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12900319009616961089/Definitions/service-Vfw20220322120114-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_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
2022-03-22T12:05:30.551Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:05:30.551Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-22T12:05:30.551Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b638b9d9-c11a 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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8908666-4765-4d1b-8135-1b211a62e9af
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fee53b6-746e-47e6-8eca-32b91f138a83
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f8ce8ae-897f-4bfd-93c2-d323648a78c6
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:30.567Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.567Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 12-01-14
Description:catalog service description
Model UUID:596f024d-6244-4b94-968e-e1d41c402d0b
Model Version:NULL
Model InvariantUuid:06a30146-bdfc-48ab-b8c5-4ef685c1d51b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b638b9d9-c11a
Model UUID:26a7f74d-23de-448d-a539-373a245f6f62
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:756e4b0f-bc36-49a1-8610-6454e574cc6c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:89810367-24e3-4837-86b1-f43f1ff6cd86
ModelName:VfwB638b9d9C11a..base_vfw..module-0
ModelUuid:6a7feb13-b0a0-436b-8cbe-31f050b051ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d8908666-4765-4d1b-8135-1b211a62e9af
ModelInvariantUuid:ecfff6bb-ac4c-468b-be5e-f36729ad4580
ModelName:vFW b638b9d9-c11a-nodes.vfwCvfc
ModelUuid:7157b163-a099-47ae-a910-1ad3a0590ad7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c3d8881f-bddf-4bda-af69-ddd84de6c545
ModelInvariantUuid:926dad0b-3b5f-45c0-86b0-45e28df2dbf8
ModelName:VfwB638b9d9C11a.compute.nodes.heat.vfw
ModelUuid:5d940cab-807f-4936-af02-7074d37bf168
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9fee53b6-746e-47e6-8eca-32b91f138a83
ModelInvariantUuid:e0d847a8-956a-4fa5-8286-40fabf409ab2
ModelName:vFW b638b9d9-c11a-nodes.vsnCvfc
ModelUuid:ea0147b3-c28d-404d-9074-9a7963c7154a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4c1c4efc-434d-4e50-a3aa-d1a787f13c9f
ModelInvariantUuid:decb31ca-6e6d-4380-865d-5c494ea807d6
ModelName:VfwB638b9d9C11a.compute.nodes.heat.vsn
ModelUuid:b97cbfee-618e-4007-9abd-9b73aa779095
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1f8ce8ae-897f-4bfd-93c2-d323648a78c6
ModelInvariantUuid:5bfa7c7f-e5d1-484f-9ba7-aae61ceb8245
ModelName:vFW b638b9d9-c11a-nodes.vpgCvfc
ModelUuid:6fb1ffbd-4e30-4549-a9c3-dc3ae4c3f755
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b18c96af-d547-46b4-9dd6-fb9bf05ef332
ModelInvariantUuid:3c39bf6c-54f3-4e62-8df6-da759ae91f23
ModelName:VfwB638b9d9C11a.compute.nodes.heat.vpg
ModelUuid:3efdbbfc-6589-4a5f-b178-3e86701b9d59
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-03-22T12:05:30.572Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 665d7826-297b-4de0-b517-823348cbc780
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-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||vFW b638b9d9-c11a 0
2022-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 665d7826-297b-4de0-b517-823348cbc780
2022-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bc72fc19-a346-4609-b7d4-bbf7a74e810c from URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
2022-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
2022-03-22T12:05:30.996Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:05:30.997Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json bc72fc19-a346-4609-b7d4-bbf7a74e810c 785
2022-03-22T12:05:30.997Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json ASDC sendASDCNotification
2022-03-22T12:05:30.998Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
2022-03-22T12:05:30.998Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:05:30.998Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:31.001Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:31.001Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950730997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:05:31.101Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:31.102Z||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-03-22T12:05:31.102Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:31.113Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:31.114Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:32.002Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB638b9d9C11a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "89810367-24e3-4837-86b1-f43f1ff6cd86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a7feb13-b0a0-436b-8cbe-31f050b051ce",
    "vfModuleModelCustomizationUUID": "828fff49-7516-4b27-9cf4-c5de4a8c4eb2",
    "isBase": true,
    "artifacts": [
      "d2be2690-588a-495e-b45c-e4f3f5003b5e",
      "4466985b-4c92-40a8-b6e7-dbe6fcaa975c"
    ],
    "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-03-22T12:05:32.008Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB638b9d9C11a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a7feb13-b0a0-436b-8cbe-31f050b051ce
VfModuleModelInvariantUUID:89810367-24e3-4837-86b1-f43f1ff6cd86
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2be2690-588a-495e-b45c-e4f3f5003b5e
,
4466985b-4c92-40a8-b6e7-dbe6fcaa975c

}
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-03-22T12:05:32.011Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB638b9d9C11a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "89810367-24e3-4837-86b1-f43f1ff6cd86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a7feb13-b0a0-436b-8cbe-31f050b051ce",
    "vfModuleModelCustomizationUUID": "828fff49-7516-4b27-9cf4-c5de4a8c4eb2",
    "isBase": true,
    "artifacts": [
      "d2be2690-588a-495e-b45c-e4f3f5003b5e",
      "4466985b-4c92-40a8-b6e7-dbe6fcaa975c"
    ],
    "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-03-22T12:05:32.011Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB638b9d9C11a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a7feb13-b0a0-436b-8cbe-31f050b051ce
VfModuleModelInvariantUUID:89810367-24e3-4837-86b1-f43f1ff6cd86
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2be2690-588a-495e-b45c-e4f3f5003b5e
,
4466985b-4c92-40a8-b6e7-dbe6fcaa975c

}
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-03-22T12:05:32.012Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d2be2690-588a-495e-b45c-e4f3f5003b5e from URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
2022-03-22T12:05:32.012Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:05:32.012Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
2022-03-22T12:05:32.742Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:05:32.743Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml d2be2690-588a-495e-b45c-e4f3f5003b5e 20368
2022-03-22T12:05:32.743Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:05:32.743Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
2022-03-22T12:05:32.744Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:05:32.744Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:32.746Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:32.746Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950732743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:05:32.846Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:32.848Z||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-03-22T12:05:32.848Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:32.858Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:32.859Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:33.747Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4466985b-4c92-40a8-b6e7-dbe6fcaa975c from URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
2022-03-22T12:05:33.748Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:05:33.748Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
2022-03-22T12:05:34.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:05:34.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env 4466985b-4c92-40a8-b6e7-dbe6fcaa975c 2098
2022-03-22T12:05:34.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:05:34.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
2022-03-22T12:05:34.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:05:34.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:34.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:34.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950734242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:05:34.346Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:34.347Z||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-03-22T12:05:34.347Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:34.356Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:34.357Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:35.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 596f024d-6244-4b94-968e-e1d41c402d0b
2022-03-22T12:05:35.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b638b9d9-c11a 0 665d7826-297b-4de0-b517-823348cbc780 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-03-22T12:05:35.263Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e631056, org.onap.sdc.toscaparser.api.parameters.Input@1ab27180, org.onap.sdc.toscaparser.api.parameters.Input@62b25d8d, org.onap.sdc.toscaparser.api.parameters.Input@236880db, org.onap.sdc.toscaparser.api.parameters.Input@654fc540]
2022-03-22T12:05:35.264Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.265Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.265Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-22T12:05:35.265Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
2022-03-22T12:05:35.265Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1 matches Tosca VF Customization UUID: 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
2022-03-22T12:05:35.266Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1  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-03-22T12:05:35.268Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.268Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1: {\"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-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b5fd536
2022-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 828fff49-7516-4b27-9cf4-c5de4a8c4eb2
2022-03-22T12:05:35.270Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 828fff49-7516-4b27-9cf4-c5de4a8c4eb2
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-03-22T12:05:35.271Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.271Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.272Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.272Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.272Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.273Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.273Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.273Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:35.273Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:35.274Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:35.274Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:05:35.274Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:35.274Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:35.276Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.276Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8908666-4765-4d1b-8135-1b211a62e9af
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-03-22T12:05:35.278Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.278Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.278Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.279Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.279Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:35.279Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:35.279Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:35.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:35.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:35.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fee53b6-746e-47e6-8eca-32b91f138a83
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-03-22T12:05:35.284Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.284Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.284Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.288Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.288Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:35.289Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:35.289Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:35.289Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:35.289Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.290Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.290Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:35.290Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.290Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f8ce8ae-897f-4bfd-93c2-d323648a78c6
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-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.295Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
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-03-22T12:05:35.296Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.296Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.296Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 596f024d-6244-4b94-968e-e1d41c402d0b: vFW b638b9d9-c11a
2022-03-22T12:05:35.296Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.297Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.297Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.297Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.297Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.299Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-22 12-01-14 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:05:35.431Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b638b9d9-c11a 665d7826-297b-4de0-b517-823348cbc780 1 ASDC deployResourceStructure
2022-03-22T12:05:35.432Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json ASDC sendASDCNotification
2022-03-22T12:05:35.432Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
2022-03-22T12:05:35.432Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:05:35.432Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:35.435Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:35.435Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950735432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:05:35.535Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:35.536Z||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-03-22T12:05:35.537Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:35.545Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:35.546Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:36.436Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:05:36.437Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
2022-03-22T12:05:36.437Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:05:36.437Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:36.439Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:36.440Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950736436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:05:36.540Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:36.541Z||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-03-22T12:05:36.542Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:36.552Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:36.553Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:05:37.441Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:05:37.442Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
2022-03-22T12:05:37.442Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:05:37.442Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:37.445Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:37.446Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950737441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:05:37.546Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:37.547Z||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-03-22T12:05:37.547Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:37.562Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:37.563Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:38.447Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar ASDC sendASDCNotification
2022-03-22T12:05:38.447Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:38.447Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:05:38.448Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:38.450Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:38.450Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950738447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:05:38.550Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:38.551Z||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-03-22T12:05:38.551Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:38.561Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:38.562Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:39.451Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:05:39.465Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:05:39.471Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:05:39.471Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:05:39.471Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:06:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:06:06.836Z||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-03-22T12:06:06.836Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:06:07.018Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:06:07.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:06:07.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950702224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:06:07.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:06:09.472Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:06:09.484Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:06:09.486Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:06:09.486Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:06:09.486Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:06:39.486Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:06:39.494Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:06:39.499Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:06:39.499Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:06:39.499Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:07:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:07:06.834Z||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-03-22T12:07:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:07.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:07.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950703589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950707563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950702224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950703589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950708975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950703589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950710361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950703589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950711383,
  "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-03-22T12:07:07.385Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:07:07.385Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 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-03-22T12:07:07.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950711548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950710934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950712389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950710934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950714444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950713954,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950710934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950710934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950716461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950710934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950715615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "clamp",
  "timestamp": 1647950717472,
  "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-03-22T12:07:07.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:07:07.407Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 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-03-22T12:07:07.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950710934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950716621,
  "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-03-22T12:07:07.418Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:07:07.418Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 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-03-22T12:07:07.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950710934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950718948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950714972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950726960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950730997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950732743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950733755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950734242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "aai-ml",
  "timestamp": 1647950734760,
  "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-03-22T12:07:07.433Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:07:07.433Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 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-03-22T12:07:07.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950735432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950736436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950737441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:07:07.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950738447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:07:07.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:09.500Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:07:09.520Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:07:09.525Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:07:09.525Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:07:09.525Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:07:09.526Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:07:09.526Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:07:09.526Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:07:09.526Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:07:09.527Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:07:09.527Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:07:09.527Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:07:09.527Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:07:09.534Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:07:39.535Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599 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-03-22T12:07:39.543Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599 and serviceModelVersionId: 596f024d-6244-4b94-968e-e1d41c402d0b
2022-03-22T12:07:39.543Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06a30146-bdfc-48ab-b8c5-4ef685c1d51b
2022-03-22T12:07:39.546Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0
2022-03-22T12:07:39.567Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:07:39.654Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|INFO|500||Invoke
2022-03-22T12:07:39.655Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d70b86e9-0d0b-4316-9500-ac2f9fd92599], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78e5ee2a-da31-4d18-95a5-f72f5935cbb8], X-ECOMP-RequestID=[d70b86e9-0d0b-4316-9500-ac2f9fd92599], X-TransactionId=[], X-ONAP-RequestID=[d70b86e9-0d0b-4316-9500-ac2f9fd92599], Content-Type=[application/merge-patch+json]}
2022-03-22T12:07:39.691Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:07:40.307Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?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/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-12:07:40:445-11472], vertex-id=[163904], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:07:40 GMT], Content-Type=[application/json]}
2022-03-22T12:07:40.308Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:07:40.309Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|INFO|500||InvokeReturn
2022-03-22T12:07:40.310Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:07:40.311Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:07:40.315Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T12:07:40.316Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d70b86e9-0d0b-4316-9500-ac2f9fd92599 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:07:40.316Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:07:40.317Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:40.319Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:40.320Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950860316,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:07:40.420Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:07:40.421Z||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-03-22T12:07:40.421Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:40.434Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:40.435Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:07:41.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:07:41.343Z||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-03-22T12:07:41.343Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:45.702Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:45.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:07:45.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"02d06114-0026-4138-b34d-7f26520a7ded","serviceName":"vFW 2022-03-22 12-04-02","serviceVersion":"1.0","serviceUUID":"0d18c1d6-b0dd-4803-91a1-cd6586275b31","serviceDescription":"catalog service description","serviceInvariantUUID":"8df0265e-82a8-4ac1-bef5-600970299233","resources":[{"resourceInstanceName":"vFW d3b0292c-183d 0","resourceName":"vFW d3b0292c-183d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e861d1a2-e5de-4ae2-8dad-c05790a87ca0","resourceInvariantUUID":"2c17ac0a-d5c4-4a7b-90b4-a87b567aa143","resourceCustomizationUUID":"8cb8d36e-825e-4cf9-9478-498b05acf4b7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml","artifactChecksum":"NjdlM2JkYTEzNjJmYTBlMmY4M2YzYzJkNzU2OTI0NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"710c4546-53cf-4d12-b0ff-cf042ebe907d","artifactVersion":"1"},{"artifactName":"vfwd3b0292c183d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json","artifactChecksum":"ODMyYWZkNzE5Y2E2YzhkMjI1MTVkOTM5OWE2OGU1ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75419ffd-a6b2-4208-bcda-bb644f08b56f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a10fe013-eabb-4808-85d8-a4873368a809","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml","artifactChecksum":"YjNiZTExY2QxYzY0ZTVlZmRlNzIxMDM0ZDNlOThlODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62266a0a-7de3-4e9e-8ac1-6cc596f9ee05","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79d8cd8a-97c4-4141-ab84-a59f37aa59af","artifactVersion":"2","generatedFromUUID":"a10fe013-eabb-4808-85d8-a4873368a809"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322120402-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml","artifactChecksum":"ODE3Y2M0ZWIyYzE3NmVjYTNkZGIzMzg4NDdmMzFjM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b969d06-a089-40f8-aebc-b215e0819d55","artifactVersion":"1"},{"artifactName":"service-Vfw20220322120402-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar","artifactChecksum":"OTEzZDkzNDIxNzBhMjBhZWNhYWViZTUyZWZlZTJhNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11c5787b-8242-416e-8406-78dcf38c7695","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:07:45.708Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:45.708Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:45.711Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:45.711Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:45.811Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:45.812Z||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-03-22T12:07:45.812Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:45.821Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:45.821Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:46.711Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:46.714Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:46.717Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:46.717Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:07:46.817Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:46.819Z||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-03-22T12:07:46.819Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:46.840Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:46.841Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:47.718Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:47.718Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:47.721Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:47.721Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:07:47.821Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:47.822Z||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-03-22T12:07:47.822Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:47.839Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:47.840Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:07:48.722Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:48.723Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:48.726Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:48.726Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:48.826Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:48.827Z||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-03-22T12:07:48.827Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:48.843Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:48.844Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:49.727Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:49.728Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:49.730Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:49.730Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:07:49.830Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:07:49.831Z||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-03-22T12:07:49.832Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:49.842Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:49.843Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:50.731Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:50.733Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:50.735Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:50.736Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:07:50.836Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:07:50.837Z||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-03-22T12:07:50.837Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:50.848Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:50.848Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:07:51.736Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:51.738Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:51.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:51.743Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:07:51.842Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:07:51.843Z||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-03-22T12:07:51.843Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:51.852Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:51.853Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:07:52.745Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "serviceName": "vFW 2022-03-22 12-04-02",
  "serviceVersion": "1.0",
  "serviceUUID": "0d18c1d6-b0dd-4803-91a1-cd6586275b31",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8df0265e-82a8-4ac1-bef5-600970299233",
  "resources": [
    {
      "resourceInstanceName": "vFW d3b0292c-183d 0",
      "resourceCustomizationUUID": "8cb8d36e-825e-4cf9-9478-498b05acf4b7",
      "resourceName": "vFW d3b0292c-183d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e861d1a2-e5de-4ae2-8dad-c05790a87ca0",
      "resourceInvariantUUID": "2c17ac0a-d5c4-4a7b-90b4-a87b567aa143",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd3b0292c183d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
          "artifactChecksum": "ODMyYWZkNzE5Y2E2YzhkMjI1MTVkOTM5OWE2OGU1ODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "75419ffd-a6b2-4208-bcda-bb644f08b56f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a10fe013-eabb-4808-85d8-a4873368a809",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "79d8cd8a-97c4-4141-ab84-a59f37aa59af",
            "generatedFromUUID": "a10fe013-eabb-4808-85d8-a4873368a809"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "79d8cd8a-97c4-4141-ab84-a59f37aa59af",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322120402-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
      "artifactChecksum": "OTEzZDkzNDIxNzBhMjBhZWNhYWViZTUyZWZlZTJhNDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11c5787b-8242-416e-8406-78dcf38c7695"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:07:52.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:07:52.746Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d18c1d6-b0dd-4803-91a1-cd6586275b31 ASDC
2022-03-22T12:07:52.746Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:02d06114-0026-4138-b34d-7f26520a7ded
ServiceName:vFW 2022-03-22 12-04-02
ServiceVersion:1.0
ServiceUUID:0d18c1d6-b0dd-4803-91a1-cd6586275b31
ServiceInvariantUUID:8df0265e-82a8-4ac1-bef5-600970299233
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322120402-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar
ArtifactUUID:11c5787b-8242-416e-8406-78dcf38c7695
ArtifactChecksum:OTEzZDkzNDIxNzBhMjBhZWNhYWViZTUyZWZlZTJhNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d3b0292c-183d 0
ResourceCustomizationUUID:8cb8d36e-825e-4cf9-9478-498b05acf4b7
ResourceInvariantUUID:2c17ac0a-d5c4-4a7b-90b4-a87b567aa143
ResourceName:vFW d3b0292c-183d
ResourceType:VF
ResourceUUID:e861d1a2-e5de-4ae2-8dad-c05790a87ca0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd3b0292c183d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json
ArtifactUUID:75419ffd-a6b2-4208-bcda-bb644f08b56f
ArtifactChecksum:ODMyYWZkNzE5Y2E2YzhkMjI1MTVkOTM5OWE2OGU1ODE=
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/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml
ArtifactUUID:a10fe013-eabb-4808-85d8-a4873368a809
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/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
ArtifactUUID:79d8cd8a-97c4-4141-ab84-a59f37aa59af
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/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
ArtifactUUID:79d8cd8a-97c4-4141-ab84-a59f37aa59af
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:07:52.747Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d18c1d6-b0dd-4803-91a1-cd6586275b31 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-03-22T12:07:52.780Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:07:52.781Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:07:52.781Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:07:52.781Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 11c5787b-8242-416e-8406-78dcf38c7695 from URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:52.782Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:07:52.782Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:52.956Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:07:52.962Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar 11c5787b-8242-416e-8406-78dcf38c7695 98949
2022-03-22T12:07:52.962Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar ASDC sendASDCNotification
2022-03-22T12:07:52.962Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:52.963Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:07:52.963Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:52.965Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:52.965Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950872962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:53.065Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:53.067Z||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-03-22T12:07:53.067Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:53.106Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:53.107Z||pool-42-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:53.966Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:07:53.968Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:07:53.968Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 11c5787b-8242-416e-8406-78dcf38c7695, URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar to file: /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:53.969Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322120402-csar.csar
2022-03-22T12:07:53.970Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:53.970Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:54.239Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3314395209260021294/Definitions/service-Vfw20220322120402-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-03-22T12:07:56.618Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d3b0292c-183d 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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:07:56.645Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:07:56.645Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.645Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.645Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:07:56.650Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.650Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.650Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:07:56.650Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00c9cc35-ad7b-469b-a809-64b4a4657638
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4a541753-9a79-4862-ac6d-70418b52757c
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=69699409-df3a-4a67-ba88-84275fec38de
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.659Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:07:56.659Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.659Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 12-04-02
Description:catalog service description
Model UUID:0d18c1d6-b0dd-4803-91a1-cd6586275b31
Model Version:NULL
Model InvariantUuid:8df0265e-82a8-4ac1-bef5-600970299233
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d3b0292c-183d
Model UUID:3f019dba-cdd9-4644-ad81-d33077011e5b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c17ac0a-d5c4-4a7b-90b4-a87b567aa143
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8cb8d36e-825e-4cf9-9478-498b05acf4b7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b6de853d-b515-4770-b8c0-238ce4b84e23
ModelName:VfwD3b0292c183d..base_vfw..module-0
ModelUuid:7ac71180-c610-4077-83a4-e2f7558f6732
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:00c9cc35-ad7b-469b-a809-64b4a4657638
ModelInvariantUuid:b81c4d71-74cb-4b85-a502-6037763202a6
ModelName:vFW d3b0292c-183d-nodes.vfwCvfc
ModelUuid:f3d57d91-0f24-407a-b111-7599523934f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e2549236-4507-46c1-9c7b-11d6297edb52
ModelInvariantUuid:e31bb063-e30d-4710-884d-d1a5b99fe76d
ModelName:VfwD3b0292c183d.compute.nodes.heat.vfw
ModelUuid:2cc4a548-b2d8-4540-ba2a-5ba6343f346c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4a541753-9a79-4862-ac6d-70418b52757c
ModelInvariantUuid:b19ce62b-9106-4d4d-88ae-c355cf10f6a7
ModelName:vFW d3b0292c-183d-nodes.vsnCvfc
ModelUuid:3c6bd251-e44a-4819-8ec8-61c50d642353
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d27b1179-f672-47b9-9bb4-6dc88b12be9d
ModelInvariantUuid:01b2c526-ec00-4def-b196-f76ddf491d66
ModelName:VfwD3b0292c183d.compute.nodes.heat.vsn
ModelUuid:5c8a47dd-af34-4f18-941f-df8bb0e85c81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:69699409-df3a-4a67-ba88-84275fec38de
ModelInvariantUuid:a30e3d35-0e8d-41e4-972e-534385242500
ModelName:vFW d3b0292c-183d-nodes.vpgCvfc
ModelUuid:600ada6b-bc3f-4d45-bc81-ecb6fac0d736
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9d3bc18f-accd-46ac-8023-3b93ec29a1cf
ModelInvariantUuid:adf71c50-34da-4dbb-b278-48639149bd65
ModelName:VfwD3b0292c183d.compute.nodes.heat.vpg
ModelUuid:e7376ac7-66a1-4255-9cbd-4b7411500bca
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-03-22T12:07:56.663Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e861d1a2-e5de-4ae2-8dad-c05790a87ca0
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-03-22T12:07:56.666Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||vFW d3b0292c-183d 0
2022-03-22T12:07:56.666Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e861d1a2-e5de-4ae2-8dad-c05790a87ca0
2022-03-22T12:07:56.666Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75419ffd-a6b2-4208-bcda-bb644f08b56f from URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json
2022-03-22T12:07:56.666Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:07:56.667Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json
2022-03-22T12:07:57.180Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json 75419ffd-a6b2-4208-bcda-bb644f08b56f 785
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json ASDC sendASDCNotification
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:57.183Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:57.183Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950877181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:57.284Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:57.285Z||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-03-22T12:07:57.285Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:57.295Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:57.295Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:58.184Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD3b0292c183d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b6de853d-b515-4770-b8c0-238ce4b84e23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ac71180-c610-4077-83a4-e2f7558f6732",
    "vfModuleModelCustomizationUUID": "f3262d3b-1d34-494f-8e13-7cb80953c488",
    "isBase": true,
    "artifacts": [
      "a10fe013-eabb-4808-85d8-a4873368a809",
      "79d8cd8a-97c4-4141-ab84-a59f37aa59af"
    ],
    "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-03-22T12:07:58.190Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD3b0292c183d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ac71180-c610-4077-83a4-e2f7558f6732
VfModuleModelInvariantUUID:b6de853d-b515-4770-b8c0-238ce4b84e23
VfModuleModelDescription:NULL
Artifacts UUID List:{
a10fe013-eabb-4808-85d8-a4873368a809
,
79d8cd8a-97c4-4141-ab84-a59f37aa59af

}
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-03-22T12:07:58.195Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD3b0292c183d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b6de853d-b515-4770-b8c0-238ce4b84e23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ac71180-c610-4077-83a4-e2f7558f6732",
    "vfModuleModelCustomizationUUID": "f3262d3b-1d34-494f-8e13-7cb80953c488",
    "isBase": true,
    "artifacts": [
      "a10fe013-eabb-4808-85d8-a4873368a809",
      "79d8cd8a-97c4-4141-ab84-a59f37aa59af"
    ],
    "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-03-22T12:07:58.195Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD3b0292c183d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ac71180-c610-4077-83a4-e2f7558f6732
VfModuleModelInvariantUUID:b6de853d-b515-4770-b8c0-238ce4b84e23
VfModuleModelDescription:NULL
Artifacts UUID List:{
a10fe013-eabb-4808-85d8-a4873368a809
,
79d8cd8a-97c4-4141-ab84-a59f37aa59af

}
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-03-22T12:07:58.196Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a10fe013-eabb-4808-85d8-a4873368a809 from URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml
2022-03-22T12:07:58.196Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:07:58.196Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml
2022-03-22T12:07:58.455Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml a10fe013-eabb-4808-85d8-a4873368a809 20368
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:58.460Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:58.460Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950878457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:07:58.560Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:58.561Z||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-03-22T12:07:58.561Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:58.571Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:58.572Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:59.461Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 79d8cd8a-97c4-4141-ab84-a59f37aa59af from URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
2022-03-22T12:07:59.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:07:59.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
2022-03-22T12:08:00.411Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:08:00.412Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env 79d8cd8a-97c4-4141-ab84-a59f37aa59af 2098
2022-03-22T12:08:00.412Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:08:00.412Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
2022-03-22T12:08:00.412Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:08:00.413Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:08:00.414Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:08:00.415Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950880412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:00.516Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:08:00.517Z||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-03-22T12:08:00.517Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:08:00.527Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:08:00.528Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:08:01.415Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0d18c1d6-b0dd-4803-91a1-cd6586275b31
2022-03-22T12:08:01.416Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d3b0292c-183d 0 e861d1a2-e5de-4ae2-8dad-c05790a87ca0 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-03-22T12:08:01.432Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47553028, org.onap.sdc.toscaparser.api.parameters.Input@15792dcd, org.onap.sdc.toscaparser.api.parameters.Input@6724e78a, org.onap.sdc.toscaparser.api.parameters.Input@21feceba, org.onap.sdc.toscaparser.api.parameters.Input@4f447edd]
2022-03-22T12:08:01.433Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.433Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.434Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-22T12:08:01.434Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8cb8d36e-825e-4cf9-9478-498b05acf4b7
2022-03-22T12:08:01.434Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8cb8d36e-825e-4cf9-9478-498b05acf4b7 matches Tosca VF Customization UUID: 8cb8d36e-825e-4cf9-9478-498b05acf4b7
2022-03-22T12:08:01.434Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8cb8d36e-825e-4cf9-9478-498b05acf4b7  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-03-22T12:08:01.436Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.436Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8cb8d36e-825e-4cf9-9478-498b05acf4b7: {\"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-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48b072f
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3262d3b-1d34-494f-8e13-7cb80953c488
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3262d3b-1d34-494f-8e13-7cb80953c488
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-03-22T12:08:01.439Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.439Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:08:01.439Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:08:01.440Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.440Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:08:01.440Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:08:01.440Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:08:01.443Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:08:01.443Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.443Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00c9cc35-ad7b-469b-a809-64b4a4657638
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-03-22T12:08:01.446Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.446Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:08:01.446Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:08:01.447Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.447Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:08:01.447Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:08:01.448Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:08:01.448Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:08:01.448Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:08:01.448Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.448Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:08:01.449Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.449Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:08:01.449Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:08:01.449Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:08:01.449Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:08:01.450Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.450Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4a541753-9a79-4862-ac6d-70418b52757c
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-03-22T12:08:01.452Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.452Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:08:01.452Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:08:01.452Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.452Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:08:01.453Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:08:01.453Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:08:01.453Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:08:01.453Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:08:01.453Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.454Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:08:01.454Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.454Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:08:01.454Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:08:01.455Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.455Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:08:01.455Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:08:01.455Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=69699409-df3a-4a67-ba88-84275fec38de
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-03-22T12:08:01.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:08:01.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:08:01.458Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.458Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:08:01.458Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=8cb8d36e-825e-4cf9-9478-498b05acf4b7
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-03-22T12:08:01.459Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.460Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.460Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0d18c1d6-b0dd-4803-91a1-cd6586275b31: vFW d3b0292c-183d
2022-03-22T12:08:01.460Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.460Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.461Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.461Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.461Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.461Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.461Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:08:01.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-22 12-04-02 
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-03-22T12:08:01.572Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d3b0292c-183d e861d1a2-e5de-4ae2-8dad-c05790a87ca0 1 ASDC deployResourceStructure
2022-03-22T12:08:01.572Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json ASDC sendASDCNotification
2022-03-22T12:08:01.573Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json
2022-03-22T12:08:01.573Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:08:01.573Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:08:01.575Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:08:01.575Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950881572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:01.675Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:08:01.676Z||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-03-22T12:08:01.676Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:08:01.685Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:08:01.686Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:08:02.576Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:08:02.576Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml
2022-03-22T12:08:02.577Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:08:02.577Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:08:02.580Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:08:02.580Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950882576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:02.680Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:08:02.681Z||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-03-22T12:08:02.681Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:08:02.691Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:08:02.691Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:08:03.581Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:08:03.581Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
2022-03-22T12:08:03.581Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:08:03.582Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:08:03.583Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:08:03.584Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950883581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:03.684Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:08:03.685Z||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-03-22T12:08:03.685Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:08:03.698Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:08:03.698Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:08:04.584Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar ASDC sendASDCNotification
2022-03-22T12:08:04.585Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar
2022-03-22T12:08:04.585Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:08:04.586Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:08:04.587Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:08:04.587Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950884584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:04.688Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:08:04.689Z||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-03-22T12:08:04.689Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:08:04.702Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:08:04.702Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:08:05.588Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02d06114-0026-4138-b34d-7f26520a7ded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:08:05.598Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02d06114-0026-4138-b34d-7f26520a7ded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:08:05.600Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:08:05.601Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:08:05.601Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:08:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:08:06.834Z||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-03-22T12:08:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:08:07.270Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:08:07.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950837350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "dcae-sch",
  "timestamp": 1647950835781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950839189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950837350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "dcae-sch",
  "timestamp": 1647950835781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950839189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950837350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "dcae-sch",
  "timestamp": 1647950835781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950839189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950837350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "dcae-sch",
  "timestamp": 1647950835781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950839189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "cds",
  "timestamp": 1647950844598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950837350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "dcae-sch",
  "timestamp": 1647950835781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950839189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "cds",
  "timestamp": 1647950844598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950837350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "dcae-sch",
  "timestamp": 1647950835781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950839189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "cds",
  "timestamp": 1647950844598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647950837350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "dcae-sch",
  "timestamp": 1647950835781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950839189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "cds",
  "timestamp": 1647950844598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "cds",
  "timestamp": 1647950844598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950848810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950850163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "cds",
  "timestamp": 1647950844598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950848810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "cds",
  "timestamp": 1647950844598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950848810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950851901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950848810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "cds",
  "timestamp": 1647950852563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950853265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950848810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "cds",
  "timestamp": 1647950853579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-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-03-22T12:08:07.300Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 02d06114-0026-4138-b34d-7f26520a7ded
2022-03-22T12:08:07.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d06114-0026-4138-b34d-7f26520a7ded 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-03-22T12:08:07.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950854291,
  "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-03-22T12:08:07.313Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02d06114-0026-4138-b34d-7f26520a7ded
2022-03-22T12:08:07.313Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d06114-0026-4138-b34d-7f26520a7ded 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-03-22T12:08:07.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950853589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950848810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647950855295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:07.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950853589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950848810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950853589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950853589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950857269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950853589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950858275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:07.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950853589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "policy-id",
  "timestamp": 1647950859279,
  "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-03-22T12:08:07.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02d06114-0026-4138-b34d-7f26520a7ded
2022-03-22T12:08:07.330Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d06114-0026-4138-b34d-7f26520a7ded 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-03-22T12:08:07.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950860316,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:08:07.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950853589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.336Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950861400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950860934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950860934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950864472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950860934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950860934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950866483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:07.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950865591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:07.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950860934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950860934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "clamp",
  "timestamp": 1647950867502,
  "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-03-22T12:08:07.347Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 02d06114-0026-4138-b34d-7f26520a7ded
2022-03-22T12:08:07.347Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d06114-0026-4138-b34d-7f26520a7ded 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-03-22T12:08:07.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647950866598,
  "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-03-22T12:08:07.356Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02d06114-0026-4138-b34d-7f26520a7ded
2022-03-22T12:08:07.356Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d06114-0026-4138-b34d-7f26520a7ded 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-03-22T12:08:07.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950860934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950869012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:08:07.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950861342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:08:07.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:08:07.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950872962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950877181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950878457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950880412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:08:07.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950881572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:07.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950882576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:07.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950883581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:07.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647950884584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:07.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:07.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:08:07.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950885716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:08:07.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:08:35.601Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02d06114-0026-4138-b34d-7f26520a7ded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:08:35.608Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02d06114-0026-4138-b34d-7f26520a7ded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:08:35.614Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:08:35.614Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:08:35.614Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:09:05.615Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02d06114-0026-4138-b34d-7f26520a7ded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:09:05.624Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02d06114-0026-4138-b34d-7f26520a7ded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:09:05.626Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:09:05.626Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:09:05.626Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:09:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:09:06.834Z||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-03-22T12:09:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:09:07.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:09:07.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:09:07.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "aai-ml",
  "timestamp": 1647950886720,
  "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-03-22T12:09:07.409Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02d06114-0026-4138-b34d-7f26520a7ded
2022-03-22T12:09:07.409Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02d06114-0026-4138-b34d-7f26520a7ded 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-03-22T12:09:35.627Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02d06114-0026-4138-b34d-7f26520a7ded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:09:35.633Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02d06114-0026-4138-b34d-7f26520a7ded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:09:35.636Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:09:35.636Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:09:35.636Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:09:35.636Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:09:35.636Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:09:35.636Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:09:35.637Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:09:35.637Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:09:35.637Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:09:35.637Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:09:35.637Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-03-22T12:09:35.639Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:10:05.640Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02d06114-0026-4138-b34d-7f26520a7ded 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-03-22T12:10:05.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02d06114-0026-4138-b34d-7f26520a7ded and serviceModelVersionId: 0d18c1d6-b0dd-4803-91a1-cd6586275b31
2022-03-22T12:10:05.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8df0265e-82a8-4ac1-bef5-600970299233
2022-03-22T12:10:05.650Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8df0265e-82a8-4ac1-bef5-600970299233/model-vers/model-ver/0d18c1d6-b0dd-4803-91a1-cd6586275b31?depth=0
2022-03-22T12:10:05.659Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:10:05.725Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8df0265e-82a8-4ac1-bef5-600970299233/model-vers/model-ver/0d18c1d6-b0dd-4803-91a1-cd6586275b31?depth=0|INFO|500||Invoke
2022-03-22T12:10:05.725Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8df0265e-82a8-4ac1-bef5-600970299233/model-vers/model-ver/0d18c1d6-b0dd-4803-91a1-cd6586275b31?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8df0265e-82a8-4ac1-bef5-600970299233/model-vers/model-ver/0d18c1d6-b0dd-4803-91a1-cd6586275b31?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[02d06114-0026-4138-b34d-7f26520a7ded], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51ea762b-c908-4026-a7fe-b161f755979a], X-ECOMP-RequestID=[02d06114-0026-4138-b34d-7f26520a7ded], X-TransactionId=[], X-ONAP-RequestID=[02d06114-0026-4138-b34d-7f26520a7ded], Content-Type=[application/merge-patch+json]}
2022-03-22T12:10:05.749Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8df0265e-82a8-4ac1-bef5-600970299233/model-vers/model-ver/0d18c1d6-b0dd-4803-91a1-cd6586275b31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:10:06.200Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8df0265e-82a8-4ac1-bef5-600970299233/model-vers/model-ver/0d18c1d6-b0dd-4803-91a1-cd6586275b31?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/8df0265e-82a8-4ac1-bef5-600970299233/model-vers/model-ver/0d18c1d6-b0dd-4803-91a1-cd6586275b31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-12:10:06:508-12825], vertex-id=[217264], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:10:06 GMT], Content-Type=[application/json]}
2022-03-22T12:10:06.200Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8df0265e-82a8-4ac1-bef5-600970299233/model-vers/model-ver/0d18c1d6-b0dd-4803-91a1-cd6586275b31?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:10:06.201Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8df0265e-82a8-4ac1-bef5-600970299233/model-vers/model-ver/0d18c1d6-b0dd-4803-91a1-cd6586275b31?depth=0|INFO|500||InvokeReturn
2022-03-22T12:10:06.202Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:10:06.203Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-03-22T12:10:06.215Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-03-22T12:10:06.215Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02d06114-0026-4138-b34d-7f26520a7ded and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:10:06.216Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:10:06.216Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:10:06.218Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:10:06.218Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951006216,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:10:06.319Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:10:06.320Z||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-03-22T12:10:06.320Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:10:06.338Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:10:06.339Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:10:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:06.834Z||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-03-22T12:10:06.834Z||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 1qMjDFBtW3fO7zxb) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:10:07.228Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:07.229Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:10:07.229Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:10:07.502Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:10:07.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:10:07.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951006216,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:10:07.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:10:17.615Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:10:17.616Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:17.616Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:10:17.616Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:10:27.161Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:10:27.161Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:27.162Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:10:27.162Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:10:36.697Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:10:36.698Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:36.698Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:10:36.698Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:10:46.238Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:10:46.239Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:46.240Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:10:46.240Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:10:55.783Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:10:55.784Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:55.784Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:10:55.784Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:11:05.326Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:11:06.830Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:11:06.831Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:11:06.831Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:11:06.832Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:11:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:11:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:11:16.377Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:11:16.377Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:12:06.830Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:12:06.831Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:12:06.832Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:12:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:12:06.833Z||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-03-22T12:12:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:12:16.379Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:12:16.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:13:06.830Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:13:06.832Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:13:06.832Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:13:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:13:06.833Z||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-03-22T12:13:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:13:16.414Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:13:16.414Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:14:06.831Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:14:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:14:06.833Z||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-03-22T12:14:06.833Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:14:06.833Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:14:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:14:16.386Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:14:16.386Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:15:06.830Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:15:06.831Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:15:06.831Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:15:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:15:06.833Z||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-03-22T12:15:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:15:16.381Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:15:16.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:06.830Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:16:06.831Z|02d06114-0026-4138-b34d-7f26520a7ded|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-03-22T12:16:06.831Z|02d06114-0026-4138-b34d-7f26520a7ded|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:16:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:16:06.833Z||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-03-22T12:16:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:16:07.461Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:07.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"14e58e1f-e533-485f-94d9-45a32e66f655","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5771ff17-04bf-46fe-a4fa-7cb3c6c260ee","serviceDescription":"service","serviceInvariantUUID":"b50909c0-2cda-404b-89da-ba05126ad071","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5659ca64-4a40-427f-a390-dda56e079563","resourceInvariantUUID":"803c63bc-f0db-4286-9c4c-592cb6380183","resourceCustomizationUUID":"c86adb0a-37a7-4feb-8fad-ca67157627ab","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":"OTNjMWZhMDIyYTFlODNhMzg5MTlhZDkyOGI0OTE1NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4f15781-cd1d-41c7-9b70-9cfbb8254dd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjI5YWE1NDdhZjEwMzc5ZGU1YzFhN2UwYTZiM2I1YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"215253dc-2699-43fe-bc0b-46625fb94728","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:16:07.465Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:16:07.465Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:16:07.468Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:16:07.468Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951366830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.476Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:07.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "cds",
  "timestamp": 1647951324598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "policy-id",
  "timestamp": 1647951328810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "cds",
  "timestamp": 1647951324598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:16:07.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "policy-id",
  "timestamp": 1647951328810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:16:07.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "clamp",
  "timestamp": 1647951332224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "policy-id",
  "timestamp": 1647951332458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:16:07.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:16:07.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "cds",
  "timestamp": 1647951332516,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:16:07.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:16:07.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "clamp",
  "timestamp": 1647951332224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:16:07.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "policy-id",
  "timestamp": 1647951333467,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:16:07.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:16:07.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "cds",
  "timestamp": 1647951333523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:16:07.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14e58e1f-e533-485f-94d9-45a32e66f655
2022-03-22T12:16:07.508Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14e58e1f-e533-485f-94d9-45a32e66f655 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-03-22T12:16:07.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951333591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "policy-id",
  "timestamp": 1647951334471,
  "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-03-22T12:16:07.525Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14e58e1f-e533-485f-94d9-45a32e66f655
2022-03-22T12:16:07.526Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14e58e1f-e533-485f-94d9-45a32e66f655 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-03-22T12:16:07.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951333591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:16:07.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "dcae-sch",
  "timestamp": 1647951335781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "dcae-sch",
  "timestamp": 1647951335781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951337422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:16:07.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:16:07.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951337350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951337350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951339512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:16:07.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:16:07.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951339189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951340522,
  "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-03-22T12:16:07.550Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14e58e1f-e533-485f-94d9-45a32e66f655
2022-03-22T12:16:07.550Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14e58e1f-e533-485f-94d9-45a32e66f655 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-03-22T12:16:07.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951339189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:16:07.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "aai-ml",
  "timestamp": 1647951340934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:16:07.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "aai-ml",
  "timestamp": 1647951340934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:16:07.570Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-22T12:16:07.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:16:07.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "clamp",
  "timestamp": 1647951345579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:16:07.571Z||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-03-22T12:16:07.571Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:16:07.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:16:07.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "aai-ml",
  "timestamp": 1647951344829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:16:07.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:16:07.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "clamp",
  "timestamp": 1647951346610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:16:07.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:16:07.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "clamp",
  "timestamp": 1647951347616,
  "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-03-22T12:16:07.587Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14e58e1f-e533-485f-94d9-45a32e66f655
2022-03-22T12:16:07.588Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14e58e1f-e533-485f-94d9-45a32e66f655 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-03-22T12:16:07.602Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:07.602Z||pool-51-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:16:07.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "aai-ml",
  "timestamp": 1647951351770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:16:07.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:16:07.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:16:07.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "aai-ml",
  "timestamp": 1647951352775,
  "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-03-22T12:16:07.618Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14e58e1f-e533-485f-94d9-45a32e66f655
2022-03-22T12:16:07.619Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14e58e1f-e533-485f-94d9-45a32e66f655 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-03-22T12:16:08.469Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:16:08.470Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:16:08.472Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:16:08.472Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951366830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:16:08.573Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:16:08.574Z||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-03-22T12:16:08.574Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:16:08.591Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:08.592Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:16:09.474Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5771ff17-04bf-46fe-a4fa-7cb3c6c260ee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b50909c0-2cda-404b-89da-ba05126ad071",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c86adb0a-37a7-4feb-8fad-ca67157627ab",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "5659ca64-4a40-427f-a390-dda56e079563",
      "resourceInvariantUUID": "803c63bc-f0db-4286-9c4c-592cb6380183",
      "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": "NjI5YWE1NDdhZjEwMzc5ZGU1YzFhN2UwYTZiM2I1YmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "215253dc-2699-43fe-bc0b-46625fb94728"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:16:09.475Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:16:09.475Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5771ff17-04bf-46fe-a4fa-7cb3c6c260ee ASDC
2022-03-22T12:16:09.476Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:14e58e1f-e533-485f-94d9-45a32e66f655
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5771ff17-04bf-46fe-a4fa-7cb3c6c260ee
ServiceInvariantUUID:b50909c0-2cda-404b-89da-ba05126ad071
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:215253dc-2699-43fe-bc0b-46625fb94728
ArtifactChecksum:NjI5YWE1NDdhZjEwMzc5ZGU1YzFhN2UwYTZiM2I1YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c86adb0a-37a7-4feb-8fad-ca67157627ab
ResourceInvariantUUID:803c63bc-f0db-4286-9c4c-592cb6380183
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5659ca64-4a40-427f-a390-dda56e079563
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-22T12:16:09.476Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5771ff17-04bf-46fe-a4fa-7cb3c6c260ee 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-03-22T12:16:09.510Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:16:09.511Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:16:09.512Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:16:09.512Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 215253dc-2699-43fe-bc0b-46625fb94728 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T12:16:09.512Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:16:09.512Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T12:16:10.144Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:16:10.146Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 215253dc-2699-43fe-bc0b-46625fb94728 52483
2022-03-22T12:16:10.147Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-22T12:16:10.147Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T12:16:10.147Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:16:10.147Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:16:10.149Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:16:10.149Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951370147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:16:10.250Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:16:10.251Z||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-03-22T12:16:10.251Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:16:10.261Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:10.262Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:16:11.150Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:16:11.152Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:16:11.152Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 215253dc-2699-43fe-bc0b-46625fb94728, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T12:16:11.153Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-22T12:16:11.153Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T12:16:11.153Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T12:16:11.289Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7374697124828809119/Definitions/service-BasicNetwork-template.yml
2022-03-22T12:16:11.793Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:16:11.793Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:16:11.794Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T12:16:11.794Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-22T12:16:11.794Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.794Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.794Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.794Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.794Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.794Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.795Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.795Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.795Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:16:11.795Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.795Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.796Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-22T12:16:11.796Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:16:11.796Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:16:11.796Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.796Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.796Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-22T12:16:11.796Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:16:11.797Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:16:11.797Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.797Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.797Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.797Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.798Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.798Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.798Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.798Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.798Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.798Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.798Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5771ff17-04bf-46fe-a4fa-7cb3c6c260ee
Model Version:NULL
Model InvariantUuid:b50909c0-2cda-404b-89da-ba05126ad071
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:803c63bc-f0db-4286-9c4c-592cb6380183
Model UUID:89c123ea-8b84-47eb-b7e0-7f45e30bce1f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c86adb0a-37a7-4feb-8fad-ca67157627ab
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-03-22T12:16:11.806Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 5659ca64-4a40-427f-a390-dda56e079563
2022-03-22T12:16:11.806Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||No resources found for Service: 5771ff17-04bf-46fe-a4fa-7cb3c6c260ee
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-03-22T12:16:11.812Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||
2022-03-22T12:16:11.812Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-22T12:16:11.813Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 5771ff17-04bf-46fe-a4fa-7cb3c6c260ee
2022-03-22T12:16:11.813Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5771ff17-04bf-46fe-a4fa-7cb3c6c260ee
2022-03-22T12:16:11.813Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-22T12:16:11.814Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.820Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34cd2a38, org.onap.sdc.toscaparser.api.parameters.Input@42a50780, org.onap.sdc.toscaparser.api.parameters.Input@4268af49, org.onap.sdc.toscaparser.api.parameters.Input@5b8f57d8, org.onap.sdc.toscaparser.api.parameters.Input@64e2a7b]
2022-03-22T12:16:11.822Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.822Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.822Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.823Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.823Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5771ff17-04bf-46fe-a4fa-7cb3c6c260ee: Generic NeutronNet
2022-03-22T12:16:11.823Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.823Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.823Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.824Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.860Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.861Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.861Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.862Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.862Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:16:11.862Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:16:11.862Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:11.924Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-22T12:16:11.924Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-22T12:16:11.925Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T12:16:11.926Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:16:11.927Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:16:11.931Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:16:11.931Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951371924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:16:12.031Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:16:12.032Z||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-03-22T12:16:12.032Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:16:12.052Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:12.053Z||pool-54-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:16:12.933Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14e58e1f-e533-485f-94d9-45a32e66f655
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:16:12.944Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14e58e1f-e533-485f-94d9-45a32e66f655
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:16:12.947Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:16:12.947Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:16:12.947Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:16:12.947Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:16:12.947Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:16:12.948Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:16:12.948Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:16:12.948Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:16:12.948Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:16:12.948Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:16:12.948Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:12.954Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:16:42.954Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14e58e1f-e533-485f-94d9-45a32e66f655 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-03-22T12:16:42.960Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14e58e1f-e533-485f-94d9-45a32e66f655 and serviceModelVersionId: 5771ff17-04bf-46fe-a4fa-7cb3c6c260ee
2022-03-22T12:16:42.961Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b50909c0-2cda-404b-89da-ba05126ad071
2022-03-22T12:16:42.962Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b50909c0-2cda-404b-89da-ba05126ad071/model-vers/model-ver/5771ff17-04bf-46fe-a4fa-7cb3c6c260ee?depth=0
2022-03-22T12:16:42.970Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:16:43.033Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b50909c0-2cda-404b-89da-ba05126ad071/model-vers/model-ver/5771ff17-04bf-46fe-a4fa-7cb3c6c260ee?depth=0|INFO|500||Invoke
2022-03-22T12:16:43.034Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b50909c0-2cda-404b-89da-ba05126ad071/model-vers/model-ver/5771ff17-04bf-46fe-a4fa-7cb3c6c260ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b50909c0-2cda-404b-89da-ba05126ad071/model-vers/model-ver/5771ff17-04bf-46fe-a4fa-7cb3c6c260ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[14e58e1f-e533-485f-94d9-45a32e66f655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a06cd460-9230-4a30-8164-dc111991d8df], X-ECOMP-RequestID=[14e58e1f-e533-485f-94d9-45a32e66f655], X-TransactionId=[], X-ONAP-RequestID=[14e58e1f-e533-485f-94d9-45a32e66f655], Content-Type=[application/merge-patch+json]}
2022-03-22T12:16:43.056Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b50909c0-2cda-404b-89da-ba05126ad071/model-vers/model-ver/5771ff17-04bf-46fe-a4fa-7cb3c6c260ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:16:44.507Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b50909c0-2cda-404b-89da-ba05126ad071/model-vers/model-ver/5771ff17-04bf-46fe-a4fa-7cb3c6c260ee?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/b50909c0-2cda-404b-89da-ba05126ad071/model-vers/model-ver/5771ff17-04bf-46fe-a4fa-7cb3c6c260ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-12:16:43:836-7929], vertex-id=[176192], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:16:43 GMT], Content-Type=[application/json]}
2022-03-22T12:16:44.507Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b50909c0-2cda-404b-89da-ba05126ad071/model-vers/model-ver/5771ff17-04bf-46fe-a4fa-7cb3c6c260ee?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:16:44.508Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b50909c0-2cda-404b-89da-ba05126ad071/model-vers/model-ver/5771ff17-04bf-46fe-a4fa-7cb3c6c260ee?depth=0|INFO|500||InvokeReturn
2022-03-22T12:16:44.509Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:16:44.509Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:44.516Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||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-03-22T12:16:44.516Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14e58e1f-e533-485f-94d9-45a32e66f655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:16:44.516Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:16:44.517Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:16:44.519Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:16:44.519Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951404516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:16:44.619Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:16:44.620Z||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-03-22T12:16:44.620Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:16:44.640Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:44.640Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 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-03-22T12:17:06.830Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:17:06.831Z|14e58e1f-e533-485f-94d9-45a32e66f655|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-03-22T12:17:06.831Z|14e58e1f-e533-485f-94d9-45a32e66f655|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:17:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:17:06.833Z||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-03-22T12:17:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:17:06.969Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:17:06.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:17:06.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951366830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:17:06.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:17:16.377Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:06.831Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:18:06.832Z|14e58e1f-e533-485f-94d9-45a32e66f655|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-03-22T12:18:06.832Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:18:06.833Z|14e58e1f-e533-485f-94d9-45a32e66f655|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:18:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:18:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951366830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:18:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:18:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:18:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951370147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:18:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:18:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:18:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951371924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:18:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:18:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:18:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14e58e1f-e533-485f-94d9-45a32e66f655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951404516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:18:06.879Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:18:07.477Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:07.478Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:18:07.478Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"72795f60-26d5-420f-b20a-c2de227d1524","serviceName":"Demo_pNF_91pTfhclQqqw7EpN8wh4","serviceVersion":"1.0","serviceUUID":"e97fdb40-1c42-4dc7-b837-31082f6aeef0","serviceDescription":"catalog service description","serviceInvariantUUID":"ae6f3637-4115-4ec8-b59e-3e87b1bbeea8","resources":[{"resourceInstanceName":"pNF 0dedc1bf-4900 0","resourceName":"pNF 0dedc1bf-4900","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c7fea2d2-df2f-400f-8c40-4e4c3ec8e7df","resourceInvariantUUID":"ff8db4a2-4c91-4d2b-a779-425132c20f7b","resourceCustomizationUUID":"d1f14ef8-e313-47ad-b6d8-230edd5c2450","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml","artifactChecksum":"MWViODc5MzkzMGU0OTk3ODcwOGRmNTg3ZDhiODkyYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af9c4dce-125c-41cc-9414-19214bd536c1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar","artifactChecksum":"MTA4ZTAxYzJjN2MxYjBlYzljNzBmY2NmOGM5NjZiODQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6d6456f-5bc3-4982-ad9f-f23ed141809c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fe856479-2ebb-48f2-98b5-07bcee5fc0de","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml","artifactChecksum":"ZDQ5ZTMwOWIzODM5MWJmZmFlOTIyN2JhYmJlYzNkMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9243e231-56a1-4a8a-bae8-0fa62dc8a7e8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"617f2c68-589d-4f74-84d8-3b46a7518b29","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8d879ac-5c96-4b4f-9c76-a1b6a023bb81","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml","artifactChecksum":"Y2UyYjIyYzg1MDk1MGVjM2M3ZjQwYTVjZTU1MzI5NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93c0a5b2-10c1-4cb2-8124-22b2b509390d","artifactVersion":"1"},{"artifactName":"service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar","artifactChecksum":"NWY5ODVlMmQ4YWU1MDBlZTRkMDBjNTZhMGU1MGM5MWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d10486d2-762c-4a62-85bf-7cd27658f710","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:18:07.480Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:18:07.481Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:07.484Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:07.485Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:18:07.584Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:18:07.585Z||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-03-22T12:18:07.585Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:07.605Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:07.606Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:18:08.486Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:18:08.487Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:08.489Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:08.489Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:18:08.590Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:18:08.591Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:18:08.591Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:08.604Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:08.604Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:18:09.490Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:18:09.491Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:09.497Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:09.498Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:18:09.598Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:18:09.599Z||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-03-22T12:18:09.599Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:09.623Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:09.624Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:18:10.498Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:18:10.499Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:10.502Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:10.502Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:18:10.602Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:18:10.603Z||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-03-22T12:18:10.603Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:10.614Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:10.615Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:18:11.502Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:18:11.504Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:11.505Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:11.505Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:18:11.606Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:18:11.607Z||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-03-22T12:18:11.607Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:11.615Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:11.616Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:18:12.506Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:18:12.507Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:12.515Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:12.516Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:18:12.610Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-22T12:18:12.610Z||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-03-22T12:18:12.611Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:12.642Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:12.643Z||pool-61-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:18:13.516Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:18:13.517Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:13.520Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:13.520Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:18:13.620Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:18:13.621Z||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-03-22T12:18:13.621Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:13.634Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:13.636Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:18:14.520Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:18:14.521Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:14.523Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:14.523Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:18:14.623Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:18:14.624Z||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-03-22T12:18:14.624Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:14.638Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:14.639Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:18:15.524Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "serviceName": "Demo_pNF_91pTfhclQqqw7EpN8wh4",
  "serviceVersion": "1.0",
  "serviceUUID": "e97fdb40-1c42-4dc7-b837-31082f6aeef0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ae6f3637-4115-4ec8-b59e-3e87b1bbeea8",
  "resources": [
    {
      "resourceInstanceName": "pNF 0dedc1bf-4900 0",
      "resourceCustomizationUUID": "d1f14ef8-e313-47ad-b6d8-230edd5c2450",
      "resourceName": "pNF 0dedc1bf-4900",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c7fea2d2-df2f-400f-8c40-4e4c3ec8e7df",
      "resourceInvariantUUID": "ff8db4a2-4c91-4d2b-a779-425132c20f7b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
      "artifactChecksum": "NWY5ODVlMmQ4YWU1MDBlZTRkMDBjNTZhMGU1MGM5MWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d10486d2-762c-4a62-85bf-7cd27658f710"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:18:15.525Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:18:15.525Z|14e58e1f-e533-485f-94d9-45a32e66f655|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e97fdb40-1c42-4dc7-b837-31082f6aeef0 ASDC
2022-03-22T12:18:15.526Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:72795f60-26d5-420f-b20a-c2de227d1524
ServiceName:Demo_pNF_91pTfhclQqqw7EpN8wh4
ServiceVersion:1.0
ServiceUUID:e97fdb40-1c42-4dc7-b837-31082f6aeef0
ServiceInvariantUUID:ae6f3637-4115-4ec8-b59e-3e87b1bbeea8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
ArtifactUUID:d10486d2-762c-4a62-85bf-7cd27658f710
ArtifactChecksum:NWY5ODVlMmQ4YWU1MDBlZTRkMDBjNTZhMGU1MGM5MWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0dedc1bf-4900 0
ResourceCustomizationUUID:d1f14ef8-e313-47ad-b6d8-230edd5c2450
ResourceInvariantUUID:ff8db4a2-4c91-4d2b-a779-425132c20f7b
ResourceName:pNF 0dedc1bf-4900
ResourceType:PNF
ResourceUUID:c7fea2d2-df2f-400f-8c40-4e4c3ec8e7df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T12:18:15.526Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e97fdb40-1c42-4dc7-b837-31082f6aeef0 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-03-22T12:18:15.562Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:18:15.563Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:18:15.563Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:18:15.563Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d10486d2-762c-4a62-85bf-7cd27658f710 from URL: /sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:15.564Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:18:15.564Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:15.956Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:18:15.960Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar d10486d2-762c-4a62-85bf-7cd27658f710 82610
2022-03-22T12:18:15.960Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar ASDC sendASDCNotification
2022-03-22T12:18:15.960Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:15.960Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:18:15.961Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:15.963Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:15.963Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951495960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:18:16.077Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-03-22T12:18:16.078Z||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-03-22T12:18:16.078Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:16.091Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:16.092Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:18:16.963Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:18:16.964Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:18:16.964Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d10486d2-762c-4a62-85bf-7cd27658f710, URL: /sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar to file: /app/ASDC/1/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:16.965Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:16.965Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:16.965Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.103Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7513059304336294517/Definitions/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml
2022-03-22T12:18:17.833Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:18:17.833Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:18:17.834Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.834Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T12:18:17.834Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||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-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.834Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.835Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||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-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.835Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||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-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.835Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||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-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.835Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0dedc1bf-4900 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-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.835Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||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-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.836Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:18:17.836Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:18:17.836Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_91pTfhclQqqw7EpN8wh4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:18:17.837Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Node template pNF 0dedc1bf-4900 0 is matching search criteria
2022-03-22T12:18:17.837Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:18:17.837Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0dedc1bf-4900 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:18:17.838Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:18:17.838Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_91pTfhclQqqw7EpN8wh4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:18:17.838Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Node template pNF 0dedc1bf-4900 0 is matching search criteria
2022-03-22T12:18:17.838Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:18:17.839Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0dedc1bf-4900 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:18:17.839Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:18:17.839Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_91pTfhclQqqw7EpN8wh4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:18:17.839Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:18:17.840Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_91pTfhclQqqw7EpN8wh4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:18:17.840Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:18:17.840Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_91pTfhclQqqw7EpN8wh4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:18:17.840Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:18:17.841Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_91pTfhclQqqw7EpN8wh4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:18:17.841Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:18:17.841Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_91pTfhclQqqw7EpN8wh4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:18:17.842Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_91pTfhclQqqw7EpN8wh4
Description:catalog service description
Model UUID:e97fdb40-1c42-4dc7-b837-31082f6aeef0
Model Version:NULL
Model InvariantUuid:ae6f3637-4115-4ec8-b59e-3e87b1bbeea8
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-03-22T12:18:17.852Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: c7fea2d2-df2f-400f-8c40-4e4c3ec8e7df
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-03-22T12:18:17.857Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||pNF 0dedc1bf-4900 0
2022-03-22T12:18:17.858Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c7fea2d2-df2f-400f-8c40-4e4c3ec8e7df
2022-03-22T12:18:17.858Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e97fdb40-1c42-4dc7-b837-31082f6aeef0
2022-03-22T12:18:17.858Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e97fdb40-1c42-4dc7-b837-31082f6aeef0
2022-03-22T12:18:17.858Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0dedc1bf-4900 0 c7fea2d2-df2f-400f-8c40-4e4c3ec8e7df 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-03-22T12:18:17.864Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68137bc2, org.onap.sdc.toscaparser.api.parameters.Input@7942f411, org.onap.sdc.toscaparser.api.parameters.Input@492e705c, org.onap.sdc.toscaparser.api.parameters.Input@6d14162d, org.onap.sdc.toscaparser.api.parameters.Input@1eaaad26]
2022-03-22T12:18:17.865Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:18:17.865Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_91pTfhclQqqw7EpN8wh4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:18:17.866Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e97fdb40-1c42-4dc7-b837-31082f6aeef0: pNF 0dedc1bf-4900
2022-03-22T12:18:17.866Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||Processing PNF resource: c7fea2d2-df2f-400f-8c40-4e4c3ec8e7df
2022-03-22T12:18:17.866Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:18:17.866Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_91pTfhclQqqw7EpN8wh4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:18:17.867Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||Resource customization UUID: d1f14ef8-e313-47ad-b6d8-230edd5c2450 is the same as notified resource customizationUUID: d1f14ef8-e313-47ad-b6d8-230edd5c2450
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-03-22T12:18:17.936Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0dedc1bf-4900 c7fea2d2-df2f-400f-8c40-4e4c3ec8e7df 0 ASDC deployResourceStructure
2022-03-22T12:18:17.936Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar ASDC sendASDCNotification
2022-03-22T12:18:17.937Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar
2022-03-22T12:18:17.937Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:18:17.937Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:18:17.940Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:18:17.940Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951497936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:18:18.040Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:18:18.041Z||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-03-22T12:18:18.041Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:18:18.052Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:18.053Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:18:18.941Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:18:18.963Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:18:18.966Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:18:18.966Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:18:18.966Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:18:48.967Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:18:48.987Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:18:48.989Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:18:48.990Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:18:48.990Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:19:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:19:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:19:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:19:06.866Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:19:06.867Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.867Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951460934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.868Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.868Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.868Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951468810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.868Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.868Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.869Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951460934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.869Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.869Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.869Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951468810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.869Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.869Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.869Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951460934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951468810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951460934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951468810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951460934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951468810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951474598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951460934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951468810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "dcae-sch",
  "timestamp": 1647951475781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951474598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951460934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951468810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "dcae-sch",
  "timestamp": 1647951475781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951474598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951477350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951460934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951468810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:19:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "dcae-sch",
  "timestamp": 1647951475781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.877Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951474598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951477350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "dcae-sch",
  "timestamp": 1647951475781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.878Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.879Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.879Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951474598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.879Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.879Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.879Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951479189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.879Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.880Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.880Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951477350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.880Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.880Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.880Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "dcae-sch",
  "timestamp": 1647951475781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.880Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.880Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951474598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951480538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:19:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:19:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951480536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:19:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:19:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951479189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951477350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "dcae-sch",
  "timestamp": 1647951475781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951474598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951479189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951481571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:19:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:19:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951477350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951482224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "dcae-sch",
  "timestamp": 1647951475781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951474598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:19:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951479189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "policy-id",
  "timestamp": 1647951482574,
  "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-03-22T12:19:06.894Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72795f60-26d5-420f-b20a-c2de227d1524
2022-03-22T12:19:06.894Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72795f60-26d5-420f-b20a-c2de227d1524 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-03-22T12:19:06.903Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.903Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951477350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:19:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951482224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "dcae-sch",
  "timestamp": 1647951475781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951479189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.905Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.905Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.905Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951477350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.905Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.905Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.906Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951483860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:19:06.906Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:19:06.906Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.906Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951482224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.907Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.907Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.907Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951483589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.908Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.908Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.908Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951479189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.908Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.908Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.908Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951477350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.909Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.909Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.909Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "cds",
  "timestamp": 1647951484869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-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-03-22T12:19:06.914Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72795f60-26d5-420f-b20a-c2de227d1524
2022-03-22T12:19:06.915Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72795f60-26d5-420f-b20a-c2de227d1524 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-03-22T12:19:06.923Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.923Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951482224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.923Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951483589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951479189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951482224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:19:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951483589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:19:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:19:18.990Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:19:19.002Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:19:19.005Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:19:19.005Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:19:19.005Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:19:49.005Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:19:49.031Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:19:49.034Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:19:49.034Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:19:49.034Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:20:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:20:06.835Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:20:06.835Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:20:06.887Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:20:06.888Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:20:06.888Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951479189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:20:06.889Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:20:19.034Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:20:19.049Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:20:19.052Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:20:19.053Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:20:19.053Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:20:49.053Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:20:49.064Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:20:49.066Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:20:49.067Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:20:49.067Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:21:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:21:06.834Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:21:06.834Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:21:06.867Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951487015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951482224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951483589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.886Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951482224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.887Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.887Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.887Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951488257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:21:06.887Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.887Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.887Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.887Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.887Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.888Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951483589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.888Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.888Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.888Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951488529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:21:06.888Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.888Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.888Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951482224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.889Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.889Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.889Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951489276,
  "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-03-22T12:21:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 72795f60-26d5-420f-b20a-c2de227d1524
2022-03-22T12:21:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72795f60-26d5-420f-b20a-c2de227d1524 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-03-22T12:21:06.909Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.909Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.909Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.909Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.909Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951483589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.910Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.910Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.910Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "aai-ml",
  "timestamp": 1647951489534,
  "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-03-22T12:21:06.915Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72795f60-26d5-420f-b20a-c2de227d1524
2022-03-22T12:21:06.915Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72795f60-26d5-420f-b20a-c2de227d1524 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-03-22T12:21:06.923Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.923Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951483589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951483589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/resourceInstances/pnf0dedc1bf49000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.925Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.926Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.926Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.926Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951493365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:06.926Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.926Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.926Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951486831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.926Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.926Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.926Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951495960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:06.927Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.927Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.927Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951495623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:21:06.927Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.928Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.928Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951496629,
  "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-03-22T12:21:06.934Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72795f60-26d5-420f-b20a-c2de227d1524
2022-03-22T12:21:06.934Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72795f60-26d5-420f-b20a-c2de227d1524 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-03-22T12:21:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951497936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:21:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.944Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951501622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:06.944Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.944Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.944Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951503630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf91ptfhclqqqw7epn8wh4/1.0/artifacts/service-DemoPnf91ptfhclqqqw7epn8wh4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:21:06.945Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.945Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.945Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "clamp",
  "timestamp": 1647951504633,
  "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-03-22T12:21:06.950Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72795f60-26d5-420f-b20a-c2de227d1524
2022-03-22T12:21:06.950Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72795f60-26d5-420f-b20a-c2de227d1524 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-03-22T12:21:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951517350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951519191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951520934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "cds",
  "timestamp": 1647951519598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951517350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951520934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951519191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "cds",
  "timestamp": 1647951519598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951517350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951520934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.967Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.967Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.967Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951519191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.967Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.967Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.967Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "cds",
  "timestamp": 1647951519598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.968Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.968Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.968Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951517350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.968Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.968Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.968Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951520934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.969Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.969Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.969Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951519191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.969Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.969Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.969Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "cds",
  "timestamp": 1647951519598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.970Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.970Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.970Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951528811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.970Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.970Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.970Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951517350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.970Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.970Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.970Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951520934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.971Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.971Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.971Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951519191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.971Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.971Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.971Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "cds",
  "timestamp": 1647951519598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951528811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951517350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.973Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.973Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.973Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951520934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.973Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.974Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.974Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951519191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.974Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.974Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.974Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "cds",
  "timestamp": 1647951519598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.975Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.975Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.975Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951528811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.975Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.975Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.975Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951517350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.976Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.976Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.976Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951520934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.976Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.976Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.976Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951519191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.977Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.977Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.977Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "cds",
  "timestamp": 1647951519598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:21:06.977Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.977Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.977Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951528811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.977Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.978Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.978Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951528811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.978Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.978Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.979Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951534376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:06.979Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.979Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.979Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951534626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:06.979Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.979Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.979Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "cds",
  "timestamp": 1647951534388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:06.980Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:06.980Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.980Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951528811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:06.980Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:06.980Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:06.980Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "cds",
  "timestamp": 1647951535432,
  "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-03-22T12:21:06.994Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678
2022-03-22T12:21:06.995Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678 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-03-22T12:21:07.004Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.004Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951528811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:21:07.005Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.005Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.005Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951536121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:07.005Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:07.005Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.006Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.006Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.006Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.006Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951536899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:07.006Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:07.007Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.007Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951536453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.007Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.007Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.007Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.007Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.008Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.008Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951537813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:21:07.008Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:07.008Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.008Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951537350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.009Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.009Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.009Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951537903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:21:07.009Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:07.009Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.009Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951536453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.009Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.009Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.010Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.010Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.010Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.010Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951538841,
  "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-03-22T12:21:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678
2022-03-22T12:21:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678 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-03-22T12:21:07.026Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.026Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951537350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.026Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.026Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.026Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "policy-id",
  "timestamp": 1647951538906,
  "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-03-22T12:21:07.031Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678
2022-03-22T12:21:07.032Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678 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-03-22T12:21:07.038Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951536453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951539853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:21:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:21:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951537350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.041Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951536453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.041Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.041Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.041Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.041Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.041Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.042Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951537350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.042Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.042Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.042Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951540859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.042Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.043Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.043Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951536453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.043Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.043Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.043Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.043Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.044Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.044Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951537350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.044Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.044Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.044Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951540859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-22T12:21:07.044Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.044Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.044Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.045Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.045Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.045Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951536453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.045Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.045Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.045Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.045Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.045Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.046Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951537350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.046Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.046Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.046Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951540859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-22T12:21:07.046Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.046Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.046Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:21:07.047Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.047Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.047Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951536453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.047Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.047Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.047Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.048Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.048Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.048Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951537350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.048Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.048Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.048Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951540859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:21:07.049Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.049Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.049Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.049Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.049Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.049Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951536453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.049Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.050Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.050Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.050Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.050Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.050Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.050Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.050Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.051Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951537350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.051Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.051Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.051Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951540859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:21:07.051Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.051Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.052Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.052Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.052Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.052Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951536453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:21:07.052Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.052Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.052Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.053Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951537350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951540859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:21:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:21:19.067Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:21:19.077Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:21:19.080Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:21:19.080Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:21:19.080Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:21:19.080Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:21:19.080Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:21:19.081Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:21:19.081Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:21:19.081Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:21:19.081Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:21:19.081Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:21:19.082Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:21:19.082Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||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-03-22T12:21:19.087Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:21:49.087Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72795f60-26d5-420f-b20a-c2de227d1524 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-03-22T12:21:49.092Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72795f60-26d5-420f-b20a-c2de227d1524 and serviceModelVersionId: e97fdb40-1c42-4dc7-b837-31082f6aeef0
2022-03-22T12:21:49.092Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae6f3637-4115-4ec8-b59e-3e87b1bbeea8
2022-03-22T12:21:49.094Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae6f3637-4115-4ec8-b59e-3e87b1bbeea8/model-vers/model-ver/e97fdb40-1c42-4dc7-b837-31082f6aeef0?depth=0
2022-03-22T12:21:49.101Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:21:49.168Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae6f3637-4115-4ec8-b59e-3e87b1bbeea8/model-vers/model-ver/e97fdb40-1c42-4dc7-b837-31082f6aeef0?depth=0|INFO|500||Invoke
2022-03-22T12:21:49.168Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae6f3637-4115-4ec8-b59e-3e87b1bbeea8/model-vers/model-ver/e97fdb40-1c42-4dc7-b837-31082f6aeef0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae6f3637-4115-4ec8-b59e-3e87b1bbeea8/model-vers/model-ver/e97fdb40-1c42-4dc7-b837-31082f6aeef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72795f60-26d5-420f-b20a-c2de227d1524], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d1615b4-1dff-4749-bb3b-4b44e9d75eaa], X-ECOMP-RequestID=[72795f60-26d5-420f-b20a-c2de227d1524], X-TransactionId=[], X-ONAP-RequestID=[72795f60-26d5-420f-b20a-c2de227d1524], Content-Type=[application/merge-patch+json]}
2022-03-22T12:21:49.194Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae6f3637-4115-4ec8-b59e-3e87b1bbeea8/model-vers/model-ver/e97fdb40-1c42-4dc7-b837-31082f6aeef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:21:49.934Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae6f3637-4115-4ec8-b59e-3e87b1bbeea8/model-vers/model-ver/e97fdb40-1c42-4dc7-b837-31082f6aeef0?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/ae6f3637-4115-4ec8-b59e-3e87b1bbeea8/model-vers/model-ver/e97fdb40-1c42-4dc7-b837-31082f6aeef0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-12:21:50:008-13199], vertex-id=[188480], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:21:50 GMT], Content-Type=[application/json]}
2022-03-22T12:21:49.935Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae6f3637-4115-4ec8-b59e-3e87b1bbeea8/model-vers/model-ver/e97fdb40-1c42-4dc7-b837-31082f6aeef0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:21:49.935Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae6f3637-4115-4ec8-b59e-3e87b1bbeea8/model-vers/model-ver/e97fdb40-1c42-4dc7-b837-31082f6aeef0?depth=0|INFO|500||InvokeReturn
2022-03-22T12:21:49.939Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:21:49.940Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||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-03-22T12:21:49.945Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||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-03-22T12:21:49.945Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72795f60-26d5-420f-b20a-c2de227d1524 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:21:49.946Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:21:49.947Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:21:49.950Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:21:49.950Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951709946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:21:50.050Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:21:50.051Z||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-03-22T12:21:50.051Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:21:50.067Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:50.068Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 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-03-22T12:21:50.964Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:21:50.965Z|72795f60-26d5-420f-b20a-c2de227d1524|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-03-22T12:21:50.965Z|72795f60-26d5-420f-b20a-c2de227d1524|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:21:55.380Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:55.382Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:21:55.382Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9297ad17-3b01-49d6-b1d0-b8bc871142ec","serviceDescription":"service","serviceInvariantUUID":"61428f83-239b-4fb2-9a9c-2ad1e9281c73","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"322a1f9e-7397-420c-8f9f-738407d4b1ca","resourceInvariantUUID":"1d6d1508-29d8-48bd-8b92-a9ba05e272e0","resourceCustomizationUUID":"a9261226-11a8-403e-b513-74425f58ed04","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":"ZmQ3NDFlMGQyZmQ3YTE2ZmNmMjljZWVlMzUwOGEyZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b3a7111-7e2f-49fd-b866-ce0e42ca1f18","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":"YjcxNzM1ZTk0MTY4YWIwYjQ2ZWEyMGY5ZmIxNzU0Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24011b55-bc01-4400-86b4-a4cf38003e60","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":"310d474d-7d70-4d78-8e9a-fd4248d6350b","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":"5da962c3-4083-428f-bf4e-83ddb84ed260","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":"7903107c-e326-4165-879f-33c7e6308104","artifactVersion":"2","generatedFromUUID":"310d474d-7d70-4d78-8e9a-fd4248d6350b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGI3Yjg5MzQwZmJiNWEyYmY2MWY1YjZjMGE3ZjAxMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f833304d-6037-45a3-b74f-a1a8b7d5940b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDE3YmM0ZTM1NmNiODFiYTY3Yjg2ZTI4ZjJhZWExYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d7d9044-bd2e-4072-b764-60b80bf93bce","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:21:55.384Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:21:55.385Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:21:55.386Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:21:55.387Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:55.487Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:21:55.488Z||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-03-22T12:21:55.488Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:21:55.497Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:55.497Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:21:56.387Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:21:56.388Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:21:56.392Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:21:56.392Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:21:56.491Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:21:56.492Z||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-03-22T12:21:56.493Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:21:56.534Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:56.535Z||pool-68-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:21:57.392Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:21:57.393Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:21:57.395Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:21:57.395Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:21:57.496Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:21:57.497Z||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-03-22T12:21:57.497Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:21:57.541Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:57.542Z||pool-69-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:21:58.396Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:21:58.397Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:21:58.399Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:21:58.399Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:21:58.499Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:21:58.500Z||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-03-22T12:21:58.500Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:21:58.519Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:58.520Z||pool-70-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:21:59.400Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:21:59.401Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:21:59.403Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:21:59.403Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T12:21:59.503Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:21:59.504Z||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-03-22T12:21:59.504Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:21:59.522Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:59.522Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:00.406Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:00.407Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:00.409Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:00.409Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:00.509Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:22:00.511Z||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-03-22T12:22:00.511Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:00.529Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:00.529Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:22:01.410Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:01.411Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:01.414Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:01.414Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:01.514Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:01.515Z||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-03-22T12:22:01.515Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:01.529Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:01.529Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:02.416Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9297ad17-3b01-49d6-b1d0-b8bc871142ec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "61428f83-239b-4fb2-9a9c-2ad1e9281c73",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a9261226-11a8-403e-b513-74425f58ed04",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "322a1f9e-7397-420c-8f9f-738407d4b1ca",
      "resourceInvariantUUID": "1d6d1508-29d8-48bd-8b92-a9ba05e272e0",
      "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": "YjcxNzM1ZTk0MTY4YWIwYjQ2ZWEyMGY5ZmIxNzU0Y2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "24011b55-bc01-4400-86b4-a4cf38003e60",
          "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": "310d474d-7d70-4d78-8e9a-fd4248d6350b",
          "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": "7903107c-e326-4165-879f-33c7e6308104",
            "generatedFromUUID": "310d474d-7d70-4d78-8e9a-fd4248d6350b"
          },
          "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": "7903107c-e326-4165-879f-33c7e6308104",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDE3YmM0ZTM1NmNiODFiYTY3Yjg2ZTI4ZjJhZWExYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2d7d9044-bd2e-4072-b764-60b80bf93bce"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:22:02.416Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:22:02.416Z|72795f60-26d5-420f-b20a-c2de227d1524|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9297ad17-3b01-49d6-b1d0-b8bc871142ec ASDC
2022-03-22T12:22:02.417Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9297ad17-3b01-49d6-b1d0-b8bc871142ec
ServiceInvariantUUID:61428f83-239b-4fb2-9a9c-2ad1e9281c73
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:2d7d9044-bd2e-4072-b764-60b80bf93bce
ArtifactChecksum:NDE3YmM0ZTM1NmNiODFiYTY3Yjg2ZTI4ZjJhZWExYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a9261226-11a8-403e-b513-74425f58ed04
ResourceInvariantUUID:1d6d1508-29d8-48bd-8b92-a9ba05e272e0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:322a1f9e-7397-420c-8f9f-738407d4b1ca
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:24011b55-bc01-4400-86b4-a4cf38003e60
ArtifactChecksum:YjcxNzM1ZTk0MTY4YWIwYjQ2ZWEyMGY5ZmIxNzU0Y2Q=
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:310d474d-7d70-4d78-8e9a-fd4248d6350b
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:7903107c-e326-4165-879f-33c7e6308104
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:7903107c-e326-4165-879f-33c7e6308104
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:22:02.417Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9297ad17-3b01-49d6-b1d0-b8bc871142ec 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-03-22T12:22:02.459Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:22:02.459Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:22:02.459Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:22:02.460Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2d7d9044-bd2e-4072-b764-60b80bf93bce from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T12:22:02.460Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:22:02.460Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T12:22:04.039Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:22:04.044Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2d7d9044-bd2e-4072-b764-60b80bf93bce 71044
2022-03-22T12:22:04.044Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-22T12:22:04.044Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T12:22:04.045Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:22:04.045Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:04.047Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:04.047Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951724044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:04.150Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-22T12:22:04.151Z||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-03-22T12:22:04.151Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:04.168Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:04.168Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:05.049Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:22:05.050Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:22:05.050Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2d7d9044-bd2e-4072-b764-60b80bf93bce, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T12:22:05.050Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-22T12:22:05.051Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T12:22:05.051Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T12:22:05.297Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6621280928350362989/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-03-22T12:22:06.443Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:22:06.443Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:22:06.444Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T12:22:06.444Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T12:22:06.444Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.444Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.444Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.444Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.444Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.444Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.446Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.446Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.446Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.446Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:22:06.447Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.447Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:06.447Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T12:22:06.447Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:22:06.447Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:22:06.447Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.448Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:06.448Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T12:22:06.448Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:22:06.448Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:22:06.448Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.448Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:06.449Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.449Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-22T12:22:06.449Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-22T12:22:06.449Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-22T12:22:06.449Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-22T12:22:06.449Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T12:22:06.450Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:22:06.450Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.450Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:22:06.450Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.450Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T12:22:06.450Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:22:06.451Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.451Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T12:22:06.451Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:22:06.451Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.451Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T12:22:06.451Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:22:06.452Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.452Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-22T12:22:06.452Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T12:22:06.452Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T12:22:06.452Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c937cbf9-b4f6-4c1a-8096-c775defc2263
2022-03-22T12:22:06.452Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.452Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:06.452Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.452Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:06.453Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.453Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:06.453Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:06.453Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:06.453Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9297ad17-3b01-49d6-b1d0-b8bc871142ec
Model Version:NULL
Model InvariantUuid:61428f83-239b-4fb2-9a9c-2ad1e9281c73
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:52c2ef0b-a94c-45e4-9a88-2ca859bb4382
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1d6d1508-29d8-48bd-8b92-a9ba05e272e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a9261226-11a8-403e-b513-74425f58ed04
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2e499121-671d-427b-9cb5-2b01369a32aa
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e43159b5-a077-47aa-910c-250bf26bac33
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c937cbf9-b4f6-4c1a-8096-c775defc2263
ModelInvariantUuid:f335ca76-0db2-49d0-acbf-60f3adc37cf0
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:34fd88e1-81be-4833-b55d-3a89a992a0dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:475297e8-52fe-4b03-8651-4333c037a01b
ModelInvariantUuid:2542943c-9982-410a-8008-0827a9cb61c5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0c5dcc68-6076-4aa4-b2c5-7e39a933e40e
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-03-22T12:22:06.459Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 322a1f9e-7397-420c-8f9f-738407d4b1ca
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-03-22T12:22:06.463Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-03-22T12:22:06.463Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 322a1f9e-7397-420c-8f9f-738407d4b1ca
2022-03-22T12:22:06.463Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24011b55-bc01-4400-86b4-a4cf38003e60 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-22T12:22:06.463Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:22:06.463Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:22:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:22:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:06.854Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.881Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951540859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-22T12:22:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.883Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951547633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951540859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:06.884Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.885Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "cds",
  "timestamp": 1647951548638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:22:06.923Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca4182e2-708e-4840-bef9-b7d44a9564e3
2022-03-22T12:22:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca4182e2-708e-4840-bef9-b7d44a9564e3 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-03-22T12:22:06.935Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951540859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.936Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951550159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.937Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951550663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:06.938Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.938Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.938Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.938Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.938Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.938Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "aai-ml",
  "timestamp": 1647951551163,
  "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-03-22T12:22:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678
2022-03-22T12:22:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678 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-03-22T12:22:06.951Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.951Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.951Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.951Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.951Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "dcae-sch",
  "timestamp": 1647951535787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.951Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.951Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.951Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951551640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951552213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.952Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.953Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951554638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951554001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951554720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.954Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951555499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.955Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.956Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.956Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.956Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951555725,
  "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-03-22T12:22:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678
2022-03-22T12:22:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678 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-03-22T12:22:06.971Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.971Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951556649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:22:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.972Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951556560,
  "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-03-22T12:22:06.977Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca4182e2-708e-4840-bef9-b7d44a9564e3
2022-03-22T12:22:06.978Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca4182e2-708e-4840-bef9-b7d44a9564e3 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-03-22T12:22:06.988Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.988Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.989Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.989Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.989Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.989Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.989Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.989Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:06.990Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:06.990Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:06.990Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "clamp",
  "timestamp": 1647951557654,
  "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-03-22T12:22:07.004Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678
2022-03-22T12:22:07.005Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678 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-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951557565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.014Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.015Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.015Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.015Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.015Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.015Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.015Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.015Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.016Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.016Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.016Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.016Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.016Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.016Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.016Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.016Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.017Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951559189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951558968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.018Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951559376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.019Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951559189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951559976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.020Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.021Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.021Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.021Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "cds",
  "timestamp": 1647951560382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-03-22T12:22:07.032Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdd46cd9-fab8-47fa-b81d-db50a0998358
2022-03-22T12:22:07.032Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd46cd9-fab8-47fa-b81d-db50a0998358 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-03-22T12:22:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.039Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.040Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951559189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.041Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.041Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.041Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "policy-id",
  "timestamp": 1647951560980,
  "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-03-22T12:22:07.045Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca4182e2-708e-4840-bef9-b7d44a9564e3
2022-03-22T12:22:07.046Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca4182e2-708e-4840-bef9-b7d44a9564e3 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-03-22T12:22:07.053Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.053Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.054Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951559189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951562281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.055Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.056Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951559189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.057Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951559189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.058Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951559189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.059Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951559189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.060Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951566082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951566810,
  "artifactURL": "/sdc/v1/catalog/services/0f10f8ff-c700-4402-8e84-18c4a444a94e/resourceInstances/basicclamp0/artifacts/6cb60059-4168-4a67-8bbf-ab8ae2f88a06",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.061Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951568250,
  "artifactURL": "/sdc/v1/catalog/services/0f10f8ff-c700-4402-8e84-18c4a444a94e/resourceInstances/basicclamp0/artifacts/6cb60059-4168-4a67-8bbf-ab8ae2f88a06",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951568296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.062Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951549664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951568869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.063Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "dcae-sch",
  "timestamp": 1647951569258,
  "artifactURL": "/sdc/v1/catalog/services/0f10f8ff-c700-4402-8e84-18c4a444a94e/resourceInstances/basicclamp0/artifacts/6cb60059-4168-4a67-8bbf-ab8ae2f88a06",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:22:07.068Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of cdd46cd9-fab8-47fa-b81d-db50a0998358
2022-03-22T12:22:07.069Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd46cd9-fab8-47fa-b81d-db50a0998358 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:22:07.078Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.078Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.078Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.078Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.078Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.079Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.079Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.079Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951569875,
  "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-03-22T12:22:07.083Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca4182e2-708e-4840-bef9-b7d44a9564e3
2022-03-22T12:22:07.084Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca4182e2-708e-4840-bef9-b7d44a9564e3 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-03-22T12:22:07.091Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.092Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951570259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.092Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.092Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.092Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.092Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.092Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.092Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.093Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.093Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.093Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.093Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.093Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.093Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.093Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.093Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.094Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951571173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.094Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.094Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.094Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951571243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.094Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.094Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.094Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951571792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.094Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.095Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.095Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.095Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.095Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.095Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.095Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.095Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.096Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.096Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.096Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.096Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951572252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.096Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.096Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.096Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951572811,
  "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-03-22T12:22:07.105Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdd46cd9-fab8-47fa-b81d-db50a0998358
2022-03-22T12:22:07.105Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd46cd9-fab8-47fa-b81d-db50a0998358 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-03-22T12:22:07.113Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:22:07.113Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 24011b55-bc01-4400-86b4-a4cf38003e60 787
2022-03-22T12:22:07.114Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:07.114Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:07.114Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:22:07.114Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.114Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951557350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.114Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:07.115Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.115Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.115Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.115Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.115Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.115Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.115Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.115Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.115Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "policy-id",
  "timestamp": 1647951573257,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-03-22T12:22:07.120Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:07.120Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951727114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:22:07.125Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdd46cd9-fab8-47fa-b81d-db50a0998358
2022-03-22T12:22:07.126Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd46cd9-fab8-47fa-b81d-db50a0998358 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-03-22T12:22:07.132Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.132Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951573815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.133Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.133Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.133Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "cds",
  "timestamp": 1647951573863,
  "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-03-22T12:22:07.144Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94458781-5e03-4b43-ad43-6d82fb3427f4
2022-03-22T12:22:07.144Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94458781-5e03-4b43-ad43-6d82fb3427f4 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-03-22T12:22:07.152Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.152Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.153Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.153Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.153Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.153Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.153Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.153Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.153Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.153Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.153Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.154Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.154Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.154Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.154Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.154Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.154Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.154Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.154Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.154Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.155Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.155Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.155Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.155Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.155Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.155Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.155Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.155Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "dcae-sch",
  "timestamp": 1647951555781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.156Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951578641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951577757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951543589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.157Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.158Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.158Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "aai-ml",
  "timestamp": 1647951578761,
  "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-03-22T12:22:07.163Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ca4182e2-708e-4840-bef9-b7d44a9564e3
2022-03-22T12:22:07.164Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca4182e2-708e-4840-bef9-b7d44a9564e3 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-03-22T12:22:07.170Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.170Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.171Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.171Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.171Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951579189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.171Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.171Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.171Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951579485,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.171Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.172Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.172Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951580648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.172Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.172Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.172Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.172Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.172Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.172Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.173Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.173Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.173Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951579189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.173Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.173Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.173Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "clamp",
  "timestamp": 1647951581651,
  "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-03-22T12:22:07.183Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca4182e2-708e-4840-bef9-b7d44a9564e3
2022-03-22T12:22:07.183Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca4182e2-708e-4840-bef9-b7d44a9564e3 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-03-22T12:22:07.193Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.193Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.193Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.193Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.194Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951548810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.194Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.194Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.194Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951579189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.195Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.195Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.195Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.196Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.196Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.196Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.196Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.196Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.197Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "dcae-sch",
  "timestamp": 1647951578324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.197Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.197Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.197Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951574866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.198Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.198Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.198Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951579189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.199Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.199Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.199Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951577350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.199Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.199Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.200Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951582698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.200Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.200Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.200Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951582687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.201Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.201Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.201Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.201Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.202Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.202Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.202Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.202Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.203Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951574866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.203Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.203Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.203Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "dcae-sch",
  "timestamp": 1647951578324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.204Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.204Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.204Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951579189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.204Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.205Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.205Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951577350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.205Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.205Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.206Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951583709,
  "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-03-22T12:22:07.211Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdd46cd9-fab8-47fa-b81d-db50a0998358
2022-03-22T12:22:07.212Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd46cd9-fab8-47fa-b81d-db50a0998358 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=?
2022-03-22T12:22:07.217Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:22:07.217Z||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-03-22T12:22:07.217Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:07.222Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.222Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951583711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.223Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.223Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.223Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.223Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.223Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.224Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.224Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.224Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.224Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "dcae-sch",
  "timestamp": 1647951578324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.224Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.224Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.224Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951574866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.225Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.225Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.225Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951579189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.225Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.225Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.225Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951577350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.226Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.226Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.226Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "policy-id",
  "timestamp": 1647951584717,
  "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-03-22T12:22:07.232Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94458781-5e03-4b43-ad43-6d82fb3427f4
2022-03-22T12:22:07.232Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94458781-5e03-4b43-ad43-6d82fb3427f4 and ComponentName POLICY
2022-03-22T12:22:07.233Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:07.233Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:22:07.240Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.240Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.240Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.240Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.240Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.240Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951584723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "dcae-sch",
  "timestamp": 1647951578324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951574866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951579189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951577350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951584723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951585721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "dcae-sch",
  "timestamp": 1647951578324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951574866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951579189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.244Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.245Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951577350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.245Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.245Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.245Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.245Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.245Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.245Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.245Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.245Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951584723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951585721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "dcae-sch",
  "timestamp": 1647951578324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951574866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951577350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951588045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951584723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951588197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951585721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.248Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.249Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.249Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "dcae-sch",
  "timestamp": 1647951578324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.249Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.249Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.249Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951574866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.249Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.249Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.249Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951577350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.249Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951584723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951589444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.250Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.251Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951585721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.251Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.251Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.251Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "dcae-sch",
  "timestamp": 1647951578324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.251Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.251Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.251Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951574866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.251Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951577350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951584723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951585721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.252Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951574866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "dcae-sch",
  "timestamp": 1647951578324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951590803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.253Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951577350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.254Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.254Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.254Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951584723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.254Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.254Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.254Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951585721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.254Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.254Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.254Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951591830,
  "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-03-22T12:22:07.266Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94458781-5e03-4b43-ad43-6d82fb3427f4
2022-03-22T12:22:07.266Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94458781-5e03-4b43-ad43-6d82fb3427f4 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-03-22T12:22:07.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951584723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951585721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951592831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951592834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951592714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951593186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951585721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.283Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951593875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.283Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.283Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.283Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "cds",
  "timestamp": 1647951594063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:22:07.303Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10ed2016-6f05-4133-8e11-9864bc63ce6a
2022-03-22T12:22:07.304Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ed2016-6f05-4133-8e11-9864bc63ce6a 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-03-22T12:22:07.326Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.326Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951585721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:07.326Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.326Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.326Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647951594881,
  "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-03-22T12:22:07.332Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 10ed2016-6f05-4133-8e11-9864bc63ce6a
2022-03-22T12:22:07.332Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ed2016-6f05-4133-8e11-9864bc63ce6a 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-03-22T12:22:07.340Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.340Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951595711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.341Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.341Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.341Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951596178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.341Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.341Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.341Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951596715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.341Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.341Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.342Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951597210,
  "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-03-22T12:22:07.347Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94458781-5e03-4b43-ad43-6d82fb3427f4
2022-03-22T12:22:07.347Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94458781-5e03-4b43-ad43-6d82fb3427f4 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-03-22T12:22:07.358Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.358Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "policy-id",
  "timestamp": 1647951597718,
  "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-03-22T12:22:07.363Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10ed2016-6f05-4133-8e11-9864bc63ce6a
2022-03-22T12:22:07.363Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ed2016-6f05-4133-8e11-9864bc63ce6a 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-03-22T12:22:07.372Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.373Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951599189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.373Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.373Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.374Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951599189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.374Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.374Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.374Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951599189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.375Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.375Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.375Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951599189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.376Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.376Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.376Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951603645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.376Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.376Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.377Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951602753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:07.377Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.377Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.378Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951599189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.378Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.378Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.378Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "aai-ml",
  "timestamp": 1647951603757,
  "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-03-22T12:22:07.383Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdd46cd9-fab8-47fa-b81d-db50a0998358
2022-03-22T12:22:07.384Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd46cd9-fab8-47fa-b81d-db50a0998358 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-03-22T12:22:07.393Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.393Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951604651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:07.393Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:22:07.393Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.394Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951603589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.394Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.394Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.394Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951599189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.394Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.395Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.395Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.395Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.395Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.395Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951603589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.396Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.396Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.396Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951599189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.396Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.396Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.397Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.397Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:07.397Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:22:07.397Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951603589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:07.397Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:22:08.120Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2e499121-671d-427b-9cb5-2b01369a32aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e43159b5-a077-47aa-910c-250bf26bac33",
    "vfModuleModelCustomizationUUID": "ca769a41-38de-4831-888b-98e71b2dbe20",
    "isBase": true,
    "artifacts": [
      "310d474d-7d70-4d78-8e9a-fd4248d6350b",
      "7903107c-e326-4165-879f-33c7e6308104"
    ],
    "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-03-22T12:22:08.124Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e43159b5-a077-47aa-910c-250bf26bac33
VfModuleModelInvariantUUID:2e499121-671d-427b-9cb5-2b01369a32aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
310d474d-7d70-4d78-8e9a-fd4248d6350b
,
7903107c-e326-4165-879f-33c7e6308104

}
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-03-22T12:22:08.126Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2e499121-671d-427b-9cb5-2b01369a32aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e43159b5-a077-47aa-910c-250bf26bac33",
    "vfModuleModelCustomizationUUID": "ca769a41-38de-4831-888b-98e71b2dbe20",
    "isBase": true,
    "artifacts": [
      "310d474d-7d70-4d78-8e9a-fd4248d6350b",
      "7903107c-e326-4165-879f-33c7e6308104"
    ],
    "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-03-22T12:22:08.127Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e43159b5-a077-47aa-910c-250bf26bac33
VfModuleModelInvariantUUID:2e499121-671d-427b-9cb5-2b01369a32aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
310d474d-7d70-4d78-8e9a-fd4248d6350b
,
7903107c-e326-4165-879f-33c7e6308104

}
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-03-22T12:22:08.127Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 310d474d-7d70-4d78-8e9a-fd4248d6350b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-22T12:22:08.127Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:22:08.127Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:08.601Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:22:08.602Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 310d474d-7d70-4d78-8e9a-fd4248d6350b 5033
2022-03-22T12:22:08.603Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:08.603Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:08.603Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:22:08.603Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:08.606Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:08.606Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951728602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:08.706Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:08.707Z||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-03-22T12:22:08.708Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:08.719Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:08.720Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:22:09.607Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7903107c-e326-4165-879f-33c7e6308104 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-22T12:22:09.608Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:22:09.609Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:10.006Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:22:10.007Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7903107c-e326-4165-879f-33c7e6308104 903
2022-03-22T12:22:10.008Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:10.008Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:10.008Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:22:10.008Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:10.012Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:10.012Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951730008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:22:10.112Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:22:10.115Z||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-03-22T12:22:10.117Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:10.132Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:10.133Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:11.013Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9297ad17-3b01-49d6-b1d0-b8bc871142ec
2022-03-22T12:22:11.013Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 322a1f9e-7397-420c-8f9f-738407d4b1ca 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-03-22T12:22:11.025Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@536722ad, org.onap.sdc.toscaparser.api.parameters.Input@1ad836c2, org.onap.sdc.toscaparser.api.parameters.Input@2b059466, org.onap.sdc.toscaparser.api.parameters.Input@6699be8a, org.onap.sdc.toscaparser.api.parameters.Input@c019abe]
2022-03-22T12:22:11.026Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.027Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:11.027Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-22T12:22:11.027Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a9261226-11a8-403e-b513-74425f58ed04
2022-03-22T12:22:11.027Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a9261226-11a8-403e-b513-74425f58ed04 matches Tosca VF Customization UUID: a9261226-11a8-403e-b513-74425f58ed04
2022-03-22T12:22:11.027Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a9261226-11a8-403e-b513-74425f58ed04  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-03-22T12:22:11.029Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.030Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:11.030Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a9261226-11a8-403e-b513-74425f58ed04: {\"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-03-22T12:22:11.030Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bd34298
2022-03-22T12:22:11.030Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.030Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:22:11.031Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca769a41-38de-4831-888b-98e71b2dbe20
2022-03-22T12:22:11.031Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca769a41-38de-4831-888b-98e71b2dbe20
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-03-22T12:22:11.033Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.033Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T12:22:11.033Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:22:11.033Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.034Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T12:22:11.034Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:22:11.034Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.034Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-22T12:22:11.034Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T12:22:11.034Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T12:22:11.034Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c937cbf9-b4f6-4c1a-8096-c775defc2263
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-03-22T12:22:11.036Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.037Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T12:22:11.037Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:22:11.037Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.037Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T12:22:11.038Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a9261226-11a8-403e-b513-74425f58ed04
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-03-22T12:22:11.040Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.040Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:11.040Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9297ad17-3b01-49d6-b1d0-b8bc871142ec: basic_vm
2022-03-22T12:22:11.041Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.041Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:11.041Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.041Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:11.042Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.042Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:11.042Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.043Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:11.043Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:22:11.043Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:22:11.044Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:11.129Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 322a1f9e-7397-420c-8f9f-738407d4b1ca 1 ASDC deployResourceStructure
2022-03-22T12:22:11.129Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:11.129Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:11.129Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:22:11.130Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:11.133Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:11.133Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951731129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:11.233Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:11.234Z||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-03-22T12:22:11.234Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:11.242Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:11.243Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:12.134Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:12.134Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:12.134Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:22:12.134Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:12.136Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:12.136Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951732134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:12.236Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:12.237Z||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-03-22T12:22:12.238Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:12.248Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:12.249Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:13.139Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:13.139Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:13.140Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:22:13.140Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:13.145Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:13.145Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951733139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:13.245Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:13.246Z||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-03-22T12:22:13.246Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:13.257Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:13.258Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:14.147Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-22T12:22:14.147Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T12:22:14.147Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:22:14.147Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:14.149Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:14.149Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951734147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:22:14.249Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:14.250Z||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-03-22T12:22:14.250Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:14.260Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:14.260Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:15.150Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:22:15.159Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:22:15.161Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:22:15.161Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:22:15.162Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:22:15.162Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:22:15.162Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:22:15.162Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:22:15.162Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:22:15.162Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:22:15.162Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:22:15.162Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:22:15.163Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:15.169Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:22:45.169Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678 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-03-22T12:22:45.177Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678 and serviceModelVersionId: 9297ad17-3b01-49d6-b1d0-b8bc871142ec
2022-03-22T12:22:45.178Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61428f83-239b-4fb2-9a9c-2ad1e9281c73
2022-03-22T12:22:45.179Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61428f83-239b-4fb2-9a9c-2ad1e9281c73/model-vers/model-ver/9297ad17-3b01-49d6-b1d0-b8bc871142ec?depth=0
2022-03-22T12:22:45.183Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:22:45.232Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61428f83-239b-4fb2-9a9c-2ad1e9281c73/model-vers/model-ver/9297ad17-3b01-49d6-b1d0-b8bc871142ec?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-03-22T12:22:45.233Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61428f83-239b-4fb2-9a9c-2ad1e9281c73/model-vers/model-ver/9297ad17-3b01-49d6-b1d0-b8bc871142ec?depth=0|INFO|500||Invoke
2022-03-22T12:22:45.254Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61428f83-239b-4fb2-9a9c-2ad1e9281c73/model-vers/model-ver/9297ad17-3b01-49d6-b1d0-b8bc871142ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:22:46.269Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61428f83-239b-4fb2-9a9c-2ad1e9281c73/model-vers/model-ver/9297ad17-3b01-49d6-b1d0-b8bc871142ec?depth=0|INFO|500||InvokeReturn
2022-03-22T12:22:46.269Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61428f83-239b-4fb2-9a9c-2ad1e9281c73/model-vers/model-ver/9297ad17-3b01-49d6-b1d0-b8bc871142ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-12:22:46:060-23530], vertex-id=[200792], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:22:46 GMT], Content-Type=[application/json]}
2022-03-22T12:22:46.270Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:22:46.270Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:22:46.271Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:48.046Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||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-03-22T12:22:48.046Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:22:48.047Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:22:48.047Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:48.049Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:48.049Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951768047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:22:48.149Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:48.150Z||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-03-22T12:22:48.150Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:48.164Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:48.166Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:22:49.075Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:22:49.076Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca4182e2-708e-4840-bef9-b7d44a9564e3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"40776c93-5f14-4255-8ab0-a8bf095b5856","serviceDescription":"service","serviceInvariantUUID":"d96e9998-5d46-4e66-bb1c-ec0e22ad8c67","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"895bf1f3-271b-443b-9857-ad543295b5ef","resourceInvariantUUID":"af085244-ac7f-4a68-8a59-a91d710e6a33","resourceCustomizationUUID":"3e0f7bee-826e-488a-bbec-eab6326b3709","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":"MTdmZmRjMDRhNGViNjFiOTk4MmZkNWY5MDMyMzM1ZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eed40389-16c8-4f38-bd20-475d979f52f1","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":"7782c5e0-ee49-4ea6-97c7-ead377f2447d","artifactVersion":"2","generatedFromUUID":"d3538d08-6e74-4821-9f95-14b083b029e6"},{"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":"d3538d08-6e74-4821-9f95-14b083b029e6","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":"ODc5ZmEzZWZlYjg2N2YxMDliYjUzOTlkMmFlZDk1MTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ae19b9e0-bd0e-4d86-90d6-986515942884","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":"f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9","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":"e43cfe92-f56c-4ddd-9056-94b3e257c6fc","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":"6d445ac2-01e0-43a2-84be-aacf3b0ee96c","artifactVersion":"2","generatedFromUUID":"f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzljM2JjZmRlNjQ5ZjE0MDUyNWYzMzQ4YTVmMTQwNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56868b82-b18a-4233-9fbf-41eed9468f06","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTYyNGNiNTc3ZGFiMTAwN2E3YzgwYjJlMTNmOTNjZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3eed9e01-55c1-49a6-896c-54dda8b312d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:22:49.076Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:49.076Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:49.079Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:49.079Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:49.179Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:49.180Z||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-03-22T12:22:49.180Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:49.196Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:49.197Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:50.080Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:50.081Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:50.083Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:50.083Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-22T12:22:50.183Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:50.184Z||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-03-22T12:22:50.185Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:50.211Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:50.212Z||pool-84-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:51.084Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:51.085Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:51.089Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:51.090Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-22T12:22:51.188Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-22T12:22:51.189Z||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-03-22T12:22:51.189Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:51.198Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:51.199Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:52.090Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:52.091Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:52.094Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:52.094Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:22:52.194Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:52.195Z||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-03-22T12:22:52.196Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:52.212Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:52.212Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:53.095Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:53.096Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:53.099Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:53.099Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:22:53.199Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:53.200Z||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-03-22T12:22:53.200Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:53.215Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:53.216Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:54.099Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:54.100Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:54.102Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:54.103Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:54.203Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:54.204Z||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-03-22T12:22:54.204Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:54.218Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:54.218Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:22:55.103Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:55.104Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:55.108Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:55.108Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-22T12:22:55.208Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:55.209Z||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-03-22T12:22:55.210Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:55.223Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:55.224Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:56.109Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:56.110Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:56.112Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:56.112Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:22:56.212Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:22:56.214Z||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-03-22T12:22:56.214Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:56.234Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:56.234Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:22:57.113Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:22:57.114Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:22:57.115Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:22:57.115Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:22:57.216Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:22:57.217Z||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-03-22T12:22:57.217Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:22:57.228Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:57.228Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:22:58.117Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "40776c93-5f14-4255-8ab0-a8bf095b5856",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d96e9998-5d46-4e66-bb1c-ec0e22ad8c67",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3e0f7bee-826e-488a-bbec-eab6326b3709",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "895bf1f3-271b-443b-9857-ad543295b5ef",
      "resourceInvariantUUID": "af085244-ac7f-4a68-8a59-a91d710e6a33",
      "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": "7782c5e0-ee49-4ea6-97c7-ead377f2447d",
          "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": "d3538d08-6e74-4821-9f95-14b083b029e6",
          "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": "ODc5ZmEzZWZlYjg2N2YxMDliYjUzOTlkMmFlZDk1MTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ae19b9e0-bd0e-4d86-90d6-986515942884",
          "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": "f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9",
          "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": "6d445ac2-01e0-43a2-84be-aacf3b0ee96c",
            "generatedFromUUID": "f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9"
          },
          "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": "6d445ac2-01e0-43a2-84be-aacf3b0ee96c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTYyNGNiNTc3ZGFiMTAwN2E3YzgwYjJlMTNmOTNjZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3eed9e01-55c1-49a6-896c-54dda8b312d2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:22:58.117Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:22:58.117Z|d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 40776c93-5f14-4255-8ab0-a8bf095b5856 ASDC
2022-03-22T12:22:58.118Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ca4182e2-708e-4840-bef9-b7d44a9564e3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:40776c93-5f14-4255-8ab0-a8bf095b5856
ServiceInvariantUUID:d96e9998-5d46-4e66-bb1c-ec0e22ad8c67
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:3eed9e01-55c1-49a6-896c-54dda8b312d2
ArtifactChecksum:MTYyNGNiNTc3ZGFiMTAwN2E3YzgwYjJlMTNmOTNjZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3e0f7bee-826e-488a-bbec-eab6326b3709
ResourceInvariantUUID:af085244-ac7f-4a68-8a59-a91d710e6a33
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:895bf1f3-271b-443b-9857-ad543295b5ef
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:7782c5e0-ee49-4ea6-97c7-ead377f2447d
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:d3538d08-6e74-4821-9f95-14b083b029e6
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:ae19b9e0-bd0e-4d86-90d6-986515942884
ArtifactChecksum:ODc5ZmEzZWZlYjg2N2YxMDliYjUzOTlkMmFlZDk1MTU=
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:f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9
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:6d445ac2-01e0-43a2-84be-aacf3b0ee96c
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:6d445ac2-01e0-43a2-84be-aacf3b0ee96c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:22:58.118Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40776c93-5f14-4255-8ab0-a8bf095b5856 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-03-22T12:22:58.158Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:22:58.160Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:22:58.160Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:22:58.160Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3eed9e01-55c1-49a6-896c-54dda8b312d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T12:22:58.160Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:22:58.160Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T12:23:00.208Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:23:00.215Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3eed9e01-55c1-49a6-896c-54dda8b312d2 68937
2022-03-22T12:23:00.216Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-22T12:23:00.216Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T12:23:00.216Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:23:00.216Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:00.218Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:00.218Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951780216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:00.318Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:00.320Z||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-03-22T12:23:00.320Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:00.338Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:00.338Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:01.219Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:23:01.223Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:23:01.223Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3eed9e01-55c1-49a6-896c-54dda8b312d2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T12:23:01.224Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-22T12:23:01.224Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T12:23:01.224Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T12:23:01.366Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10717806939356889930/Definitions/service-BasicCnf-template.yml
2022-03-22T12:23:02.399Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:23:02.399Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:23:02.400Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T12:23:02.400Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-22T12:23:02.400Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:02.400Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:02.401Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:02.401Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:02.401Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:23:02.401Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.401Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:02.402Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T12:23:02.402Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:23:02.402Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:23:02.403Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.403Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:02.403Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T12:23:02.403Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:23:02.403Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:23:02.404Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.404Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:02.404Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.404Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T12:23:02.405Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-22T12:23:02.405Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-22T12:23:02.405Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:23:02.405Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.406Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:23:02.406Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.406Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T12:23:02.406Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:23:02.407Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.407Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T12:23:02.407Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:23:02.407Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.408Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T12:23:02.408Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:23:02.408Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.408Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T12:23:02.409Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-22T12:23:02.409Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5c18698a-abae-4f1d-b935-e06ae5b61b1a
2022-03-22T12:23:02.409Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.409Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:02.409Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.410Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:02.410Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.410Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:02.411Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:02.411Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:02.411Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:40776c93-5f14-4255-8ab0-a8bf095b5856
Model Version:NULL
Model InvariantUuid:d96e9998-5d46-4e66-bb1c-ec0e22ad8c67
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c88c0004-ec60-4b1f-8e13-35b1b8529c8e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af085244-ac7f-4a68-8a59-a91d710e6a33
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3e0f7bee-826e-488a-bbec-eab6326b3709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c8727e24-961c-4dac-8f4b-e1ebe8458628
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0da529be-c8ac-4bda-8efd-3f1e04c627cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c18698a-abae-4f1d-b935-e06ae5b61b1a
ModelInvariantUuid:1eb8550b-0cb0-4656-bd06-ebb2eef10e75
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3adc6046-22d9-4e50-9b40-0e6df7ec9c19
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1c2d6592-803a-4337-8190-99f2afe30732
ModelInvariantUuid:38c46a3d-6fc1-4119-8d26-3db3c9493701
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:3fecb233-9086-4aef-a342-3a0e5a38730e
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-03-22T12:23:02.422Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 895bf1f3-271b-443b-9857-ad543295b5ef
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-03-22T12:23:02.424Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-03-22T12:23:02.425Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 895bf1f3-271b-443b-9857-ad543295b5ef
2022-03-22T12:23:02.425Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7782c5e0-ee49-4ea6-97c7-ead377f2447d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-22T12:23:02.425Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:23:02.426Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:02.809Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:23:02.810Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7782c5e0-ee49-4ea6-97c7-ead377f2447d 12
2022-03-22T12:23:02.810Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:02.810Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:02.811Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:23:02.811Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:02.813Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:02.813Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951782810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:02.913Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:23:02.915Z||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-03-22T12:23:02.915Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:02.929Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:02.930Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:23:03.815Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d3538d08-6e74-4821-9f95-14b083b029e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-22T12:23:03.816Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:23:03.816Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:04.410Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:23:04.411Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d3538d08-6e74-4821-9f95-14b083b029e6 2688
2022-03-22T12:23:04.412Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:04.412Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:04.412Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:23:04.413Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:04.415Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:04.415Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951784412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:04.515Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:04.516Z||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-03-22T12:23:04.516Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:04.527Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:04.527Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:05.423Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ae19b9e0-bd0e-4d86-90d6-986515942884 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-22T12:23:05.423Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:23:05.423Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:05.911Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:23:05.912Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ae19b9e0-bd0e-4d86-90d6-986515942884 828
2022-03-22T12:23:05.912Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:05.912Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:05.912Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:23:05.913Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:05.916Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:05.916Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951785912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:06.016Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:23:06.017Z||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-03-22T12:23:06.017Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:06.031Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:06.032Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:23:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:23:06.834Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:23:06.834Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:06.867Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:06.869Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.869Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951599189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.870Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951603589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647951599189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:23:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.871Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951608763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.872Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951603589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.873Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951609770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.874Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951603589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.875Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.876Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "clamp",
  "timestamp": 1647951610775,
  "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-03-22T12:23:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdd46cd9-fab8-47fa-b81d-db50a0998358
2022-03-22T12:23:06.882Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd46cd9-fab8-47fa-b81d-db50a0998358 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-03-22T12:23:06.893Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.893Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951603589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.893Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.893Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.893Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.894Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.894Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.894Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951603589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.894Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.894Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.894Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.894Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.895Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.895Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951552166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:23:06.895Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.895Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.895Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951603589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:23:06.895Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.895Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.895Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:23:06.895Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951613187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951613457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.896Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951615507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.897Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647951616511,
  "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-03-22T12:23:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10ed2016-6f05-4133-8e11-9864bc63ce6a
2022-03-22T12:23:06.904Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ed2016-6f05-4133-8e11-9864bc63ce6a 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-03-22T12:23:06.915Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.915Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.915Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.915Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.915Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.916Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.916Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.916Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:23:06.916Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.916Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.916Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951624649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:06.916Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.916Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.917Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951624555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:06.917Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c8727e24-961c-4dac-8f4b-e1ebe8458628",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0da529be-c8ac-4bda-8efd-3f1e04c627cd",
    "vfModuleModelCustomizationUUID": "5e899c0f-c0ff-46b3-bcd8-7620429011aa",
    "isBase": true,
    "artifacts": [
      "d3538d08-6e74-4821-9f95-14b083b029e6",
      "f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9",
      "6d445ac2-01e0-43a2-84be-aacf3b0ee96c"
    ],
    "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-03-22T12:23:06.917Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.920Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0da529be-c8ac-4bda-8efd-3f1e04c627cd
VfModuleModelInvariantUUID:c8727e24-961c-4dac-8f4b-e1ebe8458628
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3538d08-6e74-4821-9f95-14b083b029e6
,
f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9
,
6d445ac2-01e0-43a2-84be-aacf3b0ee96c

}
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-03-22T12:23:06.922Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c8727e24-961c-4dac-8f4b-e1ebe8458628",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0da529be-c8ac-4bda-8efd-3f1e04c627cd",
    "vfModuleModelCustomizationUUID": "5e899c0f-c0ff-46b3-bcd8-7620429011aa",
    "isBase": true,
    "artifacts": [
      "d3538d08-6e74-4821-9f95-14b083b029e6",
      "f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9",
      "6d445ac2-01e0-43a2-84be-aacf3b0ee96c"
    ],
    "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-03-22T12:23:06.922Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0da529be-c8ac-4bda-8efd-3f1e04c627cd
VfModuleModelInvariantUUID:c8727e24-961c-4dac-8f4b-e1ebe8458628
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3538d08-6e74-4821-9f95-14b083b029e6
,
f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9
,
6d445ac2-01e0-43a2-84be-aacf3b0ee96c

}
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-03-22T12:23:06.922Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-22T12:23:06.922Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:23:06.923Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.924Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "aai-ml",
  "timestamp": 1647951625559,
  "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-03-22T12:23:06.930Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94458781-5e03-4b43-ad43-6d82fb3427f4
2022-03-22T12:23:06.931Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94458781-5e03-4b43-ad43-6d82fb3427f4 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-03-22T12:23:06.942Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.942Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951626567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951628665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951626567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.943Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "clamp",
  "timestamp": 1647951629674,
  "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-03-22T12:23:06.949Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94458781-5e03-4b43-ad43-6d82fb3427f4
2022-03-22T12:23:06.949Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94458781-5e03-4b43-ad43-6d82fb3427f4 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-03-22T12:23:06.958Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951626567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951626567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951626567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951626567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951626567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951626567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951626567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.962Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:06.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951637065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951611780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:23:06.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:23:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951642566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.965Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "aai-ml",
  "timestamp": 1647951643570,
  "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-03-22T12:23:06.973Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10ed2016-6f05-4133-8e11-9864bc63ce6a
2022-03-22T12:23:06.973Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ed2016-6f05-4133-8e11-9864bc63ce6a 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-03-22T12:23:06.983Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.983Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951648666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:06.983Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.983Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.983Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951650674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:06.983Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:23:06.983Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:23:06.984Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "clamp",
  "timestamp": 1647951651680,
  "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-03-22T12:23:06.989Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10ed2016-6f05-4133-8e11-9864bc63ce6a
2022-03-22T12:23:06.989Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10ed2016-6f05-4133-8e11-9864bc63ce6a 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-03-22T12:23:07.732Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:23:07.733Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f6782b6c-b1bb-4520-85d4-d3cd96e3d9a9 1164
2022-03-22T12:23:07.733Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:07.733Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:07.733Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:23:07.733Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:07.735Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:07.735Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951787733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:07.835Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:07.836Z||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-03-22T12:23:07.836Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:07.915Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:07.915Z||pool-96-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:08.735Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6d445ac2-01e0-43a2-84be-aacf3b0ee96c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-22T12:23:08.736Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:23:08.736Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:09.131Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:23:09.132Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6d445ac2-01e0-43a2-84be-aacf3b0ee96c 200
2022-03-22T12:23:09.132Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:09.132Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:09.132Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:23:09.133Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:09.135Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:09.135Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951789132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:09.234Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:23:09.235Z||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-03-22T12:23:09.235Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:09.254Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:09.255Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:10.136Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 40776c93-5f14-4255-8ab0-a8bf095b5856
2022-03-22T12:23:10.137Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 895bf1f3-271b-443b-9857-ad543295b5ef 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-03-22T12:23:10.155Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:23:10.160Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d755a9b, org.onap.sdc.toscaparser.api.parameters.Input@5ea9aa1b, org.onap.sdc.toscaparser.api.parameters.Input@9b00f3f, org.onap.sdc.toscaparser.api.parameters.Input@7b626e8d, org.onap.sdc.toscaparser.api.parameters.Input@3c0452f8]
2022-03-22T12:23:10.163Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.163Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:10.163Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-22T12:23:10.163Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 3e0f7bee-826e-488a-bbec-eab6326b3709
2022-03-22T12:23:10.163Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3e0f7bee-826e-488a-bbec-eab6326b3709 matches Tosca VF Customization UUID: 3e0f7bee-826e-488a-bbec-eab6326b3709
2022-03-22T12:23:10.163Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 3e0f7bee-826e-488a-bbec-eab6326b3709  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-03-22T12:23:10.165Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.166Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:10.166Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 3e0f7bee-826e-488a-bbec-eab6326b3709: {\"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-03-22T12:23:10.166Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ed0f16a
2022-03-22T12:23:10.166Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.167Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:23:10.167Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e899c0f-c0ff-46b3-bcd8-7620429011aa
2022-03-22T12:23:10.167Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e899c0f-c0ff-46b3-bcd8-7620429011aa
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-03-22T12:23:10.168Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.169Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T12:23:10.169Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:23:10.169Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.169Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T12:23:10.169Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:23:10.169Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.170Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T12:23:10.170Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-22T12:23:10.170Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5c18698a-abae-4f1d-b935-e06ae5b61b1a
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-03-22T12:23:10.172Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.172Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T12:23:10.172Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:23:10.172Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.172Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T12:23:10.172Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3e0f7bee-826e-488a-bbec-eab6326b3709
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-03-22T12:23:10.174Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.174Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:10.174Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 40776c93-5f14-4255-8ab0-a8bf095b5856: basic_cnf
2022-03-22T12:23:10.174Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.175Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:10.175Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.175Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:10.175Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.175Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:10.175Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.175Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:10.176Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:10.176Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:10.176Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:10.246Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 895bf1f3-271b-443b-9857-ad543295b5ef 1 ASDC deployResourceStructure
2022-03-22T12:23:10.248Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:10.248Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:10.249Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-22T12:23:10.249Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:10.251Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:10.252Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951790247,
  "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-03-22T12:23:10.352Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:10.353Z||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-03-22T12:23:10.353Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:10.365Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:10.366Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:11.252Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:11.254Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:11.256Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-22T12:23:11.256Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:11.259Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:11.259Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951791252,
  "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-03-22T12:23:11.359Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:11.360Z||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-03-22T12:23:11.360Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:11.370Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:11.370Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:12.260Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:12.261Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:12.261Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:23:12.261Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:12.263Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:12.263Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951792260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:12.364Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:12.364Z||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-03-22T12:23:12.364Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:12.389Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:12.389Z||pool-100-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:13.268Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:13.269Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:13.269Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:23:13.269Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:13.271Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:13.271Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951793268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:13.372Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:23:13.372Z||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-03-22T12:23:13.372Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:13.392Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:13.393Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:14.272Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:14.272Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:14.273Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:23:14.273Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:14.275Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:14.275Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951794272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:14.375Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:14.376Z||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-03-22T12:23:14.377Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:14.393Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:14.395Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:15.276Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-22T12:23:15.276Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T12:23:15.277Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:23:15.277Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:15.279Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:15.279Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951795276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:23:15.379Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:15.380Z||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-03-22T12:23:15.380Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:15.416Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:15.416Z||pool-103-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:16.280Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca4182e2-708e-4840-bef9-b7d44a9564e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:23:16.290Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca4182e2-708e-4840-bef9-b7d44a9564e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:23:16.292Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:23:16.292Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:23:16.292Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:23:16.292Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:23:16.292Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:23:16.292Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:23:16.293Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:23:16.293Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:23:16.293Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:23:16.293Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:23:16.293Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:16.298Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:23:46.298Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca4182e2-708e-4840-bef9-b7d44a9564e3 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-03-22T12:23:46.303Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca4182e2-708e-4840-bef9-b7d44a9564e3 and serviceModelVersionId: 40776c93-5f14-4255-8ab0-a8bf095b5856
2022-03-22T12:23:46.304Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d96e9998-5d46-4e66-bb1c-ec0e22ad8c67
2022-03-22T12:23:46.304Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d96e9998-5d46-4e66-bb1c-ec0e22ad8c67/model-vers/model-ver/40776c93-5f14-4255-8ab0-a8bf095b5856?depth=0
2022-03-22T12:23:46.308Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:23:46.354Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e9998-5d46-4e66-bb1c-ec0e22ad8c67/model-vers/model-ver/40776c93-5f14-4255-8ab0-a8bf095b5856?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-03-22T12:23:46.356Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e9998-5d46-4e66-bb1c-ec0e22ad8c67/model-vers/model-ver/40776c93-5f14-4255-8ab0-a8bf095b5856?depth=0|INFO|500||Invoke
2022-03-22T12:23:46.374Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e9998-5d46-4e66-bb1c-ec0e22ad8c67/model-vers/model-ver/40776c93-5f14-4255-8ab0-a8bf095b5856?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:23:46.741Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e9998-5d46-4e66-bb1c-ec0e22ad8c67/model-vers/model-ver/40776c93-5f14-4255-8ab0-a8bf095b5856?depth=0|INFO|500||InvokeReturn
2022-03-22T12:23:46.742Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e9998-5d46-4e66-bb1c-ec0e22ad8c67/model-vers/model-ver/40776c93-5f14-4255-8ab0-a8bf095b5856?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-12:23:47:183-97848], vertex-id=[184432], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:23:47 GMT], Content-Type=[application/json]}
2022-03-22T12:23:46.742Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:23:46.742Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:23:46.742Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:46.752Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||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-03-22T12:23:46.752Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca4182e2-708e-4840-bef9-b7d44a9564e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:23:46.752Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:23:46.752Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:46.754Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:46.754Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951826752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:23:46.854Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:46.855Z||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-03-22T12:23:46.856Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:46.869Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:46.869Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:23:47.769Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:23:47.769Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdd46cd9-fab8-47fa-b81d-db50a0998358","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"0f10f8ff-c700-4402-8e84-18c4a444a94e","serviceDescription":"service","serviceInvariantUUID":"75463c72-37aa-4770-82fa-ea44b66513c0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0302f6bd-6a63-4c8b-be84-6ad0f789c66b","resourceInvariantUUID":"45bfd071-d1ca-442f-8fe9-10c0b2930aa2","resourceCustomizationUUID":"d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6cb60059-4168-4a67-8bbf-ab8ae2f88a06","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"N2VkY2U0YjQ1ODFjNzdjNTk2MmY1YjJjZGU2MWE0OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6205b2c-b51a-47c2-8048-962c5b67a2b0","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MDNhN2RmNDY2YjlhYzI0ODY1YmE0YzdkMDA2Y2VmOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba433a83-2a81-495c-842c-608a819f9250","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bfa8e18c-7de3-45ed-830d-fe3e393ae763","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"358f789a-ded2-4c39-956b-9a02145aa986","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"15335360-b67b-4b84-a514-4995b0dde386","artifactVersion":"2","generatedFromUUID":"bfa8e18c-7de3-45ed-830d-fe3e393ae763"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzY3YzYyNzkxNWM4MmYyZDgxNDU3MmE4NzY1YjA3ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a79d3b1-bb75-46cd-951e-bd39c365c5c7","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDU4MTlmZGE5NTQ3ZmYzMTk1NTgwYWMwMzE3NTk1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b92afe-19a2-4c74-81e8-d339e8651741","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:23:47.770Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:23:47.770Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:47.773Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:47.773Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:47.872Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:23:47.873Z||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-03-22T12:23:47.873Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:47.900Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:47.901Z||pool-105-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:48.773Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:23:48.774Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:48.776Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:48.776Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:48.876Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:48.877Z||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-03-22T12:23:48.878Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:48.886Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:48.887Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:49.777Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:23:49.777Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:49.779Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:49.780Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:23:49.880Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:49.881Z||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-03-22T12:23:49.881Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:49.890Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:49.891Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:50.780Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:23:50.781Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:50.783Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:50.783Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:23:50.883Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:50.885Z||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-03-22T12:23:50.886Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:50.904Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:50.905Z||pool-108-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:51.784Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:23:51.785Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:51.787Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:51.787Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:51.888Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:51.888Z||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-03-22T12:23:51.889Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:51.900Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:51.901Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:52.788Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:23:52.789Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:52.790Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:52.790Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T12:23:52.891Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:52.891Z||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-03-22T12:23:52.892Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:52.900Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:52.900Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:53.791Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:23:53.792Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:53.794Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:53.794Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:23:53.894Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:53.895Z||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-03-22T12:23:53.895Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:53.904Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:53.905Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:54.794Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:23:54.796Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:54.798Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:54.798Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:23:54.898Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:54.899Z||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-03-22T12:23:54.899Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:54.919Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:54.920Z||pool-112-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:23:55.799Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "0f10f8ff-c700-4402-8e84-18c4a444a94e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "75463c72-37aa-4770-82fa-ea44b66513c0",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0302f6bd-6a63-4c8b-be84-6ad0f789c66b",
      "resourceInvariantUUID": "45bfd071-d1ca-442f-8fe9-10c0b2930aa2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MDNhN2RmNDY2YjlhYzI0ODY1YmE0YzdkMDA2Y2VmOGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ba433a83-2a81-495c-842c-608a819f9250",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bfa8e18c-7de3-45ed-830d-fe3e393ae763",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "15335360-b67b-4b84-a514-4995b0dde386",
            "generatedFromUUID": "bfa8e18c-7de3-45ed-830d-fe3e393ae763"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "15335360-b67b-4b84-a514-4995b0dde386",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZDU4MTlmZGE5NTQ3ZmYzMTk1NTgwYWMwMzE3NTk1MjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "60b92afe-19a2-4c74-81e8-d339e8651741"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:23:55.800Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:23:55.800Z|ca4182e2-708e-4840-bef9-b7d44a9564e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0f10f8ff-c700-4402-8e84-18c4a444a94e ASDC
2022-03-22T12:23:55.800Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:cdd46cd9-fab8-47fa-b81d-db50a0998358
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:0f10f8ff-c700-4402-8e84-18c4a444a94e
ServiceInvariantUUID:75463c72-37aa-4770-82fa-ea44b66513c0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:60b92afe-19a2-4c74-81e8-d339e8651741
ArtifactChecksum:ZDU4MTlmZGE5NTQ3ZmYzMTk1NTgwYWMwMzE3NTk1MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f
ResourceInvariantUUID:45bfd071-d1ca-442f-8fe9-10c0b2930aa2
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:0302f6bd-6a63-4c8b-be84-6ad0f789c66b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:ba433a83-2a81-495c-842c-608a819f9250
ArtifactChecksum:MDNhN2RmNDY2YjlhYzI0ODY1YmE0YzdkMDA2Y2VmOGU=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bfa8e18c-7de3-45ed-830d-fe3e393ae763
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:15335360-b67b-4b84-a514-4995b0dde386
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:15335360-b67b-4b84-a514-4995b0dde386
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:23:55.800Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f10f8ff-c700-4402-8e84-18c4a444a94e 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-03-22T12:23:55.848Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:23:55.849Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:23:55.849Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:23:55.849Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 60b92afe-19a2-4c74-81e8-d339e8651741 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-22T12:23:55.849Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:23:55.849Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-22T12:23:56.949Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:23:56.952Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 60b92afe-19a2-4c74-81e8-d339e8651741 73640
2022-03-22T12:23:56.952Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-22T12:23:56.952Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-22T12:23:56.952Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:23:56.952Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:56.954Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:56.954Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951836952,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:57.054Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:57.055Z||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-03-22T12:23:57.055Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:57.069Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:57.069Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:23:57.955Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:23:57.956Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:23:57.957Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 60b92afe-19a2-4c74-81e8-d339e8651741, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T12:23:57.957Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-22T12:23:57.958Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T12:23:57.958Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T12:23:58.100Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7194344053054500856/Definitions/service-Basicclamp-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-03-22T12:23:59.134Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:23:59.134Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:23:59.134Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T12:23:59.134Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T12:23:59.134Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-03-22T12:23:59.134Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||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-Basicclamp-csar.csar
2022-03-22T12:23:59.134Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||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-Basicclamp-csar.csar
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||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-Basicclamp-csar.csar
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||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-Basicclamp-csar.csar
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||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-Basicclamp-csar.csar
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||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-Basicclamp-csar.csar
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:59.135Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T12:23:59.136Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:23:59.136Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:23:59.136Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.136Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:59.136Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T12:23:59.136Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:23:59.136Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:23:59.137Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.137Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:59.137Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.137Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-22T12:23:59.137Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-22T12:23:59.137Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-22T12:23:59.137Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-22T12:23:59.137Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:23:59.138Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:23:59.138Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.138Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:23:59.138Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.138Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T12:23:59.138Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:23:59.138Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.139Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T12:23:59.139Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:23:59.139Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.139Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T12:23:59.139Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:23:59.139Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.139Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-22T12:23:59.139Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:23:59.140Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:23:59.140Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e028db3-8b7b-490e-8564-ede4f6b0c5a3
2022-03-22T12:23:59.140Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.140Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:59.140Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.140Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:59.140Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.140Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:59.141Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:23:59.141Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:23:59.141Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:0f10f8ff-c700-4402-8e84-18c4a444a94e
Model Version:NULL
Model InvariantUuid:75463c72-37aa-4770-82fa-ea44b66513c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:4ec4be29-982b-4122-a2c9-b754ec1e3dad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:45bfd071-d1ca-442f-8fe9-10c0b2930aa2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7251c72c-adbc-467b-93b3-07c7e6f24e73
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:2e72b92f-dd52-43de-8df4-115ce90eb1c5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5e028db3-8b7b-490e-8564-ede4f6b0c5a3
ModelInvariantUuid:7b817862-c019-4c04-ae96-61080c921387
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:23e0fcaf-a22c-4375-8707-eb5c1fa93c09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:72efa96b-15aa-4c9d-8fc9-4d47c56e696a
ModelInvariantUuid:bb34b18a-988e-4141-a4eb-7f3996402611
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:633e7897-bff9-4883-9800-975b469d1b06
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-03-22T12:23:59.147Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0302f6bd-6a63-4c8b-be84-6ad0f789c66b
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-03-22T12:23:59.150Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-03-22T12:23:59.150Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0302f6bd-6a63-4c8b-be84-6ad0f789c66b
2022-03-22T12:23:59.150Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ba433a83-2a81-495c-842c-608a819f9250 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-22T12:23:59.150Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:23:59.150Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-22T12:23:59.629Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:23:59.629Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ba433a83-2a81-495c-842c-608a819f9250 790
2022-03-22T12:23:59.630Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-22T12:23:59.630Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-22T12:23:59.630Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:23:59.630Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:23:59.632Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:23:59.632Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951839630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:23:59.732Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:23:59.733Z||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-03-22T12:23:59.734Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:23:59.752Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:59.752Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:00.633Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7251c72c-adbc-467b-93b3-07c7e6f24e73",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e72b92f-dd52-43de-8df4-115ce90eb1c5",
    "vfModuleModelCustomizationUUID": "ca2858da-4f07-43de-8e39-a0130c392474",
    "isBase": true,
    "artifacts": [
      "bfa8e18c-7de3-45ed-830d-fe3e393ae763",
      "15335360-b67b-4b84-a514-4995b0dde386"
    ],
    "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-03-22T12:24:00.636Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e72b92f-dd52-43de-8df4-115ce90eb1c5
VfModuleModelInvariantUUID:7251c72c-adbc-467b-93b3-07c7e6f24e73
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfa8e18c-7de3-45ed-830d-fe3e393ae763
,
15335360-b67b-4b84-a514-4995b0dde386

}
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-03-22T12:24:00.638Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7251c72c-adbc-467b-93b3-07c7e6f24e73",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e72b92f-dd52-43de-8df4-115ce90eb1c5",
    "vfModuleModelCustomizationUUID": "ca2858da-4f07-43de-8e39-a0130c392474",
    "isBase": true,
    "artifacts": [
      "bfa8e18c-7de3-45ed-830d-fe3e393ae763",
      "15335360-b67b-4b84-a514-4995b0dde386"
    ],
    "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-03-22T12:24:00.638Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e72b92f-dd52-43de-8df4-115ce90eb1c5
VfModuleModelInvariantUUID:7251c72c-adbc-467b-93b3-07c7e6f24e73
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfa8e18c-7de3-45ed-830d-fe3e393ae763
,
15335360-b67b-4b84-a514-4995b0dde386

}
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-03-22T12:24:00.638Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bfa8e18c-7de3-45ed-830d-fe3e393ae763 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-22T12:24:00.639Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:24:00.639Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-22T12:24:01.228Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:24:01.229Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml bfa8e18c-7de3-45ed-830d-fe3e393ae763 5033
2022-03-22T12:24:01.229Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:24:01.229Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-22T12:24:01.229Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:24:01.230Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:01.233Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:01.233Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951841229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:24:01.333Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:01.334Z||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-03-22T12:24:01.334Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:01.344Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:01.345Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:02.233Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 15335360-b67b-4b84-a514-4995b0dde386 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-22T12:24:02.234Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:24:02.234Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-22T12:24:02.833Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:24:02.834Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 15335360-b67b-4b84-a514-4995b0dde386 909
2022-03-22T12:24:02.834Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:24:02.834Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-22T12:24:02.834Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:24:02.835Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:02.837Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:02.837Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951842834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:24:02.937Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:02.939Z||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-03-22T12:24:02.939Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:02.948Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:02.949Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:24:03.838Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0f10f8ff-c700-4402-8e84-18c4a444a94e
2022-03-22T12:24:03.838Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0302f6bd-6a63-4c8b-be84-6ad0f789c66b 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-03-22T12:24:03.853Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56f29be7, org.onap.sdc.toscaparser.api.parameters.Input@4a2f809e, org.onap.sdc.toscaparser.api.parameters.Input@641f0710, org.onap.sdc.toscaparser.api.parameters.Input@6c4e1af2, org.onap.sdc.toscaparser.api.parameters.Input@2ea1893f]
2022-03-22T12:24:03.855Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.855Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:03.855Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-22T12:24:03.856Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f
2022-03-22T12:24:03.856Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f matches Tosca VF Customization UUID: d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f
2022-03-22T12:24:03.856Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f  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-03-22T12:24:03.859Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.859Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:03.859Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f: {\"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-03-22T12:24:03.860Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1802676d
2022-03-22T12:24:03.860Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.860Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:24:03.860Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca2858da-4f07-43de-8e39-a0130c392474
2022-03-22T12:24:03.860Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca2858da-4f07-43de-8e39-a0130c392474
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-03-22T12:24:03.862Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.862Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T12:24:03.862Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:24:03.862Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.863Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T12:24:03.863Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:24:03.863Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.863Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-22T12:24:03.863Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:24:03.863Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:24:03.864Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e028db3-8b7b-490e-8564-ede4f6b0c5a3
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-03-22T12:24:03.865Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.866Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T12:24:03.866Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:24:03.866Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.866Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T12:24:03.867Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=d52c31c9-ec1b-45aa-b2cd-d7ac9ab3d47f
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-03-22T12:24:03.868Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.869Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:03.869Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0f10f8ff-c700-4402-8e84-18c4a444a94e: basicclamp
2022-03-22T12:24:03.869Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.869Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:03.869Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.869Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:03.870Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.870Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:03.870Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.870Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:03.870Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:03.870Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:03.871Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
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-03-22T12:24:03.963Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0302f6bd-6a63-4c8b-be84-6ad0f789c66b 1 ASDC deployResourceStructure
2022-03-22T12:24:03.963Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-22T12:24:03.963Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-22T12:24:03.963Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:24:03.964Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:03.966Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:03.966Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951843963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:24:04.066Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:04.067Z||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-03-22T12:24:04.068Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:04.075Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:04.076Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:24:04.967Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:24:04.967Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-22T12:24:04.968Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:24:04.968Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:04.970Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:04.971Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951844967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:24:05.071Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:05.072Z||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-03-22T12:24:05.072Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:05.088Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:05.089Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:05.972Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:24:05.973Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-22T12:24:05.973Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:24:05.973Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:05.976Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:05.976Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951845972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:24:06.076Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:06.077Z||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-03-22T12:24:06.077Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:06.087Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:06.088Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:24:06.834Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:24:06.834Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:24:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72795f60-26d5-420f-b20a-c2de227d1524",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951709946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:24:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:24:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:24:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:24:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:24:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951724044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:24:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:24:06.977Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-22T12:24:06.977Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-22T12:24:06.978Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:24:06.978Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:06.980Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:06.981Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951846977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:24:07.080Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:24:07.081Z||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-03-22T12:24:07.081Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:07.091Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:07.092Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:07.982Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd46cd9-fab8-47fa-b81d-db50a0998358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:24:07.993Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd46cd9-fab8-47fa-b81d-db50a0998358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:24:07.996Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:24:07.996Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:24:07.996Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:24:07.996Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:24:07.996Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:07.996Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:07.996Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:07.997Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:07.997Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:07.997Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:07.997Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:07.997Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||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-03-22T12:24:08.002Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:24:38.003Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdd46cd9-fab8-47fa-b81d-db50a0998358 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-03-22T12:24:38.011Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdd46cd9-fab8-47fa-b81d-db50a0998358 and serviceModelVersionId: 0f10f8ff-c700-4402-8e84-18c4a444a94e
2022-03-22T12:24:38.012Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75463c72-37aa-4770-82fa-ea44b66513c0
2022-03-22T12:24:38.013Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75463c72-37aa-4770-82fa-ea44b66513c0/model-vers/model-ver/0f10f8ff-c700-4402-8e84-18c4a444a94e?depth=0
2022-03-22T12:24:38.018Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:24:38.057Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75463c72-37aa-4770-82fa-ea44b66513c0/model-vers/model-ver/0f10f8ff-c700-4402-8e84-18c4a444a94e?depth=0|INFO|500||Invoke
2022-03-22T12:24:38.058Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75463c72-37aa-4770-82fa-ea44b66513c0/model-vers/model-ver/0f10f8ff-c700-4402-8e84-18c4a444a94e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75463c72-37aa-4770-82fa-ea44b66513c0/model-vers/model-ver/0f10f8ff-c700-4402-8e84-18c4a444a94e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cdd46cd9-fab8-47fa-b81d-db50a0998358], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6472b333-f435-4f86-99ac-9b0641aa52a5], X-ECOMP-RequestID=[cdd46cd9-fab8-47fa-b81d-db50a0998358], X-TransactionId=[], X-ONAP-RequestID=[cdd46cd9-fab8-47fa-b81d-db50a0998358], Content-Type=[application/merge-patch+json]}
2022-03-22T12:24:38.077Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75463c72-37aa-4770-82fa-ea44b66513c0/model-vers/model-ver/0f10f8ff-c700-4402-8e84-18c4a444a94e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:24:38.608Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75463c72-37aa-4770-82fa-ea44b66513c0/model-vers/model-ver/0f10f8ff-c700-4402-8e84-18c4a444a94e?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/75463c72-37aa-4770-82fa-ea44b66513c0/model-vers/model-ver/0f10f8ff-c700-4402-8e84-18c4a444a94e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-12:24:38:885-12400], vertex-id=[262312], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:24:38 GMT], Content-Type=[application/json]}
2022-03-22T12:24:38.609Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75463c72-37aa-4770-82fa-ea44b66513c0/model-vers/model-ver/0f10f8ff-c700-4402-8e84-18c4a444a94e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:24:38.609Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75463c72-37aa-4770-82fa-ea44b66513c0/model-vers/model-ver/0f10f8ff-c700-4402-8e84-18c4a444a94e?depth=0|INFO|500||InvokeReturn
2022-03-22T12:24:38.609Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:24:38.610Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||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-03-22T12:24:38.614Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||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-03-22T12:24:38.614Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdd46cd9-fab8-47fa-b81d-db50a0998358 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:24:38.615Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:24:38.615Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:38.617Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:38.618Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951878615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:24:38.719Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:24:38.720Z||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-03-22T12:24:38.720Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:38.733Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:38.733Z||pool-121-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-03-22T12:24:39.635Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:24:39.635Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"94458781-5e03-4b43-ad43-6d82fb3427f4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bb48befa-de4a-48c4-a83f-7cda18ad3341","serviceDescription":"service","serviceInvariantUUID":"6970827b-e554-485b-9b29-f95a5b93b422","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b0713f3-def0-4e98-a39f-453c61513256","resourceInvariantUUID":"bb228012-2c3a-46c8-890e-dbf0dc015299","resourceCustomizationUUID":"cef8fd69-3787-4b0f-ae61-3b40f221ac6b","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":"NjZmNGI3YzFkZmZkYzY2Yzc2MjFhMDQ3ZmNiOTY1Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae04f6b2-c708-4d30-818a-8b0b9e8cfed6","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":"ZTEyYTI4MmFlZGQ3ODEyNzdmNGFlOWE4ODgxMTBlNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b582dad9-936c-4baf-b355-4265f2d8186e","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":"0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d","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":"1f9eb2d8-b1fa-46a4-9722-490679733139","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":"3010a83e-009a-4e7c-8ef4-4f6381006402","artifactVersion":"2","generatedFromUUID":"0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d"},{"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":"YzJiZjdlNGI2ZGUzOWI0N2ZiYWQ5NjQ5NmJhZDYxMWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f1815a08-9a5b-4cab-b089-48d5373d76b0","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":"Y2RkMzdlZWRhOTMxNjM5MTQzOTM0YTRhNDM2ZTRlNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9e76fce-4e54-4248-88fd-c8f8c2ccd829","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDA1NTMxMzhiNTg5YmM2YzkzN2YzMTk2MDE1NjFmYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c498434c-ba19-43c9-a90d-384b1851d332","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:24:39.636Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:24:39.636Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:39.639Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:39.639Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:24:39.739Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:39.740Z||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-03-22T12:24:39.740Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:39.770Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:39.771Z||pool-122-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:24:40.640Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:24:40.640Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:40.642Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:40.642Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:24:40.743Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:24:40.744Z||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-03-22T12:24:40.745Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:40.757Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:40.759Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:24:41.643Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:24:41.644Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:41.646Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:41.646Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:24:41.748Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-22T12:24:41.749Z||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-03-22T12:24:41.750Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:41.759Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:41.760Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:42.647Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:24:42.647Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:42.649Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:42.649Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:24:42.751Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:24:42.752Z||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-03-22T12:24:42.752Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:42.769Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:42.769Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:24:43.650Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:24:43.651Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:43.653Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:43.653Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T12:24:43.754Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:24:43.755Z||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-03-22T12:24:43.756Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:43.768Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:43.768Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:44.654Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:24:44.656Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:44.658Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:44.659Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:24:44.759Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:44.759Z||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-03-22T12:24:44.760Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:44.773Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:44.773Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:45.660Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:24:45.660Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:45.663Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:45.663Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:24:45.765Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-22T12:24:45.766Z||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-03-22T12:24:45.766Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:45.776Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:45.777Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:24:46.664Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:24:46.665Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:46.667Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:46.668Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:24:46.767Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:24:46.768Z||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-03-22T12:24:46.768Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:46.798Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:46.799Z||pool-129-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:24:47.668Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bb48befa-de4a-48c4-a83f-7cda18ad3341",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6970827b-e554-485b-9b29-f95a5b93b422",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "cef8fd69-3787-4b0f-ae61-3b40f221ac6b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b0713f3-def0-4e98-a39f-453c61513256",
      "resourceInvariantUUID": "bb228012-2c3a-46c8-890e-dbf0dc015299",
      "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": "ZTEyYTI4MmFlZGQ3ODEyNzdmNGFlOWE4ODgxMTBlNzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b582dad9-936c-4baf-b355-4265f2d8186e",
          "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": "0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d",
          "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": "3010a83e-009a-4e7c-8ef4-4f6381006402",
            "generatedFromUUID": "0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d"
          },
          "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": "3010a83e-009a-4e7c-8ef4-4f6381006402",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDA1NTMxMzhiNTg5YmM2YzkzN2YzMTk2MDE1NjFmYmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c498434c-ba19-43c9-a90d-384b1851d332"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:24:47.669Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:24:47.669Z|cdd46cd9-fab8-47fa-b81d-db50a0998358|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bb48befa-de4a-48c4-a83f-7cda18ad3341 ASDC
2022-03-22T12:24:47.669Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:94458781-5e03-4b43-ad43-6d82fb3427f4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:bb48befa-de4a-48c4-a83f-7cda18ad3341
ServiceInvariantUUID:6970827b-e554-485b-9b29-f95a5b93b422
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:c498434c-ba19-43c9-a90d-384b1851d332
ArtifactChecksum:ZDA1NTMxMzhiNTg5YmM2YzkzN2YzMTk2MDE1NjFmYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:cef8fd69-3787-4b0f-ae61-3b40f221ac6b
ResourceInvariantUUID:bb228012-2c3a-46c8-890e-dbf0dc015299
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1b0713f3-def0-4e98-a39f-453c61513256
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:b582dad9-936c-4baf-b355-4265f2d8186e
ArtifactChecksum:ZTEyYTI4MmFlZGQ3ODEyNzdmNGFlOWE4ODgxMTBlNzk=
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:0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d
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:3010a83e-009a-4e7c-8ef4-4f6381006402
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:3010a83e-009a-4e7c-8ef4-4f6381006402
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:24:47.669Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb48befa-de4a-48c4-a83f-7cda18ad3341 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-03-22T12:24:47.717Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:24:47.724Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:24:47.724Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:24:47.724Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c498434c-ba19-43c9-a90d-384b1851d332 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-22T12:24:47.724Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:24:47.724Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-22T12:24:49.263Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:24:49.266Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c498434c-ba19-43c9-a90d-384b1851d332 78784
2022-03-22T12:24:49.267Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-22T12:24:49.267Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-22T12:24:49.267Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:24:49.267Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:49.269Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:49.269Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951889266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:24:49.369Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:49.370Z||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-03-22T12:24:49.370Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:49.382Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:49.383Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:50.270Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:24:50.271Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:24:50.271Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c498434c-ba19-43c9-a90d-384b1851d332, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T12:24:50.271Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-22T12:24:50.272Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T12:24:50.272Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T12:24:50.421Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10161812097615959133/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-03-22T12:24:51.511Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.512Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.513Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.513Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:24:51.513Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.513Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:51.513Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T12:24:51.513Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:24:51.513Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:24:51.514Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.514Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:51.514Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T12:24:51.514Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:24:51.514Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:24:51.514Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.514Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:51.514Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.515Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T12:24:51.516Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:24:51.516Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.516Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T12:24:51.516Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:24:51.516Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.516Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T12:24:51.516Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:24:51.517Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.517Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-22T12:24:51.517Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T12:24:51.517Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T12:24:51.517Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=28319da7-f414-4f9e-acda-0af8107e6559
2022-03-22T12:24:51.517Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.517Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:51.517Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.517Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:51.518Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.518Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:51.518Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:51.518Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:51.518Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:bb48befa-de4a-48c4-a83f-7cda18ad3341
Model Version:NULL
Model InvariantUuid:6970827b-e554-485b-9b29-f95a5b93b422
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:81320600-9d8f-4aa4-ab1a-8d612bb9b765
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bb228012-2c3a-46c8-890e-dbf0dc015299
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cef8fd69-3787-4b0f-ae61-3b40f221ac6b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:50cd26f5-39a5-4a0a-8e7b-cb10291dc0c4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:53112dd9-9107-4b0a-a727-60927e3884f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:28319da7-f414-4f9e-acda-0af8107e6559
ModelInvariantUuid:897885d0-61d6-44ef-99e1-2f0ac7cbcde8
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:52679baf-3e3d-41d9-acdd-a77171f27d6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:70d34c37-f70c-40a5-9c95-69dd365ca47b
ModelInvariantUuid:f8c12c26-9c4b-4219-b20d-212d05a964f8
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e04d476b-4151-47ca-954a-b9ff1a437fa8
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-03-22T12:24:51.524Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b0713f3-def0-4e98-a39f-453c61513256
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-03-22T12:24:51.526Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-03-22T12:24:51.527Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b0713f3-def0-4e98-a39f-453c61513256
2022-03-22T12:24:51.527Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b582dad9-936c-4baf-b355-4265f2d8186e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-22T12:24:51.527Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:24:51.527Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.920Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:24:51.920Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b582dad9-936c-4baf-b355-4265f2d8186e 792
2022-03-22T12:24:51.920Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.921Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:51.921Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:24:51.921Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:51.922Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:51.923Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951891920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:24:52.023Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:52.024Z||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-03-22T12:24:52.024Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:52.033Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:52.034Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:52.923Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "50cd26f5-39a5-4a0a-8e7b-cb10291dc0c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53112dd9-9107-4b0a-a727-60927e3884f2",
    "vfModuleModelCustomizationUUID": "27cec3e0-d195-4edf-bb48-75298a89e4e5",
    "isBase": true,
    "artifacts": [
      "0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d",
      "3010a83e-009a-4e7c-8ef4-4f6381006402"
    ],
    "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-03-22T12:24:52.926Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53112dd9-9107-4b0a-a727-60927e3884f2
VfModuleModelInvariantUUID:50cd26f5-39a5-4a0a-8e7b-cb10291dc0c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d
,
3010a83e-009a-4e7c-8ef4-4f6381006402

}
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-03-22T12:24:52.928Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "50cd26f5-39a5-4a0a-8e7b-cb10291dc0c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53112dd9-9107-4b0a-a727-60927e3884f2",
    "vfModuleModelCustomizationUUID": "27cec3e0-d195-4edf-bb48-75298a89e4e5",
    "isBase": true,
    "artifacts": [
      "0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d",
      "3010a83e-009a-4e7c-8ef4-4f6381006402"
    ],
    "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-03-22T12:24:52.928Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53112dd9-9107-4b0a-a727-60927e3884f2
VfModuleModelInvariantUUID:50cd26f5-39a5-4a0a-8e7b-cb10291dc0c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d
,
3010a83e-009a-4e7c-8ef4-4f6381006402

}
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-03-22T12:24:52.928Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-22T12:24:52.928Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:24:52.928Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:53.122Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:24:53.123Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0b7e9254-e73a-4ac0-a3e7-e1b03061bc0d 5033
2022-03-22T12:24:53.123Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:53.123Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:53.123Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:24:53.123Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:53.125Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:53.125Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951893123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:24:53.225Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:53.226Z||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-03-22T12:24:53.226Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:53.235Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:53.236Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:24:54.126Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3010a83e-009a-4e7c-8ef4-4f6381006402 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-22T12:24:54.126Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:24:54.127Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:54.544Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:24:54.545Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3010a83e-009a-4e7c-8ef4-4f6381006402 903
2022-03-22T12:24:54.545Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:54.545Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:54.546Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:24:54.546Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:54.548Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:54.548Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951894545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:24:54.648Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:54.649Z||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-03-22T12:24:54.649Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:54.661Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:54.662Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:55.549Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bb48befa-de4a-48c4-a83f-7cda18ad3341
2022-03-22T12:24:55.549Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1b0713f3-def0-4e98-a39f-453c61513256 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-03-22T12:24:55.562Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a30da1a, org.onap.sdc.toscaparser.api.parameters.Input@998320b, org.onap.sdc.toscaparser.api.parameters.Input@781ba13c, org.onap.sdc.toscaparser.api.parameters.Input@472d77a0, org.onap.sdc.toscaparser.api.parameters.Input@1b918555]
2022-03-22T12:24:55.563Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.564Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:55.564Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-22T12:24:55.564Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= cef8fd69-3787-4b0f-ae61-3b40f221ac6b
2022-03-22T12:24:55.564Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cef8fd69-3787-4b0f-ae61-3b40f221ac6b matches Tosca VF Customization UUID: cef8fd69-3787-4b0f-ae61-3b40f221ac6b
2022-03-22T12:24:55.564Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: cef8fd69-3787-4b0f-ae61-3b40f221ac6b  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-03-22T12:24:55.566Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.566Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:55.567Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id cef8fd69-3787-4b0f-ae61-3b40f221ac6b: {\"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-03-22T12:24:55.567Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a5a545a
2022-03-22T12:24:55.567Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.567Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:24:55.568Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27cec3e0-d195-4edf-bb48-75298a89e4e5
2022-03-22T12:24:55.568Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27cec3e0-d195-4edf-bb48-75298a89e4e5
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-03-22T12:24:55.570Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.570Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T12:24:55.570Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:24:55.571Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.571Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T12:24:55.571Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:24:55.571Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.571Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-22T12:24:55.572Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T12:24:55.572Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T12:24:55.572Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=28319da7-f414-4f9e-acda-0af8107e6559
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-03-22T12:24:55.574Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.574Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T12:24:55.574Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:24:55.574Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.574Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T12:24:55.574Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cef8fd69-3787-4b0f-ae61-3b40f221ac6b
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-03-22T12:24:55.576Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.576Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:55.576Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bb48befa-de4a-48c4-a83f-7cda18ad3341: basic_vm_macro
2022-03-22T12:24:55.576Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.577Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:55.577Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.577Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:55.577Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.577Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:55.577Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.578Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:55.578Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:24:55.578Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:24:55.578Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:55.659Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1b0713f3-def0-4e98-a39f-453c61513256 1 ASDC deployResourceStructure
2022-03-22T12:24:55.660Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:55.660Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:55.660Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:24:55.660Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:55.662Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:55.662Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951895660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:24:55.763Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:55.764Z||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-03-22T12:24:55.764Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:55.773Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:55.773Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:56.663Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:56.664Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:56.664Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:24:56.664Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:56.666Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:56.666Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951896663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:24:56.766Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:56.767Z||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-03-22T12:24:56.768Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:56.778Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:56.778Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:57.667Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:57.668Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:57.668Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:24:57.668Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:57.670Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:57.670Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951897667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:24:57.775Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-22T12:24:57.776Z||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-03-22T12:24:57.776Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:57.811Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:57.811Z||pool-136-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:58.672Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-22T12:24:58.672Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-22T12:24:58.674Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:24:58.674Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:24:58.677Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:24:58.677Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951898672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:24:58.777Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:24:58.778Z||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-03-22T12:24:58.778Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:24:58.799Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:58.800Z||pool-137-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:24:59.684Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94458781-5e03-4b43-ad43-6d82fb3427f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:24:59.714Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94458781-5e03-4b43-ad43-6d82fb3427f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:24:59.717Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:24:59.718Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:24:59.718Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:24:59.719Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:24:59.719Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:59.720Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:59.720Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:59.720Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:59.720Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:59.721Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:24:59.721Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:24:59.736Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:25:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:25:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:25:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:06.854Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:06.855Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.855Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951727114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:25:06.856Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.856Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.856Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951728602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951730008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951731129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951732134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951733139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951734147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.857Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1246fe5-3a4f-4576-ae2b-7ac4b9fb8678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951768047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.858Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951780216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951782810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:25:06.859Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951784412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:25:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:25:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951785912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:25:06.860Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:25:29.737Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94458781-5e03-4b43-ad43-6d82fb3427f4 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-03-22T12:25:29.741Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94458781-5e03-4b43-ad43-6d82fb3427f4 and serviceModelVersionId: bb48befa-de4a-48c4-a83f-7cda18ad3341
2022-03-22T12:25:29.741Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6970827b-e554-485b-9b29-f95a5b93b422
2022-03-22T12:25:29.742Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6970827b-e554-485b-9b29-f95a5b93b422/model-vers/model-ver/bb48befa-de4a-48c4-a83f-7cda18ad3341?depth=0
2022-03-22T12:25:29.746Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:25:29.782Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6970827b-e554-485b-9b29-f95a5b93b422/model-vers/model-ver/bb48befa-de4a-48c4-a83f-7cda18ad3341?depth=0|INFO|500||Invoke
2022-03-22T12:25:29.782Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6970827b-e554-485b-9b29-f95a5b93b422/model-vers/model-ver/bb48befa-de4a-48c4-a83f-7cda18ad3341?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6970827b-e554-485b-9b29-f95a5b93b422/model-vers/model-ver/bb48befa-de4a-48c4-a83f-7cda18ad3341?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[94458781-5e03-4b43-ad43-6d82fb3427f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4092e8e-27f4-483b-8713-bead3722c72c], X-ECOMP-RequestID=[94458781-5e03-4b43-ad43-6d82fb3427f4], X-TransactionId=[], X-ONAP-RequestID=[94458781-5e03-4b43-ad43-6d82fb3427f4], Content-Type=[application/merge-patch+json]}
2022-03-22T12:25:29.799Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6970827b-e554-485b-9b29-f95a5b93b422/model-vers/model-ver/bb48befa-de4a-48c4-a83f-7cda18ad3341?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:25:30.602Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6970827b-e554-485b-9b29-f95a5b93b422/model-vers/model-ver/bb48befa-de4a-48c4-a83f-7cda18ad3341?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/6970827b-e554-485b-9b29-f95a5b93b422/model-vers/model-ver/bb48befa-de4a-48c4-a83f-7cda18ad3341?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-12:25:30:611-87879], vertex-id=[258144], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:25:30 GMT], Content-Type=[application/json]}
2022-03-22T12:25:30.602Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6970827b-e554-485b-9b29-f95a5b93b422/model-vers/model-ver/bb48befa-de4a-48c4-a83f-7cda18ad3341?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:25:30.603Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6970827b-e554-485b-9b29-f95a5b93b422/model-vers/model-ver/bb48befa-de4a-48c4-a83f-7cda18ad3341?depth=0|INFO|500||InvokeReturn
2022-03-22T12:25:30.603Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:25:30.605Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:25:30.610Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||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-03-22T12:25:30.610Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94458781-5e03-4b43-ad43-6d82fb3427f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:25:30.610Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:25:30.611Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:30.612Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:30.613Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951930610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:25:30.713Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:25:30.714Z||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-03-22T12:25:30.714Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:30.730Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:30.731Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 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-03-22T12:25:31.629Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:25:31.630Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"10ed2016-6f05-4133-8e11-9864bc63ce6a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"270ba0da-b996-40ea-bc66-ca3d23ceb0d8","serviceDescription":"service","serviceInvariantUUID":"78bf6050-1e1b-45cf-9e49-7c3e007a4d5f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"78d0db70-1474-422f-8607-370b41919cd4","resourceInvariantUUID":"b5a23e4d-ad90-4f09-b90a-bfff866730fc","resourceCustomizationUUID":"b62b376c-b308-4dad-bbfd-1a59030818c0","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":"NDEyYjgzMWUzODA3MjgyNWJiNWE1MzFhYWUyOWQyODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a345e785-cb34-4d1c-89a0-4e5ed2e8fea3","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":"e9112c78-2348-46b5-9470-f334a1778909","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":"f2614fab-3b1b-4914-8344-fa82ab275acb","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":"YWFlNGQ0MTQwNTA4NmExZDAzZGE5Nzk2YTcxZTYyZjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5e179244-0c67-43fa-abc1-0db12d7b1079","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":"2644ecac-3d3c-498f-bcef-01594c5b6748","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":"95b7a54f-6db3-4db7-bc78-7922c521e2a4","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":"35bd59c0-ad88-443b-b5e0-6dc472f25bf3","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":"ZmRmYjEyNmU1NWM2MTBkNmRhZWUyN2NkNGEwZWRhMDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aee93c8e-84ff-42b4-9377-6006ead7995c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmVjODgyMjhmMmVlOTliZTBkMmNmNDNlYzA1NTg4YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff1b6505-4437-4739-a070-282a58f56652","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:25:31.630Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:25:31.630Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:31.632Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:31.632Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:31.733Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:25:31.734Z||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-03-22T12:25:31.734Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:31.742Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:31.743Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:25:32.633Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:25:32.634Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:32.636Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:32.636Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:32.736Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:25:32.737Z||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-03-22T12:25:32.737Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:32.746Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:32.746Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:25:33.637Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:25:33.638Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:33.640Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:33.641Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:33.741Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-22T12:25:33.742Z||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-03-22T12:25:33.742Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:33.751Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:33.758Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:25:34.648Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:25:34.649Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:34.651Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:34.651Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:34.751Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:25:34.752Z||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-03-22T12:25:34.752Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:34.762Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:34.762Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:25:35.652Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:25:35.652Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:35.655Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:35.655Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:35.755Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:25:35.755Z||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-03-22T12:25:35.756Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:35.775Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:35.775Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:25:36.655Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:25:36.656Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:36.658Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:36.658Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:36.759Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:25:36.759Z||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-03-22T12:25:36.759Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:36.768Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:36.769Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:25:37.659Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:25:37.659Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:37.661Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:37.661Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:37.762Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:25:37.763Z||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-03-22T12:25:37.763Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:37.772Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:37.773Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:25:38.662Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:25:38.662Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:38.664Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:38.665Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:25:38.765Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:25:38.765Z||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-03-22T12:25:38.766Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:38.784Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:38.784Z||pool-146-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:25:39.665Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:25:39.665Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:39.668Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:39.668Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:25:39.769Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:25:39.770Z||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-03-22T12:25:39.770Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:39.779Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:39.780Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:25:40.669Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "270ba0da-b996-40ea-bc66-ca3d23ceb0d8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "78bf6050-1e1b-45cf-9e49-7c3e007a4d5f",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b62b376c-b308-4dad-bbfd-1a59030818c0",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "78d0db70-1474-422f-8607-370b41919cd4",
      "resourceInvariantUUID": "b5a23e4d-ad90-4f09-b90a-bfff866730fc",
      "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": "NmVjODgyMjhmMmVlOTliZTBkMmNmNDNlYzA1NTg4YmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff1b6505-4437-4739-a070-282a58f56652"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:25:40.669Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:25:40.670Z|94458781-5e03-4b43-ad43-6d82fb3427f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 270ba0da-b996-40ea-bc66-ca3d23ceb0d8 ASDC
2022-03-22T12:25:40.670Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:10ed2016-6f05-4133-8e11-9864bc63ce6a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:270ba0da-b996-40ea-bc66-ca3d23ceb0d8
ServiceInvariantUUID:78bf6050-1e1b-45cf-9e49-7c3e007a4d5f
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:ff1b6505-4437-4739-a070-282a58f56652
ArtifactChecksum:NmVjODgyMjhmMmVlOTliZTBkMmNmNDNlYzA1NTg4YmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b62b376c-b308-4dad-bbfd-1a59030818c0
ResourceInvariantUUID:b5a23e4d-ad90-4f09-b90a-bfff866730fc
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:78d0db70-1474-422f-8607-370b41919cd4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T12:25:40.670Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 270ba0da-b996-40ea-bc66-ca3d23ceb0d8 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-03-22T12:25:40.692Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:25:40.693Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:25:40.693Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:25:40.693Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ff1b6505-4437-4739-a070-282a58f56652 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-22T12:25:40.693Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:25:40.693Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-22T12:25:41.900Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:25:41.905Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ff1b6505-4437-4739-a070-282a58f56652 105634
2022-03-22T12:25:41.905Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-22T12:25:41.905Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-22T12:25:41.906Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:25:41.906Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:41.909Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:41.909Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951941905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:25:42.009Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:25:42.011Z||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-03-22T12:25:42.011Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:42.023Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:42.023Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:25:42.910Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:25:42.911Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:25:42.911Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ff1b6505-4437-4739-a070-282a58f56652, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T12:25:42.911Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-22T12:25:42.912Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T12:25:42.912Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T12:25:43.010Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15472688360583213270/Definitions/service-TestPnfMacro-template.yml
2022-03-22T12:25:43.749Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:25:43.750Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:25:43.750Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T12:25:43.750Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T12:25:43.751Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:25:43.751Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:25:43.751Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:25:43.751Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:25:43.751Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:25:43.752Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:25:43.752Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:25:43.752Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:25:43.752Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:25:43.752Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:25:43.753Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-22T12:25:43.753Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:25:43.753Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:25:43.753Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:25:43.753Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:25:43.754Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-22T12:25:43.754Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:25:43.754Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:25:43.754Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:25:43.754Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:25:43.755Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:25:43.755Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:25:43.755Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:25:43.755Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:25:43.755Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:25:43.755Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:25:43.756Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:25:43.756Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:25:43.756Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:270ba0da-b996-40ea-bc66-ca3d23ceb0d8
Model Version:NULL
Model InvariantUuid:78bf6050-1e1b-45cf-9e49-7c3e007a4d5f
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-03-22T12:25:43.762Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 78d0db70-1474-422f-8607-370b41919cd4
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-03-22T12:25:43.765Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-03-22T12:25:43.765Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 78d0db70-1474-422f-8607-370b41919cd4
2022-03-22T12:25:43.765Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 270ba0da-b996-40ea-bc66-ca3d23ceb0d8
2022-03-22T12:25:43.765Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 270ba0da-b996-40ea-bc66-ca3d23ceb0d8
2022-03-22T12:25:43.765Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 78d0db70-1474-422f-8607-370b41919cd4 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-03-22T12:25:43.770Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@479b0b60, org.onap.sdc.toscaparser.api.parameters.Input@3cc45583, org.onap.sdc.toscaparser.api.parameters.Input@7a3eddda, org.onap.sdc.toscaparser.api.parameters.Input@246f79f4, org.onap.sdc.toscaparser.api.parameters.Input@3b30b612]
2022-03-22T12:25:43.770Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:25:43.770Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:25:43.771Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 270ba0da-b996-40ea-bc66-ca3d23ceb0d8: test-pnf
2022-03-22T12:25:43.771Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||Processing PNF resource: 78d0db70-1474-422f-8607-370b41919cd4
2022-03-22T12:25:43.771Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:25:43.771Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:25:43.772Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||Resource customization UUID: b62b376c-b308-4dad-bbfd-1a59030818c0 is the same as notified resource customizationUUID: b62b376c-b308-4dad-bbfd-1a59030818c0
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-03-22T12:25:43.801Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 78d0db70-1474-422f-8607-370b41919cd4 0 ASDC deployResourceStructure
2022-03-22T12:25:43.801Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-22T12:25:43.801Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-22T12:25:43.802Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:25:43.802Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:25:43.804Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:25:43.804Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951943801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:25:43.904Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:25:43.905Z||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-03-22T12:25:43.905Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:25:43.919Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:43.920Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:25:44.805Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10ed2016-6f05-4133-8e11-9864bc63ce6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T12:25:44.816Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10ed2016-6f05-4133-8e11-9864bc63ce6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T12:25:44.819Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:25:44.823Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:26:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:06.835Z||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-03-22T12:26:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:26:06.863Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:26:06.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951787733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:26:06.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951789132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:26:06.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951790247,
  "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-03-22T12:26:06.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951791252,
  "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-03-22T12:26:06.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951792260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:26:06.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951793268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:26:06.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951794272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:26:06.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951795276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:26:06.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca4182e2-708e-4840-bef9-b7d44a9564e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951826752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T12:26:06.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951836952,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951839630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951841229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951842834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951843963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:26:06.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951844967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:26:06.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:06.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:26:06.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951845972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:26:06.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:26:14.824Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10ed2016-6f05-4133-8e11-9864bc63ce6a 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-03-22T12:26:14.840Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10ed2016-6f05-4133-8e11-9864bc63ce6a and serviceModelVersionId: 270ba0da-b996-40ea-bc66-ca3d23ceb0d8
2022-03-22T12:26:14.840Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 78bf6050-1e1b-45cf-9e49-7c3e007a4d5f
2022-03-22T12:26:14.842Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/78bf6050-1e1b-45cf-9e49-7c3e007a4d5f/model-vers/model-ver/270ba0da-b996-40ea-bc66-ca3d23ceb0d8?depth=0
2022-03-22T12:26:14.856Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:26:14.920Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78bf6050-1e1b-45cf-9e49-7c3e007a4d5f/model-vers/model-ver/270ba0da-b996-40ea-bc66-ca3d23ceb0d8?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-03-22T12:26:14.923Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78bf6050-1e1b-45cf-9e49-7c3e007a4d5f/model-vers/model-ver/270ba0da-b996-40ea-bc66-ca3d23ceb0d8?depth=0|INFO|500||Invoke
2022-03-22T12:26:14.952Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78bf6050-1e1b-45cf-9e49-7c3e007a4d5f/model-vers/model-ver/270ba0da-b996-40ea-bc66-ca3d23ceb0d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T12:26:15.201Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78bf6050-1e1b-45cf-9e49-7c3e007a4d5f/model-vers/model-ver/270ba0da-b996-40ea-bc66-ca3d23ceb0d8?depth=0|INFO|500||InvokeReturn
2022-03-22T12:26:15.202Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78bf6050-1e1b-45cf-9e49-7c3e007a4d5f/model-vers/model-ver/270ba0da-b996-40ea-bc66-ca3d23ceb0d8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220322-12:26:15:767-31247], vertex-id=[237816], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:26:15 GMT], Content-Type=[application/json]}
2022-03-22T12:26:15.203Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:26:15.203Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:26:15.203Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:26:15.208Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||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-03-22T12:26:15.209Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10ed2016-6f05-4133-8e11-9864bc63ce6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:26:15.209Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:26:15.209Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:26:15.212Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:26:15.212Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951975209,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:26:15.312Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:26:15.313Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:26:15.314Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:26:15.328Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:26:15.329Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:26:16.226Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:16.227Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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-03-22T12:26:16.227Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:26:26.511Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:26:26.512Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:26.512Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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-03-22T12:26:26.512Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:26:36.086Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:26:36.087Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:36.087Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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-03-22T12:26:36.087Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:26:45.635Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:26:45.635Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:45.636Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:26:45.636Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:26:55.209Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:26:55.210Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:55.211Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:26:55.211Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:27:04.781Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:27:04.782Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:27:04.783Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:27:04.783Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:27:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:27:06.833Z||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-03-22T12:27:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:27:06.899Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:27:06.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951846977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:27:06.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:06.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd46cd9-fab8-47fa-b81d-db50a0998358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951878615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:27:06.901Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:06.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:27:06.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:27:06.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:27:06.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951889266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951891920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:27:06.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:06.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951893123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:27:06.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:06.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951894545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:27:06.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:06.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951895660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:27:06.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:06.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951896663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:27:06.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:06.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951897667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:27:06.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:06.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:27:06.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951898672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:27:06.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:27:14.333Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:27:14.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:27:14.335Z||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-03-22T12:27:14.335Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:27:23.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:27:23.895Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:27:23.895Z||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-03-22T12:27:23.895Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:27:33.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:28:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:28:06.831Z||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-03-22T12:28:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:28:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:28:06.833Z||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-03-22T12:28:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:28:06.864Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:28:06.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94458781-5e03-4b43-ad43-6d82fb3427f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951930610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:28:06.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:28:06.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:28:06.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:28:06.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:28:06.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:28:06.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:28:06.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:28:06.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:28:06.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:28:06.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:28:06.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:28:06.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:28:06.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:28:06.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:28:06.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:28:06.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:28:06.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:28:06.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951710964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:28:06.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:28:06.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951941905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:28:06.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:28:06.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T12:28:06.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951943801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:28:06.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:28:16.388Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:29:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:29:06.831Z||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-03-22T12:29:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:29:06.832Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:29:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:29:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:29:07.371Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:29:07.372Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:29:07.372Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10ed2016-6f05-4133-8e11-9864bc63ce6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647951975209,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:29:07.373Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:29:16.401Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:30:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:30:06.831Z||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-03-22T12:30:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:30:06.832Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:30:06.833Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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-03-22T12:30:06.833Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:30:16.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:30:16.383Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:31:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:31:06.831Z||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-03-22T12:31:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:31:06.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:31:06.833Z||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-03-22T12:31:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:31:16.392Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:31:16.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:32:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:32:06.831Z||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-03-22T12:32:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:32:06.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:32:06.833Z||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-03-22T12:32:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:32:16.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:32:16.384Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:33:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:33:06.831Z||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-03-22T12:33:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:33:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:33:06.833Z||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-03-22T12:33:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:33:16.395Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:33:16.417Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:34:06.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:34:06.832Z||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-03-22T12:34:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:34:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:34:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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-03-22T12:34:06.833Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:34:16.391Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:34:16.391Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:35:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:35:06.831Z||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-03-22T12:35:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:35:06.833Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:35:06.833Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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-03-22T12:35:06.833Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:35:16.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:35:16.389Z|10ed2016-6f05-4133-8e11-9864bc63ce6a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:36:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:36:06.831Z||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-03-22T12:36:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:36:06.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:36:06.833Z||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-03-22T12:36:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:36:16.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:36:16.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:37:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:37:06.831Z||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-03-22T12:37:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:37:06.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:37:06.833Z||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-03-22T12:37:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:37:16.376Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:37:16.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:38:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:38:06.831Z||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-03-22T12:38:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:38:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:38:06.833Z||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-03-22T12:38:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:38:16.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:38:16.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:39:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:39:06.831Z||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-03-22T12:39:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:39:06.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:39:06.833Z||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-03-22T12:39:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:39:16.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:39:16.384Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:40:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:40:06.831Z||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-03-22T12:40:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:40:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:40:06.833Z||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-03-22T12:40:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:40:16.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:40:16.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:41:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:41:06.831Z||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-03-22T12:41:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:41:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:41:06.833Z||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-03-22T12:41:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:41:16.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:41:16.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:42:06.831Z||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-03-22T12:42:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:42:06.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:42:06.833Z||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-03-22T12:42:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:42:16.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:16.385Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:43:06.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:43:06.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:43:06.833Z||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-03-22T12:43:06.833Z||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-03-22T12:43:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:43:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:43:16.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:43:16.402Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:44:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:44:06.831Z||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-03-22T12:44:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:44:06.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:44:06.833Z||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-03-22T12:44:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:44:16.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:44:16.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:45:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:45:06.831Z||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-03-22T12:45:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:45:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:45:06.833Z||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-03-22T12:45:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:45:16.388Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:45:16.390Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:46:06.831Z||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-03-22T12:46:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:46:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:46:06.833Z||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-03-22T12:46:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:46:16.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:16.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:47:06.831Z||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-03-22T12:47:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:47:06.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:47:06.833Z||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-03-22T12:47:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:47:16.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:16.389Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:48:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:06.831Z||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-03-22T12:48:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:48:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:06.833Z||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-03-22T12:48:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:48:16.381Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:48:16.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:49:06.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:49:06.831Z||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-03-22T12:49:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:49:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:49:06.835Z||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-03-22T12:49:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:49:16.386Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:49:16.388Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:49:30.578Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T12:50:06.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:50:06.831Z||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-03-22T12:50:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:50:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:50:06.833Z||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-03-22T12:50:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:50:16.386Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:50:16.389Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK